npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-view

v0.33.1

Published

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

Readme

claude-view

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

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

History & Search

  • 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 |


Links


MIT