π Kickstart your Next.js 16 project in minutes.
A modern starter powered by TypeScript, Tailwind 4, shadcn, Prisma, React Query, and more.
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS 4
- shadcn/ui
- Prisma
- React Query
- Zod
- ESLint & Prettier
- Zustand
- Lucide Icons
- next-themes
- Motion/react
- π Automatic Tailwind class sorting with Prettier plugin
- β Pre-configured ESLint & strict TypeScript
- π¨ Ready-to-use shadcn/ui components
- π Zustand boilerplate store with persistence
- π Prebuilt theme switcher component
- π Pre-installed React Query + Devtools + ESLint plugin
- π Basic utilities (fetcher, date formatter, sleep, etc.)
- π§© Extra hooks with
usehooks-ts - π¦ Middleware file included and ready for customization
Install pnpm (if not already installed)
pnpm installpnpm prisma initpnpm prisma generatepnpm devβ All set, youβre ready to code π
If you are developing on Windows ARM, Prisma may fail with the default engine.
To fix this, add the following line to your .env file:
PRISMA_CLIENT_ENGINE_TYPE=binary