Tools/web-infra-dev/rspack

rspack

Fast Rust-based bundler for the web with a modernized webpack API ๐Ÿฆ€

12.9k โ˜…growthRustMIT License โ†’trending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Sep 2026

Rspack does webpack's job in Rust. A bundler takes the hundreds of JavaScript files in your project and packs them into a handful the browser can load, and webpack has been the default for a decade. Rspack keeps webpack's config format and most of its plugin and loader ecosystem, so migration is often a config rename rather than a rewrite. MIT licensed, nothing gated.

The pitch is rebuild time. Rust plus incremental compilation keeps hot module replacement fast on large codebases, which is exactly where webpack starts to hurt. It comes from ByteDance's web infra team and anchors a wider toolchain: Rsbuild wraps it with defaults, Rspress builds docs sites. You install it from npm, so there is no ops burden.

Use it when you have a big webpack config you do not want to rewrite. Starting fresh, Vite is the more common default and Turbopack is Vercel's answer to the same problem. Compatibility is the reason to pick Rspack, not novelty.

The catch is that webpack compatibility is high, not total. Plugins that reach into webpack internals instead of its public hooks break, and Module Federation is where people usually get stuck. Check your plugin list before promising anyone a one day migration.

Free vs Self-Hosted vs Paid

fully free

Free tier: Everything. Rspack is MIT licensed with no paid edition, no cloud service, and no feature gates. Install from npm and every feature is available, including Module Federation support and the production optimizations.

Self-hosted: Not a server product. Rspack is a build-time dependency that runs on your laptop and in CI, so the only running cost is CI minutes, and those usually go down rather than up. Prebuilt Rust binaries ship for common platforms, so there is no compile step on install.

Paid: None. Development is funded by ByteDance's web infrastructure team. There is no commercial edition, hosted service, or support contract sold by the project. Paid help would come from a consultancy, not from here.

Free with nothing held back. The only cost is the CI time your builds already burn.

What to do by team size

Solo
free
Small team
free
Medium team
free
Large team
free; budget engineering time to port custom webpack plugins
Self-hosting ops:trivial

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Score
74/100 ยท B+
Adoption24/30
Maintenance10/25
Community15/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 12,890 starsCommunity discussions enabledOrganization account (39 public repos)Notable author: 3,372 followersAuthor also built: web-infra-dev/midscene-skills (307 stars)

License: MIT License

Use freely, including commercial. Just keep the license.

Commercial use: โœ“ Yes

About

Owner
Web Infra (Organization)
Stars
12,890

Also by Web Infra

Explore Further

More tools in the directory