Rolldown

Fast Rust bundler for JavaScript with Rollup-compatible API.

README

Rolldown logo

🚧 Work in Progress

>

Rolldown is currently in active development and not usable for production yet.


Rolldown


Rolldown is a JavaScript bundler written in Rust intended to serve as the future bundler used in Vite. It provides Rollup-compatible APIs and plugin interface, but will be more similar to esbuild in scope.

For more information, please check out the documentation at rolldown.rs.

Contributing


We would love to have more contributors involved!

To get started, please read our Contributing Guide.

Credits


The Rolldown project is heavily inspired by:

- Rollup, created by Rich Harris and maintained by Lukas Taegert-Atkinson.
- esbuild, created by Evan Wallace.

And supported by:

- napi-rs for Node.js add-ons in Rust via Node-API.
- oxc for the underlying parser and resolver.

Licenses


This project is licensed under the MIT License.

This project also partially contains code derived or copied from the following projects:


Licenses of these projects are listed in THIRD-PARTY-LICENSE

[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
[discord-url]: https://chat.rolldown.rs
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/rolldown/rolldown/blob/main/LICENSE
[ci-badge]: https://github.com/rolldown/rolldown/actions/workflows/ci.yml/badge.svg?event=push&branch=main
[ci-url]: https://github.com/rolldown/rolldown/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain
[npm-badge]: https://img.shields.io/npm/v/rolldown/latest?color=brightgreen
[npm-url]: https://www.npmjs.com/package/rolldown/v/latest
[code-coverage-badge]: https://codecov.io/github/rolldown/rolldown/branch/main/graph/badge.svg
[code-coverage-url]: https://codecov.io/gh/rolldown/rolldown