Binaries & Repos¶
The four shippable artifacts, where each runs, and which repo it lives in.
| Binary | Repo | Language | Runs in | Notes |
|---|---|---|---|---|
| Starbase API | starform/starbase | Go | Infra cluster | cmd/api/main.go |
| Starbase Worker | starform/starbase | Go | Infra cluster | cmd/worker/main.go (same module) |
| Shuttle | starform/shuttle | Go | Each customer cluster | Single binary, controller-runtime |
| Frontend | starform/stardeck | Next.js | Infra cluster or CDN | Customer dashboard |
Starforge is a BuildService port inside Starbase Worker, not a separate binary.