web-infra-dev/rsbuild

Fast, extensible build tool for modern web development

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 20th, 2026
Created on October 7th, 2023
Open Issues & Pull Requests: 25 (+2)
GitHub issues: Enabled
Number of forks: 281
Total Stargazers: 3,381 (+0)
Total Subscribers: 13 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 446 days
Stale 30+ days: 12
Stale 90+ days: 9

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (100)
  • need reproduction (46)
  • 💡 feature (30)
  • 🎯 upstream (24)
  • 👏 PR welcome (7)
  • documentation (2)
  • ✨ enhancement (1)
  • 💡 good first issue (1)

Detailed Description

Rsbuild is a build tool that provides fast bundling and asset processing for modern web applications.

The tool addresses the need for rapid development iteration and production builds by leveraging Rspack, a Rust-based bundler that delivers significantly faster performance than traditional JavaScript-based alternatives. Rsbuild wraps this core engine with a developer-friendly configuration layer and plugin system, allowing teams to customize the build process without deep knowledge of lower-level bundler mechanics. The architecture emphasizes sensible defaults for common web development scenarios while remaining extensible for specialized requirements.

Teams should consider Rsbuild when build performance is a constraint in their development workflow, particularly for large codebases where compilation time impacts productivity. It suits projects built with modern JavaScript frameworks and TypeScript, where the performance gains from Rust-based compilation become most apparent. The tool is appropriate for teams comfortable adopting newer build infrastructure and willing to migrate from established webpack-based setups, as it provides a more streamlined configuration experience compared to direct webpack usage.

The project shows active development with regular commits addressing both feature additions and bug fixes. The codebase maintains a focus on code quality through consistent testing practices. Documentation receives ongoing attention with updates and clarifications being made regularly. The project demonstrates responsiveness to user feedback through issue resolution and feature requests being addressed in a timely manner.