create-next-starterkit
v1.0.13
Published
A modern Next.js starter kit with authentication, database, and UI components
Downloads
682
Maintainers
Readme
Create Next Starterkit
A modern Next.js starter kit with authentication, database integration, and UI components pre-configured.
Features
- 🔐 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
Quick Start
npx create-next-starterkit my-app
cd my-app
npm install
npm run dev
What's Included
- 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
Requirements
- Node.js 18.17 or later
- npm 9.6.7 or later
License
MIT