Foundations
This section explains the base platform model and the main entrypoints for working with BrightWeb.
Pages
How to use this section
- Start here if you are new to the repo.
- Read these pages before enabling modules or touching database workflows.
- Treat these pages as the conceptual baseline for the rest of the docs tree.
Repo source
docs/foundations/README.mdThis page is rendered directly from the root docs folder. Edit the markdown there, not inside the app.
PreviousBrightWeb Platform DocsThis `docs/` folder is the single source of truth for BrightWeb documentation.NextGetting Started`create-bw-app` is the BrightWeb app scaffold. It creates either a platform app or a standalone site, and the intended external entrypoint is `pnpm dlx create-bw-app` or `npm create bw-app@latest`.