Repository layout
| Repo | Status | Purpose |
|---|---|---|
sphere-dashboard | live (this site) | Public web surface — landing, whitepaper, docs, demos. |
sphere-whitepaper | live | Astro Starlight build of the whitepaper indices + concepts. |
sphere-docs | live (this site) | Astro Starlight build of these reference docs. |
sphere-demos | scaffolded | Static hub + per-demo subprojects. |
sphere-graph-api | not yet | Phase 1 service. SQLite + Node/TS, REST API. |
sphere-web | external | Next.js frontend. Lives elsewhere for now. |
sphere-system | external | Chat-bot agent surface. PM2-managed. |
All sites here build to static dist/ directories and are served by per-
service nginx containers behind Caddy. See Deployment.