Parcel
parceljs.orgThe zero configuration build tool for the web.
Dev Toolsbundlerbuild-toolzero-configjavascripttypescriptopen-sourceweb-development

About
Parcel is an open-source, zero-configuration web application bundler and build tool. It supports a wide range of file types and languages out of the box—including HTML, CSS, JavaScript, TypeScript, and more—with features like hot reloading, tree shaking, minification, code splitting, and automatic transpilation. Built with Rust-powered compilers for high performance, it requires no configuration to get started but is fully extensible via a plugin system.
Problem
Setting up and maintaining complex build tooling and configuration is time-consuming and difficult to keep up with best practices.
For
Web developers and frontend engineers building web applications or libraries
How it works
Parcel takes an HTML entry file, automatically detects and transforms all dependencies using Rust-powered compilers, and outputs an optimized production bundle with no configuration required.
Business model
open-source
Status
launched