A minimal Next.js 16 starter with Tailwind CSS v4, shadcn/ui, React Compiler, typography, dark mode, Prettier, and ESLint.
Built for developers who want to skip the setup and start building immediately. Includes modern tooling and best practices out of the box.
- 🚀 Next.js 16 with App Router and React Server Components
- ⚛️ React Compiler for automatic optimization
- 🎨 Tailwind CSS v4 with OKLCH color system and typography plugin
- ✨ shadcn/ui components (New York style)
- 🌙 Dark mode with next-themes and system preference detection
- 🪄 Prettier with auto-import organization and Tailwind class sorting
- ✅ ESLint with React Compiler plugin for best practices
- 🖼️ Lucide Icons for consistent iconography
- 📦 Bun as package manager
git clone https://github.com/aleksa-codes/next-start
cd next-start
bun install
bun run devOpen http://localhost:3000 to view your app.
| Command | Description |
|---|---|
bun run dev |
Start development server |
bun run build |
Build for production |
bun run start |
Run production server |
bun run lint |
Lint with ESLint |
bun run format |
Format with Prettier |
bun run shadcn |
Add shadcn/ui components |
bun run deps |
Update dependencies interactively |
Contributions are welcome! Open an issue or submit a pull request.
MIT License - see LICENSE for details.