Quickstart
1. Start Services
just dev # Neo4j, Caddy, Ollama, LiteLLMjust frontend # Vite on :3031just backend # FastAPI on :80312. Open the Dashboard
Navigate to http://localhost:3031. You should see:
- Spaceship Earth — geodesic dome visualization with seed nodes
- Connection indicator —
● LIVEwhen backend is connected - Spoon gauge — bottom right, showing 12/12 COMMAND
3. Ingest a Node
curl -X POST http://localhost:8031/ingest \ -H "Content-Type: application/json" \ -d '{"content": "My first node", "axis": "D"}'The dashboard updates in real-time via WebSocket.
4. Try the Breathing Pacer
Press B to toggle the 4-2-6 breathing pacer.
5. Open the Dev Menu
Press D to see system status: node count, spoon level, WebSocket state.
Keyboard Shortcuts
| Key | Action |
|---|---|
| B | Toggle breathing pacer |
| D | Toggle dev menu |