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

promptarc

v0.0.4

Published

Local-first viewer for AI coding agent sessions. Browse, search, and share your Claude Code, Codex, and Cursor sessions as inspectable timelines.

Readme

promptarc

See what your AI coding agent actually did. Browse, search, share, and generate PR descriptions from Claude Code, Codex, and Cursor sessions.

npx promptarc

Every command works standalone from the terminal. The dashboard is optional for visual browsing.

Commands

npx promptarc                  Open the visual dashboard
npx promptarc context          What do I need to know? Past sessions + AI briefing
npx promptarc context --files  Include recently changed files in the search
npx promptarc share <id>       Share a session to the cloud (private, no dashboard needed)
npx promptarc pr               Generate a PR description from the current session
npx promptarc pr --share       Generate + share session (includes link in description)
npx promptarc pr --copy        Generate + copy to clipboard
npx promptarc pull <slug>      Download a shared session to this machine for resume
npx promptarc login            Sign in via GitHub (auto-triggered when needed)
npx promptarc logout           Delete the saved auth token
npx promptarc whoami           Print the signed-in account
npx promptarc --version        Print the CLI version

What it does

  • Session prep. promptarc context scans your local sessions + cloud archive and generates an AI briefing with what's unfinished, a copy-pasteable resume prompt, and warnings from past failures.
  • Share from terminal. promptarc share <id> builds the artifact locally, redacts secrets, and uploads directly. No dashboard needed. Auto-signs in if needed.
  • PR descriptions. promptarc pr generates structured PR descriptions (What / Why / How / Notes) from your session. Pipe to gh pr create.
  • Multi-agent. Reads ~/.claude/ (Claude Code), ~/.codex/ (Codex), and ~/.cursor/ (Cursor) in one dashboard with tabs.
  • Live updates. Open a running session and it refreshes within ~300ms of every new message.
  • Cloud sync. Back up sessions to your account. Search across your history from any machine.
  • AI summaries. Every shared session gets an AI-generated summary, searchable via full-text search.
  • Redaction. Secrets, API keys, home-directory paths, and thinking blocks are stripped before any upload.
  • Private by default. New shares are private. You promote to public/unlisted when ready.

Privacy

  • The dashboard binds to 127.0.0.1 only. Nothing on your LAN can reach it.
  • promptarc share redacts secrets locally before uploading. Raw session data never leaves your machine.
  • promptarc pr sends only a condensed summary (~2K tokens) to the server. No code content, no secrets.
  • The auth token (~/.promptarc/auth.json, mode 0600) is only sent to promptarc.dev.

Requirements

  • Node.js 20+
  • At least one of: ~/.claude/, ~/.codex/, or ~/.cursor/

Feedback

promptarc.dev/feedback

License

MIT