Track any npm package's downloads, trends, and health score for free

Published: (March 8, 2026 at 11:00 AM EDT)
2 min read
Source: Dev.to

Source: Dev.to

Introduction

Hey devs! ๐Ÿ‘‹
I kept finding myself checking npm package stats manually, so I built a simple dashboard to make it easier. Thought Iโ€™d share in case itโ€™s useful to anyone else.

Features

  • Health Score โ€“ Quick 0โ€‘100 rating based on downloads, freshness, and activity.
  • Trending Packages โ€“ See whatโ€™s gaining traction in the ecosystem.
  • Download Heatmap โ€“ 365โ€‘day visualization (like GitHub contributions).
  • Developer Stats โ€“ Compare impact across the community.
  • Charts โ€“ Trend analysis and package comparisons.
  • Timeline โ€“ Track releases and milestones.

Use Cases

  • Check your own packages without opening multiple tabs.
  • Compare libraries before choosing dependencies.
  • See whatโ€™s trending in the npm world.

How to Use

  • Search by username (e.g., sindresorhus) or package name (e.g., react).
  • Everything runs in your browser โ€“ no backend, no tracking, no data collection.

Visit the dashboard: packfolio.dev (no signup required, just search).

Technical Details

  • Built with Next.jsโ€ฏ16, TypeScript, and the npm Registry API.

Open Source

The project is completely free and open source. If you find bugs or have ideas for improvements, feedback is greatly appreciated.

Discussion

What npm packages do you check most often? Curious to hear what you all use! ๐Ÿ’ฌ

Tags: javascript webdev opensource nextjs typescript npm react analytics devtools frontend coding programming developer tech buildinpublic

0 views
Back to Blog

Related posts

Read more ยป