Featured Project
BundleScope
An npm package intelligence platform that helps developers evaluate and compare packages before adding them to a project — package size, download stats, structure, and comparison in one place.
Key Feature
Compare similar npm packages side-by-side across size, versions, download counts, minified size, and gzip size
Technical Challenge
Comparing packages side-by-side means normalizing inconsistent npm registry data — versions, minified/gzip size, and download history — into a single comparable view that updates in real time.
- Real-time REST API integration for npm package metadata and download statistics
- Interactive download-trend visualizations built with shadcn/ui chart components
- Reusable React components and custom hooks for state, routing, and dynamic package data