Repositories
Citinet’s codebase is split across several repositories rather than one monolith, each with its own deploy pipeline.
| Repository | What it is |
|---|---|
| citinet | The web portal: browser-based hub access, hub management, the community interface, the hub creation wizard, and the API each hub runs |
| citinet-registry | The hub registry, and where cert-broker slug claims are stored |
| citinet-docs | This documentation site |
The public-facing marketing/info site is a separate Astro project, deployed independently from the docs and the app itself.
There is no separate desktop app for hub administration: the Hub Admin Guide is entirely a feature of the web portal, usable from any browser.
Where things actually run
Section titled “Where things actually run”- The web portal and its API endpoints (including the cert broker) deploy to Vercel.
- Each individual hub runs on whatever machine its operator chooses: a hub’s software isn’t hosted by Citinet at all.
