The canonical technical documentation for this repository now lives in docs/.
Recommended entry points:
docs/index.mdfor the technical documentation homepagedocs/guide/repository-map.mdfor the monorepo layoutdocs/architecture/index.mdfor the system overviewdocs/operations/ci-cd.mdfor delivery and automation flows
At a high level, OpenFoundry is a platform monorepo composed of:
- a SvelteKit frontend in
apps/web - a Rust gateway plus multiple bounded-context services in
services/ - shared Rust foundations in
libs/ - protobuf contracts in
proto/ - generated SDK and schema artifacts in
sdks/andapps/web/static/generated/ - infrastructure packaging and runbooks in
infra/