Ross ROSS = Recommend OSS · open-source software intelligence for agents

developit/microbundle

📦 Zero-configuration bundler for tiny modules. observed · 2026-08-28

github.com/developit/microbundle · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 65
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3187
  • days_rel: n/a
  • days_push: 213
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8129 stars · 359 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Microbundle is a zero-configuration JavaScript module bundler for small libraries, built on top of Rollup. It bundles a library into CJS, ESM, and UMD output formats from a single dependency, with built-in TypeScript support, Terser minification, and watch mode.

Use cases

  • bundle a small javascript library for npm
  • build a library with zero configuration
  • generate cjs, esm and umd bundles from one source
  • bundle a typescript library without config
  • track gzipped bundle size of my npm package
  • watch mode rebuilds for library development

When to choose

  • you are publishing a small-to-medium JS/TS library to npm and want minimal setup
  • you need multiple module output formats (CJS, ESM, UMD) from one command
  • you prefer convention-over-configuration with just a package.json

When to avoid

  • you are bundling a large application with complex code-splitting needs
  • you need heavy custom build pipelines or many plugins
  • you want full control over the bundler configuration

Facets

cli-tool · maturity active

build-tool cli developer-tools developer-tools web-development frontend cli cross-platform module-bundler rollup zero-configuration javascript typescript npm umd esm cjs micro-libraries nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
developit/microbundlemain52

For agents

markdown · JSON · MCP: product_card(name="developit/microbundle")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem