Skip to main content

App Docs

This docs set defines the durable app-facing shape of this repo as an agency manager and client portal product built on the B2B2C starter.

Use it for product direction, surface ownership, and app-level extension rules.

Starter Surfaces

  • apps/app Unified product app for three surfaces: org, portal, and platform.
  • apps/marketing Optional public marketing site for acquisition, SEO, and brand pages.
  • apps/docs Docusaurus site that publishes docs/app.

There is no separate apps/web or apps/admin app in this starter.

Start Here

Canonical Rules

  • App routes and UI composition live in apps/app/src/app/[locale]/**.
  • Convex backend source lives in packages/backend/convex/**.
  • apps/app/convex is a generated-only shell for app imports, not an authoring surface.
  • Shared primitives and typed infrastructure belong in packages/* only when they are truly cross-app.
  • Developer and operations docs live in docs/dev.