A ready-to-go starter template for building apps or SaaS products with Next.js.
| Category | Technology |
|---|---|
| Framework | Next.js |
| Authentication | Better Auth |
| Database | SQLite |
| ORM | Drizzle ORM |
| Package Manager | Bun |
| UI Components | Shadcn UI |
| Styling | Tailwind CSS |
| Validation | Zod |
| Forms | React Hook Form |
| API Layer | tRPC |
| Client Cache | TanStack Query |
| Command | Description |
|---|---|
dev |
next dev |
build |
next build |
start |
next start |
lint |
biome check |
format |
biome check --write |
db:generate |
bunx --bun drizzle-kit generate |
db:migrate |
bunx --bun drizzle-kit migrate |
db:studio |
bunx --bun drizzle-kit studio |
bun install
bun devMade by Vitor Felicio.