JSPM

  • Created
  • Published
  • Downloads 1298
  • Score
    100M100P100Q102995F
  • License MIT

You have 10 Claude sessions running. What are they doing? Live dashboard for Claude Code — monitor every session, track costs, search history, see sub-agents. One command: npx claude-view

Package Exports

  • claude-view
  • claude-view/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-view) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

claude-view

You have 10 Claude sessions running right now. What are they doing?

npm version Website License: MIT macOS GitHub stars

Behind every "thinking..." spinner, Claude is spawning sub-agents, calling MCP servers, running skills, firing hooks — and you can't see any of it.

You're paying $200/mo for Claude Code. You deserve a dashboard.

curl -fsSL https://get.claudeview.ai/install.sh | sh

One command. Every session visible. Real-time.


Install

Method Command
Shell (recommended) curl -fsSL https://get.claudeview.ai/install.sh | sh
npx npx claude-view

What You Get

Live Monitor

  • Live session cards — see what every session is working on, right now
  • Notification sounds — get pinged when a session finishes or needs input
  • Context gauge — real-time context window usage per session
  • Cache warm countdown — time your messages to save tokens
  • Cost tracking — per-session and aggregate spend with cache savings
  • Sub-agent visualization — see the full agent tree, tool calls, MCP invocations
  • Recently closed sessions — sessions stay visible after ending instead of vanishing
  • Unified live chat — history and real-time messages in one scrollable view
  • SSE-driven live data — real-time push, no stale cache
  • Rich chat history — every conversation rendered with markdown, code blocks, tool calls
  • Full-text search — Tantivy + SQLite search across sessions, messages, tool calls, file paths
  • Export — markdown export for context resumption or sharing
  • Encrypted sharing — share any session via E2E encrypted link

Plans, Prompts & Teams

  • Plans browser — view your .claude/plans/ directly in session detail
  • Prompt history — full-text search across all prompts with intent classification and template clustering
  • Teams dashboard — track team leads, inbox, tasks, and file changes across team members

Plugin Manager

  • GUI plugin browser — install, enable, disable, and uninstall Claude Code plugins — no terminal needed
  • Marketplace dialog — discover and install plugins with user or project scope

Workflows

  • Workflow builder — create and run multi-stage workflows with a Mermaid diagram preview and YAML editor
  • Streaming LLM chat rail — generate workflow definitions in real time

Open in IDE

  • One-click file open — open any referenced file directly in VS Code, Cursor, Zed, or your preferred editor
  • Auto-detects your editor — no configuration needed

Agent Internals

  • @File mention chips@filename references shown as chips on session cards
  • Agent SDK live chat — thinking blocks, tool calls, and results with syntax highlighting
  • Worktree branch drift — detects when git worktree branches diverge

Analytics

  • Activity heatmap — 90-day GitHub-style usage grid
  • Cost ROI metrics — cost per commit, per session, per line of AI output
  • AI Fluency Score — single 0–100 number tracking your overall effectiveness

How It Works

On first run, npx claude-view downloads a platform-specific Rust binary (10 MB) from GitHub Releases. The binary is cached at `/.cache/claude-view/` so subsequent runs start instantly.

Everything stays on your machine. Zero telemetry, zero cloud, zero network requests.


Configuration

Env Variable Default Description
CLAUDE_VIEW_PORT 47892 Port for the local server
PORT 47892 Alternative port override

Supported Platforms

OS Architecture
macOS Apple Silicon (arm64), Intel (x64)
Linux x64
Windows x64


MIT