create-next-starterkit

1.0.13 • Public • Published

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

Package Sidebar

Install

npm i create-next-starterkit

Weekly Downloads

9

Version

1.0.13

License

MIT

Unpacked Size

253 kB

Total Files

98

Last publish

Collaborators

  • michaelshimeles