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

Rollup

Next-generation ES module bundler observed · 2026-08-28

github.com/rollup/rollup · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100

Flags: no_license

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: 4
  • age_days: 4129
  • days_rel: 8
  • days_push: 8
  • n_releases_24m: 112

Full methodology

Adoption not part of the score

26306 stars · 1766 forks observed · 2026-08-28

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

Rollup is a JavaScript module bundler that compiles small ES modules into larger bundles for libraries and applications, with tree-shaking, code-splitting, and a plugin API. It is the bundler behind Vite and supports output formats like ES modules, CommonJS, UMD, and SystemJS.

Use cases

  • bundle a javascript library for npm
  • tree-shake unused code from es modules
  • build a browser iife bundle from modules
  • code-split an app by dynamic imports
  • set up a custom build pipeline with a plugin api

When to choose

  • you are publishing an ES module library and want minimal, tree-shaken output
  • you need a configurable bundler with a rich plugin ecosystem
  • you want standards-based ES module handling rather than CommonJS-first tooling

When to avoid

  • you need a batteries-included dev server and HMR out of the box (use Vite)
  • your project is heavily CommonJS-based without plugin setup
  • you need bundling for non-JavaScript assets with zero configuration

Facets

library · maturity stable

build-tool cli developer-tools web-development frontend developer-tools cli cross-platform bundler es-modules tree-shaking code-splitting javascript nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
rollup/rollupmain95
rollup/pluginsplugin70
rollup/awesomedocs74

For agents

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

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