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

willamette

v0.10.5

Published

<p><img src="https://willamette.bridgetownrb.com/images/willamette-social-share.jpg" alt="Willamette: a new theme for the Bridgetown Ruby web framework. Promotional graphic showing an aqua blue river with a bright white sailboat, behind is a row of green

Readme

Your donations are gladly welcomed, and support the ongoing evolution and maintenance of the Willamette project.

If you're looking to contribute to the documentation website, that repo is here.


Usage

Willamette is currently in a "public beta" phase of development.

Documentation on how to install & customize Willamette is on the docs site here.

Requirements:

Contributing

Willamette is part of the Bridgetown Center plugins program.

To test your changes to Willamette, you'll need to create a new Willamette-based test site first using the instructions linked to above. Verify the new test site works.

Then, you'll need to point your dependencies to a local folder of the gem. First, fork this repo and clone the fork using git clone to your local development machine. Then over in the test site, update your Gemfile:

gem "willamette", path: "../willamette"

and your package.json file (note you have to repeat all dependencies required by Willamette itself due to an npm limitation):

"dependencies": {
  "@awesome.me/webawesome": ">=3.6.0",
  "hotkeys-js": "^4.0.0",
  "pagefind": "^1.4.0",
  "willamette": "file:../willamette"
}

Then run bundle i && npm i. Your site should now be running on local Rubygem/NPM versions of Willamette.

From there, the process for this repo is typical:

  1. Create your feature branch (git checkout -b my-new-feature)
  2. Commit your changes (git commit -am 'Add some feature')
  3. Push to the branch (git push origin my-new-feature)
  4. Create a new Pull Request

All contributions to Willamette are subject to the main Bridgetown Code of Conduct.