ClaudeMap

Zoetrope

Watch a Claude Code session as a live flow graph — in your terminal or browser.

SDKs & Toolingdebuggingvisualizationsessionslocal

Zoetrope reads a Claude Code session's JSONL transcript and renders the agent/tool call flow as a live, scrubbable graph: time-travel through the timeline, click nodes to inspect payloads. Fully read-only and offline — the project's own words: "there is no HTTP client anywhere in the dependency tree." The closest thing to a debugger UI for agent sessions.

Repository

furkankly/zoetrope

Charted

Related on the map

  • E2B

    SDK / Tool

    Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.

    • sandbox
    • code-execution
    • sdk
    • agents
  • FastMCP

    SDK / Tool

    Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.

    • framework
    • python
    • mcp
    • type-driven
  • Anthropic's official TypeScript SDK for building agentic applications.

    • official
    • sdk
    • typescript
    • anthropic