# web-infra-dev/rsbuild

Fast, extensible build tool for modern web development

Repository: https://github.com/web-infra-dev/rsbuild
Canonical: https://ross.abutalabs.com/products/rsbuild
Homepage: https://rsbuild.rs
Language: TypeScript
License: MIT
License Family: permissive
Topics: build-tool, rspack, webpack, bundler, frontend, javascript, typescript, rsbuild, rstack
Last push: 2026-08-26T14:54:29+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 75
- inputs: {"age_days": 1061, "days_push": 7, "days_rel": 7, "gap_med": 2.0, "n_releases_24m": 223}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3367, forks 277 (observed 2026-08-28T04:07:58.272735+00:00)

## What it is
Rsbuild is a fast, extensible build tool for modern web applications, powered by the Rust-based Rspack bundler. It provides zero-configuration setup, a lightweight plugin system compatible with webpack and Rspack plugins, and framework-agnostic support for React, Vue, Svelte, Solid, and Preact.

## Use cases
- build a React or Vue web app with zero configuration
- replace webpack with a faster bundler without rewriting plugins
- set up a dev server with hot module replacement for a frontend project
- migrate a Create React App or Vue CLI project to a modern build tool
- configure SSR and multi-environment builds for a web application
- optimize production bundle size and code splitting
- compile TypeScript and CSS with fast Rust-based tooling
- build a library or UI component with a shared toolchain

## When to choose
- you want webpack-like capabilities with dramatically faster build and dev-server performance
- you need out-of-the-box support for React, Vue, Svelte, Solid, or Preact
- you want simple, semantic configuration instead of hand-rolling webpack config
- you rely on existing webpack or Rspack plugins and want compatibility
- you need built-in handling of polyfills, syntax downgrading, and artifact stability

## When to avoid
- your project is deeply tied to Vite-specific plugins or ecosystem conventions
- you need a static site generator or documentation site builder - use Rspress instead
- you are building a Node.js backend or CLI tool rather than a web frontend
- you require exotic webpack loaders with no Rspack equivalent
- your team depends on tooling outside the Rstack ecosystem and migration cost outweighs speed gains

## Facets
- artifact type: cli-tool
- maturity: active
- function: build-tool, developer-tools, cli, plugin-system, ssr, middleware
- domain: web-development, frontend, developer-tools, performance
- platform: cross-platform, cli
- tags: rspack, webpack-compatible, bundler, zero-config, rust-based, hmr, code-splitting, module-federation, swc, lightning-css, framework-agnostic, react, vue, svelte, solid, preact, tailwind-css, typescript, dev-server, rstack, build-tool, javascript, nodejs

## Member repositories
- web-infra-dev/rsbuild (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:58.272735+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:31:30.610018+00:00, confidence not recorded.
  - readme: https://github.com/web-infra-dev/rsbuild (fetched 2026-08-28T04:07:58.272735+00:00, sha 957a6359fdf9)
  - homepage: https://rsbuild.rs (fetched 2026-08-29T09:33:54.387155+00:00, sha e09738165828)
  - site_page: https://rsbuild.rs/guide/start/features (fetched 2026-08-29T09:33:54.393091+00:00, sha e1c6099195b1)
  - site_page: https://v1.rsbuild.rs/ (fetched 2026-08-29T09:33:54.389593+00:00, sha 208dd6d9721f)
  - site_page: https://v0.rsbuild.rs/ (fetched 2026-08-29T09:33:54.391193+00:00, sha 1708acd029a5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
