Service Hub

colabai.online

This root domain is now a shared navigation hub. Services live under stable subpaths so new apps can be added later without moving existing ones.

Primary pattern: /service-name/ Current live service: GitHub Trend Monitor HTTPS enabled on 443
GitHub Trend Monitor
Live

Tracks high-growth GitHub projects and exposes a live report page, JSON payload, and refresh status endpoint.

https://colabai.online/github-trend/
Directory Policy

Future apps should follow the same structure so the domain stays organized and routing remains predictable.

https://colabai.online/<service-name>/

Suggested Routing Layout

Use subpaths for services that can live behind a reverse proxy. This keeps one domain reusable while avoiding path collisions.

/github-trend/

GitHub trend dashboard and machine-readable report endpoints.

/docs/

Product docs, operational notes, or shared deployment guides.

/status/

Health checks, service summaries, or infrastructure status pages.

Reserved Slots For Future Services

These are placeholders only. Add a service when it actually exists; keep the URL shape stable once published.

Service A

Potential internal tool or dashboard.

/service-a/
Reserved
Service B

Potential API docs, admin console, or knowledge base.

/service-b/
Reserved
Service C

Potential monitor, sync task UI, or automation front-end.

/service-c/
Reserved