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

Parcel

The zero configuration build tool for the web. 📦🚀 observed · 2026-08-28

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

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 68
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 16.5
  • age_days: 3313
  • days_rel: 212
  • days_push: 7
  • n_releases_24m: 17

Full methodology

Adoption not part of the score

44020 stars · 2288 forks observed · 2026-08-28

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

Parcel is a zero-configuration build tool and module bundler for the web, supporting JavaScript, TypeScript, CSS, HTML, images, and many other asset types out of the box. It includes a built-in dev server with hot reloading, production optimizations like minification, tree shaking, and code splitting, and an extensible plugin system.

Use cases

  • bundle a javascript web app without writing webpack config
  • build a react or vue application with zero setup
  • serve a local dev server with hot module replacement
  • bundle a javascript library for npm publishing
  • split application code into lazy-loaded chunks with dynamic imports
  • compile typescript, sass, and images automatically in one build
  • optimize and minify assets for production deployment

When to choose

  • you want a bundler that works with minimal or no configuration
  • you're starting a new web app or library and want fast setup
  • you need a built-in dev server with HMR and HTTPS out of the box
  • your project mixes many file types like HTML, CSS, TypeScript, and images

When to avoid

  • you need deep customization and an extensive plugin ecosystem like webpack offers
  • your team already has a mature esbuild or vite setup
  • you require framework-specific tooling tightly integrated with a meta-framework

Facets

library · maturity active

build-tool compiler cli http-server static-site-generator web-development frontend developer-tools cross-platform cli module-bundler zero-config hmr tree-shaking code-splitting dev-server bundler javascript nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
parcel-bundler/parcelmain88
parcel-bundler/awesome-parceldocs32

For agents

markdown · JSON · MCP: product_card(name="parcel-bundler/parcel")

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