Answer
Can I deploy this and let my team log into it?
No. There is no authentication, tenancy or RBAC; the HTTP server is local-development-only and an actor header is an assertion rather than an identity, so it must not be exposed to a network (L-01). Persistence is Node's built-in SQLite adapter — PostgreSQL is on the Production Spine track and is not implemented (L-02). Even the fully composed starter application runs entirely locally against SQLite with no authentication (C-22), and there is no hosted CRM, free tier or account to sign up to (L-07).
What the ledger says, word for word
Each entry below is copied from site/claims.json, where it is bound to the evidence that holds it — a test file, a document, or a named repository fact — and to the limitation that travels with it. The answer above summarises these; these are the claim.
C-22
One command composes the whole thing and then inspects it: 70 modules, 6 packages, 41 resources, 56 actions, 7 policies and 5 providers, applied from manifests and driven end to end — then it prints the eleven things the inspector says it cannot see.
LimitIt composes the starter's application, not yours, and it runs entirely locally against SQLite with no authentication. The counts describe what that starter applies; a different composition gives different numbers. Wall-clock time varies by machine and is deliberately not claimed.
tests/app-inspect.test.jstests/contracts-activation-e2e.test.jstests/delivery-economics-e2e.test.jsdocs/APPLICATION_INSPECTION.mdnpm run tour runs examples/starters/b2b-lead-qualification/install.mjs, which CI runs on every push, into a directory it keepsthe counts are the app inspect report of that composed projectscripts/tour.js exits non-zero if the composed application is ever emptyL-01 · No authentication, tenancy or RBAC.
The server is local-development-only. An actor header is an assertion, not an identity. Do not expose it to a network.
JTBD-15docs/PROJECT_STATUS.mdREADME.mdcrm app inspect reports productionPosture: local development onlyL-02 · SQLite only.
Persistence is Node's built-in SQLite adapter. PostgreSQL is on the Production Spine track and is not implemented.
docs/PROJECT_STATUS.mddocs/strategy/PLATFORM_CAPABILITIES.mdL-07 · This is a framework, not a product you sign up for.
There is no hosted CRM, no free tier and no account. The output is an application in your repository that you run.
PRODUCT.mddocs/strategy/CATEGORY.mdWhere this stops
Nothing on this page implies the framework is deployable. There is no authentication, tenancy or RBAC, so it is local-development-only whatever any single answer says. Every claim and every limitation is on one page, and the questions this project refuses to answer are published beside them.