Next.js Boilerplate
A minimal starter template with modern tooling and best practices
What's included
Next.js 15
Latest version with App Router and React Server Components
TypeScript
Configured with strict mode for type safety
Tailwind CSS
Utility-first CSS with a custom design system
shadcn/ui
Ready to install beautiful, accessible components
Quick start
1. Install dependencies
pnpm install2. Start the development server
pnpm dev3. Add your first component
pnpm add:ui buttonProject structure
src/ ├── app/ # App router pages ├── components/ # React components │ └── ui/ # shadcn/ui components └── lib/ # Utilities