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

vibecoder-discord-presence

v1.1.0

Published

Show your Claude Code activity on Discord as Rich Presence — privacy-first and themeable.

Readme

A live Discord status for your AI coding sessions — thinking, editing, running tests, as it happens. Theme it however you like (or build your own from scratch), and it stays private unless you choose to share more.

Supported tools

| Tool | Status | | ----------- | ------------ | | Claude Code | ✅ supported | | Gemini CLI | 🔜 planned | | Codex | 🔜 planned | | OpenCode | 🔜 planned |

Built on a provider model — adding a tool only changes how events are read, not the rest. PRs welcome.

Install

npm i -g vibecoder-discord-presence

Setup

vdp install

Open your AI coding tool with the Discord desktop app running — your status shows up on its own. That's the whole setup.

Needs Node 18+ and the Discord desktop app.

Themes

Seven built-ins, from privacy-safe to maximum vibes.

| Theme | Vibe | | ----------- | ----------------------------------------------------- | | minimal | Privacy-safe — nothing about your work (default) | | developer | Project, branch, file, model | | focus | Deep-work timer | | playful | Vibey and casual | | chaos | 🚀 Every stat, all the emojis, peak vibes | | terminal | > Retro hacker prompt — privacy-safe, never leaks your project | | shipper | 🚢 Momentum & ship-it energy |

Customize

vdp config

Pick a theme or build your own — every line, image, and button — with a live preview as you go.

Commands

| Command | What it does | | -------------------------- | ---------------------------------------------- | | vdp install | Set it up | | vdp config | Customize the card | | vdp status | See what's running | | vdp stop / vdp restart | Control the background process | | vdp uninstall [--purge] | Remove it (--purge also deletes your config) |

Privacy

The default minimal theme shares nothing about your work — no project names, paths, or filenames. Anything more is opt-in, and there's no telemetry.

How it works

A small hook fires on each event and writes a marker file. A lightweight background process reads it, updates Discord, and exits once you're idle — no always-on daemon, no manual start/stop.

License

MIT © younesfdj