Dashboard
Interactive 3D brain visualization. Because why not.
Launch
bash
$ brainbase dashboard
Dashboard running at http://localhost:7877What you see
- 3D Knowledge Graph — nodes as spheres, edges as lines, force-directed layout. Rotate, zoom, click on nodes to inspect them
- Activation levels — brighter nodes are more activated right now. Watch the graph pulse as you use your AI
- Brain health metrics — connectivity (how well-connected the graph is), freshness (how recent the knowledge is), coherence (how consistent it is), overall score
- Session history — when sessions happened, which provider, message count
- Patterns — detected schemas and recurring knowledge patterns
API endpoints
The dashboard server exposes 7 JSON API endpoints you can also use programmatically:
| Endpoint | Description |
|---|---|
/api/graph | Full knowledge graph (nodes + edges) |
/api/expertise | Expertise areas and skill levels |
/api/sessions | Session history |
/api/patterns | Detected patterns |
/api/snapshots | Brain growth timeline |
/api/activity | Recent activity feed |
/api/health | Brain health metrics |