Flagship repository for the full intelligent cloud SaaS ecosystem.
orbit is the center of gravity for the ecosystem: product, backend, AI, data, infrastructure, security, observability, and developer tooling all connect here.
The surrounding repos each focus on one slice. This repo is where they converge into a realistic end-to-end platform.
- Flagship downstream consumer of nearly every repo
- Architecture anchor for
summit - Connected to
synapse,flux,nimbus,aegis, andbeacon
Level 3 flagship starter with architecture docs and a small executable TypeScript service shell.
- TypeScript
- Node.js
- Markdown
orbit/
├── docs/
│ ├── architecture.md
│ └── ecosystem-map.md
├── src/
│ ├── index.ts
│ └── platform.ts
├── .editorconfig
├── .gitignore
├── README.md
├── ROADMAP.md
├── package.json
└── tsconfig.json
npm install
npm run build
node dist/index.js- upstream:
synapse,flux,nimbus,aegis,beacon - neighboring:
summit,cosmos - tooling:
forge,relay
This should become the strongest portfolio repo in the set: architecture-rich, implementation-led, and visibly connected to the others.