A single-page interface prototype for viewing agent activity, service status and operational summaries. Built with HTML, CSS and JavaScript.
- Agent cards with expandable detail areas.
- Service-status, portfolio-summary and activity-log panels.
- A collapsible sidebar, CSS-variable design tokens and animated transitions.
- A WebSocket client for receiving state from a separately hosted service.
The implementation is contained in index.html. Google Fonts supplies the typefaces; there is no package installation or build step.
Requires Git and Python 3.
git clone https://github.com/raphoc-hub/command-center.git
cd command-center
python3 -m http.server 8000 --bind 127.0.0.1Open http://127.0.0.1:8000/?ws=ws://127.0.0.1:8766/ws.
The ws query parameter overrides the historical endpoint with a loopback address. No WebSocket server is included, so connection errors and the disconnected banner are expected. The frontend still renders its default state. Stop the HTTP server with Ctrl+C.
Interface prototype, not an agent runtime. Initial agent and service states are hard-coded examples, not proof of running systems. The repository does not include orchestration, monitoring infrastructure or the backend needed to supply live state.
The public page retains earlier OpenClaw branding and a historical connection default. Treat it as a design reference, not as access to my current AI knowledge system or a supported operations console. The public frontend does not publish the separate backend.
MIT.