Developer Docs for Evaluating the Continu Starter
These docs are for developers deciding whether the starter is worth buying, forking, or using as the baseline for a real product.
Use this site to answer the practical questions fast:
- what ships in the repo
- what kind of products the starter fits best
- how local setup, auth, billing, and access control already work
- what you will still need to customize
- how the architecture expects new features to be added
Internal runbooks, maintainer notes, and lower-level implementation docs stay in
docs/dev. This surface is the buyer-facing developer documentation.
Quick Evaluation Path
product/starter-overview.mdproduct/what-you-get.mdproduct/vertical-fit-and-use-cases.mdproduct/implementation-paths.mddevelopment/local-setup.mddevelopment/integrations-matrix.mddevelopment/extension-workflow.md
Evaluate
product/starter-overview.mdWhat the starter is for, where it is opinionated, and why the surface split matters.product/what-you-get.mdThe apps, backend package, and shared infrastructure that are already in the repo.product/surfaces-and-host-model.mdHow org, portal, and platform are separated.product/vertical-fit-and-use-cases.mdThe product shapes where this starter is strongest and where it may be too heavy.product/implementation-paths.mdThe three most realistic ways teams adopt this starter.product/evaluator-faq.mdShort answers to the first buyer and technical-review questions.
Build
development/local-setup.mdThe first-run path withcontinu:init, demo data, and tenant routing.development/evaluator-troubleshooting.mdThe shortest path through the setup and evaluation problems buyers hit first.development/auth-model.mdHow auth is already structured.development/billing-model.mdHow organization billing is modeled.development/permissions-and-capabilities.mdHow roles, permissions, and product gating are separated.development/integrations-matrix.mdThe fastest technical summary of what is already wired and what buyers still define.development/integrations-and-api.mdThe higher-level integration and API boundaries.
Architecture
foundation/system-architecture.mdThe buyer-facing architecture summary for apps, backend, and shared packages.foundation/tenancy-and-routing.mdHow tenant routing and isolation work.foundation/access-control-model.mdHow roles, permissions, and capabilities are split.
Extend
development/customization-guide.mdWhere branding, auth, billing, policies, and product rules should change.development/deployment-environments.mdHow local, preview, and production-style environments are shaped.development/extension-workflow.mdThe expected path for adding new features without fighting the architecture.
Reference
product/release-notes-and-changelog.mdThe public changelog surface for buyer-visible starter changes.