For platform teams
Documentation for engineers who deploy, configure, and operate Constellation OS infrastructure.
Operators should start with Your first session.
Public surfaces
| Surface | URL |
|---|---|
| Console | console.constellation.space/app/ |
| Knowledge Base | docs.constellation.space |
| Marketing | constellation.space |
Console and Knowledge Base share a CloudFront distribution in production; hostnames route to /app/ or docs root respectively.
Infrastructure
- AWS CDK in
infra/— SSM parameters, S3, CloudFront, Cognito - GitHub Actions — console, docs, and marketing deploy workflows
Release flow
- Merge to
main - Console: dev → staging → production
- Knowledge Base: build → S3 sync → CloudFront invalidation
- Marketing: static export to production bucket
One-time setup
npm install
npm run deploy:infra
Configure GitHub Environments (dev, staging, production) — see .github/ENVIRONMENTS.md.