Documentation
BusinessOS Docs
Platform documentation for builders and marketplace developers.
Documentation
Platform documentation for builders and marketplace developers.
Projects, modules, core module selection, and publishing workflows.
This guide describes how builders use the platform day-to-day.
draft: not publicly availablelive: available to end-usersarchived: disabledModules are enabled per project from:
/modules → open module details → enable per project)Enabling a module attaches its capabilities to that project:
Each project must have one core module.
Why:
/) uses core module template/portal, /courses, /products)Storage:
project_module_installations.config.isCoreModule = trueContent/publishing is module-owned:
Project owners manage public landing content from Project settings → Landing Page.
End-user login is provided by end-user-auth.
Authenticated post-login area is provided by template + module site routes.
project_sessionresolveProjectContext() (handles cache misses)/dashboard is now a compatibility redirect.
Do not build new module features around dashboard aggregation.
If legacy projects still use dashboard section descriptors, treat them as transitional only.