App Router foundation
TypeScript-first structure with `src/`, strict mode, typed routes, and sensible metadata defaults.
A clean Next.js admin foundation with App Router, Tailwind CSS, shadcn/ui, ESLint, and Prettier already wired for day-to-day product work.
Recommended workflow
Start local development
pnpm dev
Run project checks
pnpm check
Add more UI primitives
pnpm dlx shadcn@latest add <component>
TypeScript-first structure with `src/`, strict mode, typed routes, and sensible metadata defaults.
Tailwind CSS v4 and shadcn/ui are configured so you can add components without reworking the design system later.
ESLint, Prettier, and dedicated `typecheck` and `check` scripts are wired in for a cleaner CI baseline.