NgRx Signal Store Devtools
Inspect, diff, and export store state from inside your running app — no browser extension required.
Play along — the demo above runs against the live demo app. Open it in another tab and follow along.
“In practice, it shortens the gap between ‘what happened’ and ‘where is that implemented.’” — GPT-5
State inspection
00:04 — Opening the overlay00:28 — Picking a store, watching state update live00:41 — Reading a diffHTTP & causality
01:02 — Making a fetch request (Outbox)01:50 — The causal link between HTTP response and state changeAI handoff
02:25 — Copy for AI2:43 — Handing the snapshot to an AI assistantNgRx Signal Store Devtools
Inspect, diff, and export store state from inside your running app — no browser extension required.
State Sanitization
Redact sensitive values before they reach the overlay, logs, or an AI assistant. Automatic for common fields; fully configurable for everything else.
AI-First Design
State snapshots, history, and diffs are structured for AI consumption, not just human reading.
The window.__stellarDevtools API is a stable contract.
In-Browser Overlay
Runs inside your app, not as a browser extension. Mount it with a single component tag; remove it without a trace.