import { Card, Pill } from '@kerbal-rt/ui'; export default function HomePage() { return (

Kerbal RT

Phase 0 — skeleton

Monorepo skeleton is up. The hub, live-map, and API apps all build and dev-serve.

Edit src/app/page.tsx in apps/hub and refresh.

  1. Phase 0 (this): monorepo, skeletons, docker-compose, CI.
  2. Phase 1: KSP telemetry bridge + ingest pipeline.
  3. Phase 2: Live map 3D scene with time controls.
  4. Phase 3: Mission calendar, media, crew, YouTube/Twitch embeds.
  5. Phase 4: Spacenomicon tools.
); }