Dashboard

Interactive 3D brain visualization. Because why not.

Launch

bash
$ brainbase dashboard
Dashboard running at http://localhost:7877

What 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:

EndpointDescription
/api/graphFull knowledge graph (nodes + edges)
/api/expertiseExpertise areas and skill levels
/api/sessionsSession history
/api/patternsDetected patterns
/api/snapshotsBrain growth timeline
/api/activityRecent activity feed
/api/healthBrain health metrics