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

pulse-dev

v0.1.1

Published

A terminal companion for Claude Code. Lives in your status bar, watches all sessions, talks to you like a friend.

Readme

💓 Pulse

Your terminal has a heartbeat now.

A companion for Claude Code that watches all your sessions, tracks your patterns, and talks to you like a caring friend — not a productivity tool.

npx pulse-dev install

What it does

Pulse lives in Claude Code's status bar — always visible, every session.

Sonnet 4.6  ████░░░░ 57%  2h42m  $0.88
💓 (^.^)  lv.7 · Hatchling  🔥4d  "You're on a roll. I'll stay quiet 🤫"
  • 💓 Lives in your status bar — visible during every session, not just after
  • 🕐 Watches ALL your sessions — knows you've been coding 4 hours today
  • 💧 Tells you to drink water after 2+ hours without a break
  • 🎉 Celebrates when your agent finishes — "Come take a look 👀"
  • 🌙 Says close the laptop when it's 1am
  • 📈 Grows as you code — levels up from Egg → Hatchling → Companion → Legend

Uses your existing Claude subscription. Zero extra cost. Zero extra API keys.


Demo

Pulse lives in your status bar — visible during every message, not just after the session.

Sonnet 4.6  ████░░░░ 23%  1h13m today  $0.12
💓 (^.^)  lv.7 · Hatchling  🔥4d  "You're on a roll. I'll stay quiet 🤫"
Sonnet 4.6  ████████ 85%  3h42m today  $2.50
💓 (>.<)  lv.7 · Hatchling  🔥4d  "Drink some water before the next one. 💧"
Sonnet 4.6  █░░░░░░░ 12%  0m today  $0.02
💓 (o.o)  lv.1 · Egg  "Hi. I'm Pulse. I'll be watching. 👀"
Sonnet 4.6  ████░░░░ 45%  2h10m today  $0.55
💓 (^o^)  lv.7 · Hatchling  🔥4d  "Your agent finished! Go take a look 👀"

Install

npx pulse-dev install

Requires: Python 3.8+ and Claude Code.

Uninstall:

npx pulse-dev uninstall

How it works

Pulse has two parts:

1. Status barstatusLine script runs after every assistant message, shows your creature live.

2. Session hooks — track sessions, log time, trigger alerts.

| Event | What Pulse does | |---|---| | SessionStart | Logs session start | | UserPromptSubmit | Tracks activity | | Stop | Logs duration, updates creature | | SubagentStop | Triggers excited creature alert |

All data stays local in ~/.pulse/pulse.db. No API keys. No external services.

Configure

Edit ~/.pulse/config.json to customize:

{
  "persona": "adaptive",
  "show_cost": true,
  "show_duration": true,
  "show_streak": true,
  "show_level": true,
  "show_message": true,
  "creature_name": "Pulse"
}

Personas:

  • adaptive — reads the room, adjusts tone (default)
  • caring — warm, nurturing, like a friend who checks in
  • hype — energetic, celebrates wins, roasts procrastination
  • zen — calm, observational, minimal
  • silent — creature only, no messages

The creature

Lv 1–10    (o.o)  Egg         first week
Lv 11–30   (^.^)  Hatchling   2–3 weeks
Lv 31–75   (^o^)  Companion   1–2 months
Lv 76–150  (★.★)  Veteran     3–6 months
Lv 151+    (⊙_⊙)  Legend      6+ months

Mood changes based on context: happy, excited, sleepy, worried, proud.


Why it's different from /buddy

Anthropic shipped /buddy for April Fools — 18 species, gacha rarity, hats, chaos/wisdom stats. A fun easter egg buried in the code.

Pulse is different:

  • Lives in the status bar — always visible, not a hidden easter egg
  • Cross-session memory — knows you've been coding 4 hours today
  • Health nudges — water, sleep, breaks
  • Agent alerts — notifies when your subagent finishes
  • Evolves based on your coding habits
  • Configurable personas — caring, hype, zen, silent

Contributing

PRs welcome for:

  • New creature designs
  • New personality modes
  • Windows support
  • Additional hook events

License

MIT