# hughsk/disc

:chart_with_upwards_trend: Visualise the module tree of browserify project bundles and track down bloat.

Repository: https://github.com/hughsk/disc
Canonical: https://ross.abutalabs.com/products/disc
Homepage: http://hughsk.io/disc
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2022-08-25T21:14:08+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": 4784, "days_push": 1469, "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 1315, forks 83 (observed 2026-08-28T04:04:20.693594+00:00)

## What it is
disc is a Node.js tool that visualizes the module tree of browserify bundles as a standalone HTML page, helping developers spot large or duplicate modules. It is available as a global CLI (`discify`) and as a pipeable Node.js stream API.

## Use cases
- visualize the module tree of a browserify bundle
- find large modules bloating my JavaScript bundle
- detect duplicate modules in a browserify build
- analyze bundle size by file count or file size
- generate an HTML report of a browserify bundle's composition
- speed up slow browserify builds by identifying heavy dependencies

## When to choose
- you use browserify and want to inspect what's inside your bundle
- you need a quick, standalone HTML visualization of module sizes
- you want to track down bloat or duplicated dependencies in a bundle

## When to avoid
- you bundle with webpack, rollup, or esbuild rather than browserify
- you need automated bundle-size budgets in CI rather than a visual report
- you need an actively developed tool with modern bundler support

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: data-visualization, analytics, developer-tools, cli
- domain: developer-tools, frontend, web-development, data-visualization
- platform: cli, cross-platform
- tags: browserify, bundle-analysis, module-tree, javascript-bundle-size, visualization, nodejs

## Member repositories
- hughsk/disc (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.693594+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-30T04:48:41.241802+00:00, confidence not recorded.
  - readme: https://github.com/hughsk/disc (fetched 2026-08-28T04:04:20.693594+00:00, sha acc0d7992cf6)
  - homepage: http://hughsk.io/disc (fetched 2026-08-29T12:07:23.071696+00:00, sha 124d4f1d8b6f)
  - registry_npm: https://registry.npmjs.org/disc (fetched 2026-08-29T12:07:23.080709+00:00, sha f7fd04b4410e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
