A production-ready Next.js starter. Built with modern tools, configured for type-safety, and designed to deploy immediately.
Features
01End-to-End Type Safety
Full type inference from database to UI02Built-in Authentication
Email, OAuth & session management03Type-safe API
Auto-generated typed API client04Database Ready
Prisma ORM with type generation05Modern UI Components
shadcn/ui with Tailwind v4 & dark mode06Production Ready
Docker, env validation & logging07Developer Experience
Fast compiler with quality checks08AI-Assisted Development
Built-in context for AI collaborationTech Stack
Next.js 1501
React 19 with TurbopackBetter Auth02
Full-featured auth libraryPrisma03
Type-safe PostgreSQL ORMHono04
Lightweight type-safe APITanStack Query05
Async state managementTailwind v4 + shadcn06
Modern UI components with dark modeZod + T3 Env07
Runtime validation libraryPino08
Structured logging systemESLint + Prettier09
Linting and formattingHusky + lint-staged10
Pre-commit quality checksGetting Started
Install dependencies
pnpm installConfigure environment
cp .env.example .env.localSetup database
pnpm db:start && pnpm db:migrateStart development
pnpm devOpen http://localhost:3000 to see your application