Skip to content
/ next-start Public template

⚡ Next.js 16 starter. React Compiler, Tailwind v4, shadcn/ui, dark mode, typography, prettier/eslint.

License

Notifications You must be signed in to change notification settings

aleksa-codes/next-start

Repository files navigation

next-start: Next.js Starter Template

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.

🔗 Live Demo

Features

  • 🚀 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

Quick Start

git clone https://github.com/aleksa-codes/next-start
cd next-start
bun install
bun run dev

Open http://localhost:3000 to view your app.

Scripts

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

Contributing

Contributions are welcome! Open an issue or submit a pull request.

License

MIT License - see LICENSE for details.

About

⚡ Next.js 16 starter. React Compiler, Tailwind v4, shadcn/ui, dark mode, typography, prettier/eslint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published