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

@yangjingo/claudepad

v0.4.0

Published

Claude Code Session Monitor - Web-based terminal for Claude Code

Readme

ClaudePad turns local and remote Claude Code work into one visual control surface. Monitor sessions, open a real xterm.js terminal, capture ideas, browse practical tips, or follow a software-delivery incident across an interactive Hyrule-inspired map.

See it in action

One compact workspace switcher

Sessions and Multi-Agent stay together as two workspace tabs, while Ideas and Tips remain available as lightweight utility actions.

Explore the delivery map

Zoom, pan, recenter on the Sheikah Tower, use the minimap, and trigger a simulated incident without modifying live sessions.

Features

  • Session Monitor — inspect Claude Code sessions from ~/.claude/ and see active state at a glance.
  • Web Terminal — interact with each session through xterm.js, WebSocket streaming, and node-pty.
  • Local + Remote Environments — keep environment-aware configuration and independent version status together.
  • CC Ideas — capture inspiration, search it, and track progress from new to archived.
  • CC Tips — browse, search, randomize, and copy practical Claude Code shortcuts.
  • Session-linked Multi-Agent Hyrule — hand a local or remote session to Link and four specialists through a six-stage delivery pipeline: requirements baseline, incident triage, parallel implementation, integration regression, release gate, and hardening retrospective.
  • Interactive World Map — drag or use keyboard controls, zoom in and out, recenter, randomize the continent, and navigate through a minimap.

Quick start

# Install globally
npm install -g @yangjingo/claudepad

# Run
claudepad

# Or run without installing
npx @yangjingo/claudepad

Open http://localhost:8080.

Development

git clone https://github.com/yangjingo/ClaudePad.git
cd ClaudePad
npm install
npm run dev

Navigation

| Area | Route | Purpose | | --- | --- | --- | | Sessions | / | View and manage local or remote Claude Code sessions | | Ideas | /idea.html | Capture and track inspiration | | Tips | /tips.html | Search and browse CC Tips | | Multi-Agent | /playground.html | Explore the Hyrule delivery dashboard |

Update

v0.4.0 links Sessions to the interactive Multi-Agent Hyrule workspace, adds a draggable seeded continent with zoom and minimap navigation, and hardens static asset and dynamic session handling. See CHANGELOG.md for the full history.

Visual note

The Multi-Agent workspace is an original, unofficial fan-inspired interface. ClaudePad is not affiliated with or endorsed by Nintendo.

License

MIT