Production-ready starter

Ambassador Admin

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>

App Router foundation

TypeScript-first structure with `src/`, strict mode, typed routes, and sensible metadata defaults.

UI system ready

Tailwind CSS v4 and shadcn/ui are configured so you can add components without reworking the design system later.

Production checks

ESLint, Prettier, and dedicated `typecheck` and `check` scripts are wired in for a cleaner CI baseline.