A modern Next.js starter kit with authentication, database integration, and UI components pre-configured.
- 🔐 Authentication ready with NextAuth.js
- 🎨 Tailwind CSS for styling
- 🗃️ Prisma for database management
- 🎯 TypeScript support
- 📱 Responsive components with shadcn/ui
- 🔄 API routes and middleware configured
- 🎨 Modern and clean UI components
npx create-next-starterkit my-app
cd my-app
npm install
npm run dev
- Next.js 14+ with App Router
- TypeScript configuration
- Tailwind CSS setup
- Authentication with NextAuth.js
- Database integration with Prisma
- Pre-built UI components
- API routes and middleware
- Environment variables configuration
- ESLint and Prettier setup
- Node.js 18.17 or later
- npm 9.6.7 or later
MIT