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

claudenews

v1.0.1

Published

News headlines in your Claude Code spinner

Readme

claudenews

News headlines in your Claude Code spinner.

Before:

⠋ Cogitating...
⠙ Thinking...
⠹ Pondering...

After:

+ [HN] Show HN: I built a real-time collaborative text editor in Rust
+ [🦞] Fortify your app: Essential strategies to strengthen security…
+ [GH] jj-vcs/jj — A Git-compatible VCS that is both simple and powerful
+ [dev] Why SQLite is the secret weapon for modern dev workflows
+ [/r] Linux 6.14 officially drops ReiserFS

Install

npm install -g claudenews
claudenews

That's it. First run automatically:

  • Creates config at ~/.claudenews/config.json
  • Fetches headlines from your enabled sources
  • Installs Claude Code hooks for automatic refresh
  • Writes headlines to your spinner

Pick your sources

Run claudenews to open the source picker:

claudenews — pick your news sources

> [x] [HN] Hacker News          news.ycombinator.com
  [x] [/r] Reddit                reddit.com
  [x] [🦞] Lobsters              lobste.rs
  [x] [dev] dev.to               dev.to
  [x] [GH] GitHub Trending       github.com/trending

[Space] Toggle  [r] Refresh  [q] Quit | by souls.zip & @tolibear_

Headlines show up in your Claude Code spinner with source prefixes:

  • [HN] — Hacker News
  • [/r] — Reddit (r/programming, r/technology)
  • [🦞] — Lobsters
  • [dev] — dev.to
  • [GH] — GitHub Trending

How it works

  • Session start hook fetches fresh headlines every time you start Claude Code
  • Pre-tool-use hook refreshes if headlines are older than 30 minutes
  • Headlines are written to spinnerVerbs in ~/.claude/settings.json
  • Claude Code reads spinner verbs at session startup

Configuration

Config lives at ~/.claudenews/config.json:

{
  "headlineCount": 15,
  "refreshIntervalMinutes": 30,
  "enabledSources": ["hackernews"],
  "redditSubs": ["programming", "technology"]
}
  • headlineCount — headlines per source (default: 15)
  • refreshIntervalMinutes — how often to fetch new headlines (default: 30)
  • enabledSources — which sources to pull from
  • redditSubs — subreddits to include when Reddit is enabled

Uninstall

claudenews --uninstall

Removes hooks, restores default spinner, and deletes config.

Requirements

  • Node.js 18+
  • Claude Code

Contributing

Open source contributors are welcome! Feel free to open issues or submit pull requests.

License

MIT


Built by souls.zip