App Surface
apps/web uses Next.js App Router, Tailwind, a src/ layout, and strict TypeScript defaults for the product UI.
The repo is configured for web, extension, and MCP workspaces, with the first production app living in apps/web.
This starter keeps the platform narrow on purpose: Next.js App Router on Vercel, shared Turborepo config, Biome, Vitest, GitHub Actions, and Lefthook wired from day one so follow-on tickets can focus on product behavior instead of repo plumbing.
apps/web uses Next.js App Router, Tailwind, a src/ layout, and strict TypeScript defaults for the product UI.
Workspace packages hold Biome and TypeScript baselines so future apps inherit the same conventions without drift.
Git hooks and PR checks run formatting, type checks, tests, and builds before changes move deeper into implementation.