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

feather-ssg

v0.2.0

Published

html/css/js + markdown + gulp automation + hot-reloading to create lightweight static sites

Readme

feather ssg (static site generator)

html/css/js + markdown + gulp automation + hot-reloading to create lightweight static sites

feather-ssg.dev


Features

  • Fast reload on all edits
  • QR code for physical mobile web app development (also with fast reload)
  • HTML + Nunjucks Templating with Layouts
  • SCSS => CSS
  • CSS & JS Minified
  • Dark Mode check with JavaScript (adds .dark-mode to body)
  • Markdown support + Front Matter for page data
  • Meta supported: title, description, keywords, canonical, robots, etc.
  • Relative / Absolute pathing handled for you
  • Sitemap.xml created
  • Build stats
    • Page count
    • CSS before and after minification
  • eslint/prettier

Roadmap

  • [ ] Local WYSIWYG Editor
  • [ ] Category support
  • [ ] Show HTML before and after sizes in build report
  • [ ] Use purgecss?
  • [ ] Font face
  • [ ] Theming (+ predefined palettes, scss variables and root css usage)

Install

run: yarn or yarn install

Development environment

  • start local server, run: yarn dev
  • stop local server: ctl + c

Production builds

create for Production deploy

  • run: yarn prod
  • creates: /static_prod/

Deploying to Vercel

  • Make sure you have Vercel CLI installed globally on your machine
  • then run: yarn prod to make sure you have all static files generated and ready for deployment
  • then run: vercel (this will prompt a login if you are not already)
  • going through the setup flow, make sure to set the directory your code is located to be: ./static_prod
  • side note, i've added a custom domain, (feather-ssg.dev) so to push to that domain i run: vercel --prod

Technologies Used

Helpful code editor packages