Mobile-first web template with configuration and libraries pre-installed.
- Framework: Next.js 16 (App Router)
- ORM: Prisma 7
- Validation: Zod 4
- UI: shadcn/ui (Radix, Nova preset) + Tailwind CSS 4
- Testing: Vitest + React Testing Library
- Linting/Formatting: Biome 2
- Language: TypeScript
- Node: 22.20.0
- Node 22.20.0 (use
nvm use) - pnpm
pnpm install
pnpm devOpen http://localhost:3000 in your browser.
| Command | Description |
|---|---|
pnpm dev |
Development server |
pnpm build |
Production build |
pnpm test |
Tests in watch mode |
pnpm test:run |
Tests in CI mode |
pnpm check |
Lint + format (read-only) |
pnpm check:fix |
Lint + format with auto-fix |
See AGENTS.md for full architecture and conventions documentation.