Skip to main content

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/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.

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-*.