Planet Hub
Internal command center for monitoring and managing the ecosystem's apps and workflows.
Hub is the operator-facing universe launcher at port 3000 — a single-page map of every app in the ecosystem, each planet linking to its live route. Built on the shared UI system with a cyan-accented universe theme (pixel-art planets, a drifting starfield). Hub navigates to the planets; it doesn't host workflows itself.
Overview
Planet Hub is the central coordination workbench for ecosystem operators. Operating on port 3000, it provides a high-density, internal-facing control surface for monitoring and managing the monorepo's workflows.
Architecture
Built on the Next.js 16 App Router and orchestrated with Turbopack, the Hub leverages React 19 and Tailwind CSS v4 running in an internal Docker container. It strictly consumes the shared @mheepeem/ui library and implements a distinct "Void/Cyan" theme via the 3-tier token framework to visually separate it from public-facing apps.
Problem It Solves
Ecosystem operators need a centralized, fast, and data-dense interface to manage internal services, configuration, and telemetry without exposing sensitive operations to the public internet.
Current State
MVP operational. The port 3000 workbench is live, and the internal Void/Cyan theme contract has been successfully established for operator workflows.