Project Starter
Product-neutral monorepo starter with reusable UI, shared form primitives, typed contracts, Next.js, NestJS, Expo, Docker, pnpm, and Turborepo.
Web
Next.js App Router with the API proxy kept under app/api.
API
NestJS service with versioned routes and a health endpoint.
Auth
Cookie-backed starter login through the Next.js API proxy.
Forms
React Hook Form provider plus shared domain form fields.
Shared Form Pattern
This demo uses the shared provider and field primitives exposed by the domain UI layer.