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

data-kitchen

v2.0.0

Published

Electron app packaging a Solid server (pivot), a CORS proxy, and a shell for Solid & federated apps.

Readme

Solid Data Kitchen - pod in a box

Work In Progress - everything should work but help may be sketchy.

This native electron app for Linux, Windows, and Mac turns your computer into a Solid pod only you can access. It mounts a local version of Pivot/CSS, a proxy server and the Data-Kitchen frontend. Data Kitchen comes pre-loaded with dozens of Solid apps and widgets as well as a wide variety of open source resources including players for the Internet Archive and Wikimedia, and access to Mastodon, Peertube, and many more.

No setup or install needed, just download and run. Downloads for Linux, Windows, and macOS available at https://solidOS.github.io/data-kitchen/downloads.html

Features

  • Entire UI is saved as RDF and is editable through forms
    • All menus, buttons, and interactions in the UI shell are user customizable
    • No RDF or coding knowledge is required of the end user
    • Forms can be auto-generated from SHACL using solid-ui forms
    • Form submissions are self-validating against the SHACL
  • A plugin system lets users mount plugins by drag and drop
  • Plugins can share auth, store, and other features
    • Currently with DK-browser, SolidOS, and Dokeili - login once, all three are authenticated
  • A dual-panel pod browser supports
    • simultaneous logins to multiple WebIDs
    • drag & drop to copy & move between pods
    • login auth saved in your OS's keychain - login once, then nevermore
  • Live visual graphs for RDF, Markdown, and Mermaid
  • Import music from local files and the Internat Archive
  • Listen to music while visiting any tab
  • User can use home pod without logging in - it is secure behind a data-kitchen/electron gate
  • User can safely browse remote pods - data-kitchen/electron firewalls external fetches - they can't reach your pod even if coming from your own machine
  • Customizable native app triggers (run Claude Code or any native app with a click)
  • Runs flutter apps from ANU

Android (experimental)

An Android port lives in mobile/ — a Flutter app that runs the same CSS/pivot pod + router + proxy on the phone (via nodejs-mobile) and renders either the dk shell or the SolidOS/mashlib databrowser in a WebView. See mobile/README.md.

License

MIT (c) 2019,2026, Jeff Zucker