Rollup
Next-generation ES module bundler 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
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
- readme: https://github.com/rollup/rollup · fetched 2026-08-28 · c0484ec619e2
- homepage: https://rollupjs.org · fetched 2026-08-29 · b3231daaa707
- site_page: https://rollupjs.org/faqs · fetched 2026-08-29 · 737be6415e83
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rollup/rollup | main | 95 |
| rollup/plugins | plugin | 70 |
| rollup/awesome | docs | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem