Skip to content
- Two Astro applications under a shared pnpm workspace (
apps/site, apps/docs).
- Docker container provides Node, pnpm, and consistent environment parity.
- Diagrams render client-side using Mermaid and D2 libraries—no native binaries required.
- Cloudflare Pages will host both applications as static sites.
- Cloudflare Access will protect the documentation surface before any public release.
- Workers remain deferred pending concrete backend requirements.
- Marketing Platform — Owns content, design system, and release cadence. See Marketing architecture.
- Documentation Platform — Maintains ADRs, security guidance, and operational policy.
- Operations — Manages Docker, pnpm, and Pages pipelines; refer to Ops hub.
- Zero Trust by default—no unauthenticated access to internal docs.
- No secrets in git—use platform secrets stores when Workflows demand them.
- Static-first mindset; dynamic features require ADRs and security review.