Modern starter with Next.js 15, Tailwind v4, shadcn/ui, and Biome.
bun create smblee/nextjs15-biome-shadcn-tailwind4-starter my-app
cd my-app
bun dev
bun i
bun dev
bun dev
- Start developmentbun build
- Build for productionbun lint
- Check codebun format
- Format code
- Next.js 15
- Tailwind CSS v4
- shadcn/ui components
- Biome (linting + formatting)
- Bun package manager
- TypeScript
- Git hooks with Lefthook