Parcel
The zero configuration build tool for the web. 📦🚀 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
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
- readme: https://github.com/parcel-bundler/parcel · fetched 2026-08-28 · f6afeefec336
- homepage: https://parceljs.org · fetched 2026-08-29 · 2365cf7aeb1b
- site_page: https://parceljs.org/docs · fetched 2026-08-29 · ce782b8dea3f
- site_page: https://parceljs.org/getting-started/webapp · fetched 2026-08-29 · dcfaaadb2528
- site_page: https://parceljs.org/features/development · fetched 2026-08-29 · e943a624e29c
- site_page: https://parceljs.org/features/scope-hoisting · fetched 2026-08-29 · 8c8b4856aec0
- site_page: https://parceljs.org/features/production · fetched 2026-08-29 · 1be17262ba86
- site_page: https://parceljs.org/features/code-splitting · fetched 2026-08-29 · 3fa8ea519aaa
- site_page: https://parceljs.org/features/targets · fetched 2026-08-29 · 145dea971b90
- site_page: https://parceljs.org/getting-started/library · fetched 2026-08-29 · 589e67e87fcf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| parcel-bundler/parcel | main | 88 |
| parcel-bundler/awesome-parcel | docs | 32 |
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