Synapse: Real-Time Dashboard for Visualizing Claude Code Agent Sessions

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Synapse: Real-Time Dashboard for Visualizing Claude Code Agent Sessions
Ad

Synapse is a real-time dashboard that visualizes Claude Code agent sessions as live, interactive node graphs, addressing the issue of opaque agent operations where users only see a blinking cursor.

Installation and Requirements

One command installs and starts Synapse:

npm install -g @synapse-ai/cli
synapse start

Requirements: Node.js and Claude.

Key Features

  • Visualizes every agent spawn, tool call, and subagent as connected nodes
  • Four analysis lenses: tree view, treemap, sankey diagram, and compaction timeline
  • Tool call grouping to prevent 47 tool calls from creating 47 separate nodes
  • Remote approval from mobile devices — start a job on desktop, approve from phone
  • Keyboard navigation for navigating large node trees (e.g., 200 nodes) without mouse
Ad

Development Background

Built entirely with Claude Code. The developer provided the ideas, while Claude generated the 38,000 lines of code.

Resources

The developer is seeking feedback through a discussion thread on GitHub.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also