README.md
English | 简体中文
Rspack is a fast Rust-based bundler for the web. It modernizes the webpack API to enable seamless replacement of webpack while delivering lightning-fast build speeds.
Read Introduction for details.
Rstack is a unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture.
| Name | Description | Version |
|---|---|---|
| Rspack | Bundler | <a href="https://npmjs.com/package/@rspack/core"></a> |
| Rsbuild | Build tool | <a href="https://npmjs.com/package/@rsbuild/core"></a> |
| Rslib | Library development tool | <a href="https://npmjs.com/package/@rslib/core"></a> |
| Rspress | Static site generator | <a href="https://npmjs.com/package/@rspress/core"></a> |
| Rsdoctor | Build analyzer | <a href="https://npmjs.com/package/@rsdoctor/core"></a> |
| Rstest | Testing framework | <a href="https://npmjs.com/package/@rstest/core"></a> |
| Rslint | Linter | <a href="https://npmjs.com/package/@rslint/core"></a> |
See Quick start.
Please read the contributing guide and let's build Rspack together.
This repo has adopted the ByteDance Open Source Code of Conduct. Please check Code of conduct for more details.
Come chat with us on Discord! Rspack team and Rspack users are active there, and we're always looking for contributions.
| Name | Description |
|---|---|
| awesome-rstack | A curated list of awesome things related to Rstack |
| agent-skills | A collection of Agent Skills for Rstack |
| Rspack 2.x docs | Documentation for Rspack 2.x |
| Rspack 1.x docs | Documentation for Rspack 1.x |
| Rspack 0.x docs | Documentation for Rspack 0.x version |
| rspack-dev-server | Dev server for Rspack |
| rstack-examples | Examples showcasing Rstack |
| rspack-sources | Rust port of webpack-sources |
| rstack-design-resources | Design resources for Rstack |
<a href="https://github.com/web-infra-dev/rspack/graphs/contributors"></a>
Thanks to:
rolldown-legacy project created by old Rolldown team, It's the predecessor of the rolldown project, which explores the possibility of making a performant bundler in Rust with Rollup-compatible API. It inspires the design principles of Rspack.@rspack/html-plugin is a fork of html-webpack-plugin to avoid some webpack API usage not supported in Rspack.Rspack is MIT licensed.