Continu Docs
This docs set defines the durable app-facing shape of the Continu.dev B2B2C starter kit.
Use it for starter architecture, surface ownership, and app-level extension rules. Do not use it as a client delivery plan.
Starter Surfaces
apps/appUnified product app for three surfaces:org,portal, andplatform.apps/marketingOptional public marketing site for acquisition, SEO, and brand pages.apps/docsDocusaurus site that publishesdocs/app.
There is no separate apps/web or apps/admin app in this starter.
Start Here
foundation/architecture.mdCanonical repo and app structure.foundation/b2b2c-architecture-contract.mdBoundary rules fororg,portal, andplatform.apps/product-app-spec.mdWhat the unified product app owns.apps/marketing-app-spec.mdWhat the optional marketing app owns.apps/docs-site-spec.mdWhat the docs app publishes and what it should not publish.development/building-features.mdProcess for adding routes, UI, and backend modules.
Canonical Rules
- App routes and UI composition live in
apps/app/src/app/[locale]/**. - Convex backend source lives in
packages/backend/convex/**. apps/app/convexis 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.
Legacy Material
This starter was initially extracted from a client implementation for Informed Energy Design.
Older product, planning, and migration notes still exist in this repo for historical reference, but they are no longer the source of truth for the starter kit and are intentionally removed from the main app-docs sidebar.
See archive/README.md before using older material under docs/app/archive/ied-*.