This directory contains the platform workspaces that power the Convex event sourcing stack.
packages/contains the reusable platform packages.examples/order-management/contains the reference bounded contexts and app wiring.apps/frontend/contains the frontend, stories, and browser tests.architect/contains roadmap specs, decisions, generators, and validation inputs.docs-living/contains generated projections of the architect sources.
- Edit source specs, annotations, and package code.
- Do not hand-edit
docs-living/. - Use
pnpm docs:allafter docs or annotation changes. - Use
pnpm test:coveragefor the package-level coverage gate.
| Command | Purpose |
|---|---|
pnpm test:packages |
Run the six platform package suites |
pnpm test:integration:platform |
Run isolated infrastructure integration tests |
pnpm test:coverage |
Enforce measured coverage floors across platform packages |
pnpm docs:all |
Refresh generated platform docs |
packages/platform-*/README.mdfor package-specific usageexamples/order-management/README.mdfor the reference application../docs/README.mdfor the hand-written docs index