Skip to content
Tech News
← Back to articles

Vite 8.0 Is Out

read original get Vite 8.0 Development Kit → more articles
Why This Matters

Vite 8.0's release marks a major architectural shift by unifying its bundling process with Rolldown, a Rust-based tool that offers significantly faster build times. This enhancement promises to improve developer productivity and streamline the plugin ecosystem, solidifying Vite's position as a leading tool in modern web development. The update also emphasizes community engagement through new resources like the plugin registry and active contribution opportunities.

Key Takeaways

Vite 8.0 is out! ​

March 12, 2026

We're thrilled to announce the stable release of Vite 8! When Vite first launched, we made a pragmatic bet on two bundlers: esbuild for speed during development, and Rollup for optimized production builds. That bet served us well for years. We're very grateful to the Rollup and esbuild maintainers. Vite wouldn't have succeeded without them. Today, it resolves into one: Vite 8 ships with Rolldown as its single, unified, Rust-based bundler, delivering up to 10-30x faster builds while maintaining full plugin compatibility. This is the most significant architectural change since Vite 2.

Vite is now being downloaded 65 million times a week, and the ecosystem continues to grow with every release. To help developers navigate the ever-expanding plugin landscape, we also launched registry.vite.dev, a searchable directory of plugins for Vite, Rolldown, and Rollup that collects plugin data from npm daily.

Quick links:

Play online with Vite 8 using vite.new or scaffold a Vite app locally with your preferred framework running pnpm create vite . Check out the Getting Started Guide for more information.

We invite you to help us improve Vite (joining the more than 1.2K contributors to Vite Core), our dependencies, or plugins and projects in the ecosystem. Learn more at our Contributing Guide. A good way to get started is by triaging issues, reviewing PRs, sending tests PRs based on open issues, and supporting others in Discussions or Vite Land's help forum. If you have questions, join our Discord community and talk to us in the #contributing channel.

Stay updated and connect with others building on top of Vite by following us on Bluesky, X, or Mastodon.

The Rolldown-Powered Vite ​

The problem ​

... continue reading