A reusable, project-agnostic starter for building fullstack apps with:
- pnpm 10 + Turborepo
- Next.js (App Router) web starter
- Tailwind v4 + shared theme tokens
- shadcn/ui-ready primitives in
packages/ui - Convex backend starter
- Better Auth 1.5.3 +
@convex-dev/better-authbaseline - T3 env validation via
@t3-oss/env-nextjs - Shared validators/auth/backend packages
- Agent standards + Codex task workflow guidance
apps/web: Next.js app shell + client wiring + validated envpackages/backend: Convex schema/functions/auth baselinepackages/auth: Better Auth client/env helperspackages/ui: reusable UI primitives + theme layerpackages/validators: reusable zod validatorstooling/*: shared TS/ESLint/Prettier/Tailwind configsagent-os/standards: team execution standards.codex: Codex project workflow guidance
cp .env.example .envpnpm installpnpm -F @template/backend run convex:dev(in one terminal)pnpm dev
Detailed checklist: docs/first-run-checklist.md.
Quality gates: docs/template-quality-gates.md.
