A clean and scalable Fastify + TypeScript starter with Zod, Mongoose, Socket.IO, and more.
- Fastify with TypeScript
- Zod validation
- MongoDB with Mongoose
- Auth with JOSE
- Real-time via Socket.IO
- Modular plugin architecture
- ESLint + Prettier configured
git clone https://github.com/AbhilashMadi/fastify-typescript-starter.git
cd fastify-typescript-starter
pnpm install
pnpm start:dev