f3l1x-dashboard¶
Your command center for the F3L1X ecosystem
The dashboard is your control panel for managing Claude Code terminals, monitoring realm health, accessing the marketplace, and orchestrating your AI workforce.
What It Does¶
The dashboard gives you a single interface to:
- Start/stop/restart any realm
- Monitor the health of all 40+ agents
- Browse and purchase marketplace tools
- View Claude Code terminal output in real-time
- Manage projects and workspaces
Key Capabilities¶
Multi-Terminal Management¶
- Session Control: Start multiple Claude Code sessions simultaneously
- Output Streaming: Real-time terminal output via WebSocket
- Session History: Review past terminal sessions
- Quick Actions: One-click commands for common tasks
Realm Monitoring¶
- Health Grid: Visual status of all essential realms (green/yellow/red)
- Port Status: See which services are running and on which ports
- Uptime Tracking: How long each realm has been running
- Auto-Restart: Failed services can auto-restart via worker-bee integration
Marketplace Browser¶
- Tool Catalog: Browse 100+ MCP tools from the Herald network
- Price Display: See per-use pricing before purchasing
- One-Click Install: Install tools directly from dashboard
- Payment Integration: x402 micropayments via 402-payment realm
Accessing the Dashboard¶
URL: http://127.0.0.1:8000
Main sections:
- Home: Realm health overview
- Terminals: Claude Code session management
- Marketplace: Tool browser
- Projects: Workspace management
- Settings: Dashboard configuration
Common Use Cases¶
Starting a New Claude Code Session¶
- Click "New Terminal" button
- Select project from dropdown
- Terminal opens and connects to Claude Code
- Watch output stream in real-time
Checking Ecosystem Health¶
- Open dashboard home page
- View health grid showing all realms
- Green = healthy, yellow = degraded, red = down
- Click any realm for detailed status
Troubleshooting¶
Dashboard won't start¶
Fix: Check if port 8000 is in use
Terminal output not streaming¶
Fix: Verify herald is running - dashboard needs herald for WebSocket routing
Related Realms¶
- herald - Provides WebSocket routing and tool catalog
- worker-bee - Supplies health status data
- 402-payment - Handles marketplace purchases