siddharthkp/bundlesize
Keep your bundle size in check observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3354
- days_rel: n/a
- days_push: 35
- n_releases_24m: 0
Adoption not part of the score
4474 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
bundlesize is an npm CLI tool that checks whether your JavaScript bundle files stay under configured size limits, with gzip or brotli compression options and glob pattern matching. It integrates into test scripts and CI to fail builds when bundles exceed their maxSize thresholds.
Use cases
- keep my javascript bundle size under a limit in ci
- fail the build if vendor.js exceeds 30kb
- track bundle size of my npm library
- check gzipped or brotli bundle sizes
- monitor bundle sizes with hashed filenames using glob patterns
When to choose
- you ship a JS library or frontend app and want automated bundle size budgets in CI
- you need gzip/brotli-compressed size checks with glob matching for hashed build outputs
When to avoid
- you need full bundle analysis with visual breakdowns of what's inside the bundle (use webpack-bundle-analyzer)
- your project is not JavaScript/Node-based
Facets
cli-tool · maturity maintenance
benchmarking ci-cd developer-tools frontend web-development developer-tools performance cli cross-platform bundle-size webpack javascript build-monitoring npm nodejs
2 sources
- readme: https://github.com/siddharthkp/bundlesize · fetched 2026-08-28 · b86803713ae0
- registry_npm: https://registry.npmjs.org/bundlesize · fetched 2026-08-29 · 699a354b6809
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| siddharthkp/bundlesize | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="siddharthkp/bundlesize")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem