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

Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App
Storybloq, a project tracker that stores tickets, issues, roadmap phases, and session handovers as JSON/markdown inside .story/ in your repo, now has a free Mac app on the App Store. It integrates with Claude Code via CLI and MCP server, and was built entirely using Claude Code.

Files.md: Open-Source Local-First Markdown Note-Taking App with LLM-Friendly Design
Files.md is an open-source, local-first markdown app for notes, tasks, and journals. 886 stars, built in Go, works offline, syncs via iCloud/Dropbox/self-hosted server or hosted beta app.files.md.

Ouroboros Adds PM Interview Mode for Claude Code to Bridge Spec Gap
Ouroboros now includes a PM mode that runs a guided interview before handing off to Claude Code, asking questions like what problem is being solved, who it's for, and what constraints matter. The output is a PRD/PM document with goal, user stories, constraints, success criteria, assumptions, and deferred items.

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.