web-infra-dev/rspack

Fast Rust-based bundler for the web with a modernized webpack API 🦀

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 4th, 2026
Created on April 1st, 2022
Open Issues & Pull Requests: 235 (-1)
GitHub issues: Enabled
Number of forks: 845
Total Stargazers: 12,891 (+0)
Total Subscribers: 58 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.1 hours
Mean response time: 13.7 days
90th percentile: 19.5 days
Tracked items: 1,320

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "team" is answered fastest, typically in about 5 hours, while "PR welcome" waits about 2 days. 21% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 116
New in 7 days: 12
Closed in 7 days: 22
Avg open age: 313 days
Stale 30+ days: 90
Stale 90+ days: 50

Recent activity

Opened in 7 days: 10
Closed in 7 days: 21
Comments in 7 days: 16
Events in 7 days: 45

Top labels

  • bug (315)
  • pending triage (233)
  • team (193)
  • need reproduction (156)
  • feat (127)
  • stale (61)
  • PR welcome (54)
  • tracking issue (36)

Detailed Description

Rspack is a fast Rust-based bundler for the web that modernizes the webpack API to enable seamless replacement of webpack while delivering lightning-fast build speeds.

Rspack addresses the need for faster build tooling in web development by replacing webpack's JavaScript implementation with a Rust-based core. The tool maintains API compatibility with webpack, allowing developers to adopt it as a drop-in replacement without rewriting their build configurations. It includes built-in incremental compilation for fast hot module replacement, tree shaking, minification, and other production optimizations. The bundler supports Module Federation for large-scale applications and remains framework-agnostic, working with any frontend technology.

Rspack suits teams looking to accelerate their build pipeline without changing their development workflow. It is particularly valuable for large-scale projects where build speed and hot reload performance directly impact developer productivity. The tool's webpack compatibility means existing webpack plugins and loaders from the ecosystem can be integrated, reducing migration friction. Developers should choose Rspack when build speed is a bottleneck and they want to maintain their current webpack-based tooling and configuration patterns.

The project maintains active development with regular updates to both the core bundler and its ecosystem integrations. The tool is distributed across multiple package managers, with both npm and Rust crate releases, indicating sustained effort to serve different developer communities. The project provides comprehensive documentation and maintains community channels for support and discussion.