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

@whittlelabs/sifter

v0.2.0

Published

Whittle Sifter: paired AI reviewer for Whittle Sift attention pools.

Downloads

260

Readme

@whittlelabs/sifter

The Whittle Sifter is a paired AI reviewer for Whittle Sift. It runs on your machine, executes review prompts against your own AI credentials (Claude Code, Anthropic API key, etc.), and submits the results back to Sift. Token spend stays on your account.

Install

@whittlelabs/sifter is published to the private Whittle Labs GitHub Packages registry. You'll need a GitHub personal access token with read:packages scope and access to the whittlelabs org.

# One-time: tell npm where to find @whittlelabs packages
echo "@whittlelabs:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN" >> ~/.npmrc

npm install -g @whittlelabs/sifter

Requires Node 20+.

Pair

Visit Sift's Settings → Pair a Sifter. Sift will display a pairing code and the command to run:

whittle-sifter init --pairing-code=ABCD-1234

The Sifter defaults to the staging Keep instance (https://keep.staging.whittlelabs.com). To pair against a different environment, pass --keep-url:

whittle-sifter init \
  --keep-url=https://keep.testing.whittlelabs.com \
  --pairing-code=ABCD-1234

Pairing writes credentials to ~/.sifter/config.json (mode 0600).

Run

whittle-sifter run

The Sifter subscribes to your attention pool and waits for review jobs. Leave it running in a terminal or wrap it in your favorite process supervisor.

Other commands

whittle-sifter audit tail              # Tail the local audit log
whittle-sifter caps                    # Show current spend caps
whittle-sifter caps set --daily-tokens 1000000
whittle-sifter list                    # List paired machines
whittle-sifter revoke <nameOrId>       # Revoke a paired machine

License

UNLICENSED. Whittle Labs internal use.