Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 864 Bytes

File metadata and controls

19 lines (14 loc) · 864 Bytes

OpenFoundry Architecture

The canonical technical documentation for this repository now lives in docs/.

Recommended entry points:

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/ and apps/web/static/generated/
  • infrastructure packaging and runbooks in infra/