Workspace Map
The repository keeps the public site and product app as separate surfaces. docs/ owns the public homepage and documentation. web/ owns the authenticated React service app. packages/ui/ contains reusable React primitives shared by both surfaces.
- Start local: Install dependencies and boot each workspace target.
- Understand flow: See how the browser app, API, database, and docs relate.
- Try the API: Browse generated OpenAPI and send requests from the docs.
Where To Go Next
Use the left navigation to move across documentation sections. Use the search box to jump by title, keyword, or short description. Use the right table of contents to move within the current page.
Local Commands
These are the common commands from the root workspace.
pnpm install
just docs-dev
just web-dev
just backend-test