# samccone/bundle-buddy

A tool to understand your bundle size and why files are in your bundle

Repository: https://github.com/samccone/bundle-buddy
Canonical: https://ross.abutalabs.com/products/bundle-buddy
Language: TypeScript
License: NOASSERTION
License Family: other
Topics: bundle, codesplitting, javascript, website
Last push: 2024-01-09T00:14:27+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3357, "days_push": 968, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2881, forks 57 (observed 2026-08-28T04:07:28.028221+00:00)

## What it is
Bundle Buddy is a tool that helps developers understand their JavaScript bundle size and why specific files end up in their bundles. It analyzes source maps to visualize code duplication and inform code-splitting decisions.

## Use cases
- analyze why a file is included in my javascript bundle
- find duplicate code across webpack bundles
- reduce javascript bundle size
- visualize bundle composition from source maps
- decide what code to split into separate chunks
- debug bloated production bundles

## When to choose
- you ship JavaScript bundles and want to understand their composition
- you need to identify duplicated modules across multiple bundles
- you are planning code-splitting and want data on shared code

## When to avoid
- you need a maintained tool with active development and support
- you want runtime performance profiling rather than static bundle analysis
- you need bundler-agnostic support beyond source-map-based workflows

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, build-tool, data-visualization
- domain: developer-tools, web-development, frontend, performance
- platform: cli
- tags: bundle-analysis, code-splitting, javascript-bundles, webpack, source-maps, nodejs, web-server

## Member repositories
- samccone/bundle-buddy (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:28.028221+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:35:32.739705+00:00, confidence not recorded.
  - readme: https://github.com/samccone/bundle-buddy (fetched 2026-08-28T04:07:28.028221+00:00, sha c1749c832e08)
- Data as of 2026-08-30T08:39:29.467469+00:00.
