A minimal Next.js starter template with Bun, Biome, Tailwind CSS v4, Husky, and CI/CD.
- Runtime: Bun
- Framework: Next.js (App Router)
- Styling: Tailwind CSS v4
- Linting/Formatting: Biome
- Git Hooks: Husky
- CI: GitHub Actions
Click "Use this template" on GitHub, then:
bun install
bun devOpen http://localhost:3000.
| Command | Description |
|---|---|
bun dev |
Start dev server |
bun run build |
Production build |
bun start |
Start production server |
bun run lint |
Check with Biome |
bun run lint:fix |
Auto-fix with Biome |
bun run format |
Format with Biome |
bun run typecheck |
Type-check with tsc |
Runs on push/PR to main:
- Install dependencies
- Lint
- Build