Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.43 KB

File metadata and controls

43 lines (34 loc) · 1.43 KB

Next Template

A ready-to-go starter template for building apps or SaaS products with Next.js.

Tech Stack

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

Scripts

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

Getting Started

bun install
bun dev

Author

Made by Vitor Felicio.