# Family Brain — Live Network Visualization
**Status:** ✅ Implemented & live at `https://hoffdesk.com/api/system/brain/svg`
**Preview:** `https://hoffdesk.com/blog/static/brain-live.html`
**Stats JSON:** `https://hoffdesk.com/api/system/brain/stats`
## Overview
A live-rendered SVG network visualization of the Beelink's data constellation. Each node represents a data store, auto-scaling with live record counts. Connections pulse with animated data packets. No manual SVG editing — the server generates it from real queries.
## Nodes
| Node | Data Source | Auto-scales With |
|------|-------------|-----------------|
| BEELINK | — | Static hub (r=58) |
| CALENDAR | Radicale systemctl status | Status text |
| MEMORY | ChromaDB chunk count + file size | Chunk count → radius 36-48 |
| BLOG | SQLite post count | Published + total → radius 36-48 |
| LLM | Ollama API model count | Model count → radius 36-48 |
| ONTOLOGY | Entity count | Entity count → radius 34-42 |
| RECIPES | Ontology recipe-type entities | Stub (0 now, grows as recipes added) |
## Endpoints
### `GET /api/system/brain/svg` → `image/svg+xml`
Renders full network SVG with live data. No auth required. Used on dashboard as `` or `