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