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

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
Development Background
Built entirely with Claude Code. The developer provided the ideas, while Claude generated the 38,000 lines of code.
Resources
- Website: https://usesynapse.dev
- npm package: @synapse-ai/cli
- GitHub repository: https://github.com/Soarcer/synapse
The developer is seeking feedback through a discussion thread on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents
altRAG is a Python tool that replaces vector database RAG with lightweight pointer files. It scans Markdown/YAML skill files to create a 2KB skeleton file mapping sections to exact line numbers and byte offsets, allowing AI agents to read only needed sections instead of entire files.

OpenClaw SEO Audit Skill Released for Technical Website Analysis
A new OpenClaw skill performs comprehensive SEO audits with the command 'seo audit [url]', checking technical SEO, content quality, on-page elements, structured data, performance metrics, images, and AI search readiness, outputting a health score and prioritized action plan.

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.

Vibeyard: Open-Source Dashboard That Launches Claude Sessions from PRs, Issues, and Kanban Cards
Vibeyard is an open-source (MIT) home screen with draggable widgets for PRs, issues, kanban, and Claude sessions. Click any card to spawn a pre-scoped Claude Code session for review, fix planning, or resumption.