Core + Admin
The workspace generator keeps Admin governance enabled for platform auth and RBAC even when the admin UI surface is not selected.
BrightWeb is a shared platform monorepo for scaffolding and evolving client apps with a modular database and shared domain packages. The practical base is Core + Admin. Optional modules such as CRM and Projects extend schema and domain behavior, but they do not usually install a ready-made frontend product UI into client apps.
The workspace generator keeps Admin governance enabled for platform auth and RBAC even when the admin UI surface is not selected.
Optional modules primarily extend schema, shared logic, package helpers, and light starter wiring.
Client stacks resolve module order from the registry, then materialize an installable Supabase workdir.
Understand the practical base
Core + Admin is the real install floor for platform auth, governance, and RBAC.
See what modules really ship
CRM and Projects are mainly schema, domain logic, contracts, and light starter wiring.
Check dependency order
CRM requires Admin. Projects requires CRM. The docs show the resolved install chains.
Run the database flow correctly
Plan, materialize, and upgrade client stacks without inventing unsupported migration behavior.