SeeFlow: Architecture Diagrams That Are Wired to Your Live App

Architecture diagrams rot — that's the core premise behind SeeFlow, a new open-source tool that makes diagrams executable. Instead of static Confluence pages that go stale in months, SeeFlow generates a flow canvas from your codebase and wires each node to your running application.
How It Works
SeeFlow ships a plugin for Claude Code, Codex, Cursor, and Windsurf that does the heavy lifting. You invoke it with a natural language command:
/seeflow show me the shopping cart featureIt also includes an MCP server, so any MCP-aware editor can register and edit diagrams without leaving the IDE.
Key Detail
- 100% free and MIT open source — no pricing tiers, no licensing hoops.
- Live wiring: each node in the diagram is connected to the actual running app, so the diagram reflects real-time state.
- Multiple IDE support through the MCP protocol.
Who It's For
Developers tired of maintaining outdated architecture docs, especially teams using AI coding agents that can interact with diagrams programmatically.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Janitor Skill for Automated System Management and Security Hardening
A developer created a skill that uses Claude Code to SSH into OpenClaw machines and harden configurations, including sandboxing, OS hygiene, and channel security, while maintaining a project folder with audit instructions in CLAUDE.md.

Zap Code: AI Code Generator That Teaches Kids Real HTML/CSS/JS
Zap Code generates working HTML, CSS, and JavaScript from plain English descriptions for kids ages 8-16. It offers three interaction modes and runs in a sandboxed iframe with a progressive complexity engine.

State of Local Deep Research Tools: GPT Researcher and Local Deep Research Lead, STORM and LangChain Projects Stagnant
A Reddit survey of local deep research projects as of May 2026 finds GPT Researcher and LearningCircuit's Local Deep Research most active; STORM and LangChain's Open Deep Research abandoned or semi-abandoned.

Design Studio Plugin for Claude Code Adds Virtual Design Team with 9 Roles and 16 Commands
A new Claude Code plugin called Design Studio simulates a full design team with 9 specialist roles, 16 slash commands, and 5 agents. It auto-detects tech stacks and includes over 8,000 lines of design knowledge across reference files.