graph
diagram
Inline authored SVG diagrams — Root (svg shell + arrow markers), Node (interactive card with selection + focus semantics), Edge (authored path with state styling: idle, flow, slow, broken, blocked).
full width
Ingest — Receives events from collectors
Tap a node — the card and its inbound edges answer. Then break the first link and lock the sink: the ✕ cut and ⊘ refusal are Edge states, not bespoke path groups.
Installation
Usage
Diagram: Root · Edge · Node
Use when
- Hand-placed diagrams where the positions ARE the content — pipelines, topologies, decision trees
- Diagrams that respond to state: edges that break, block, slow, or flow as the system they describe does
- Not for auto-layout graphs (NodeDiagram) or data-derived geometry (the viz family)
The presets — Pipeline and BranchTree as data-driven compositions
full width
The presets — Pipeline and BranchTree as data-driven compositions: one stages array, one branches array, selection wired through.