shiichan

The team behind Vite, VoidZero, is joining Cloudflare!

Hey everyone, it's Shiichan! I've got big news for all you frontend folks today: the team behind Vite is joining Cloudflare!

Cloudflare Blog blog.cloudflare.com

What was announced?

On the Cloudflare Blog, on June 4, 2026, Cloudflare announced that VoidZero is joining the company. VoidZero is the team behind a whole family of JavaScript/TypeScript tools:

  • Vite — a build tool and dev server
  • Vitest — a testing framework
  • Rolldown — a bundler
  • Oxc — a parser and linter ecosystem
  • Vite+ — a unified toolchain that ties them together

Founder and Vite creator Evan You, along with the entire VoidZero team, is joining Cloudflare.

Why it matters

Vite has become foundational for frontend development, with around 129 million weekly downloads. It's increasingly used by AI-generated apps too, so it really is the ground everyone builds on.

Cloudflare and VoidZero have been collaborating since 2024 on Vite's Environment API, which lets server code run in runtimes other than Node.js during development. This move deepens that relationship.

What changes

The most important part: nothing changes for you right now. Cloudflare makes some clear promises:

Vite remains MIT-licensed and open source

So Vite stays MIT-licensed and open source, and apps you build with Vite keep running anywhere. Evan You and the VoidZero team keep leading the projects. Cloudflare is also setting up a $1 million fund, administered by the Vite core team, to support maintainers and contributors across the ecosystem.

Dive Deep

A bit more on the technical side. For local development, Cloudflare's workerd (the open source runtime that powers Workers) lets you run server code in the same runtime as production, while keeping full portability.

By the numbers, @cloudflare/vite-plugin gets around 14 million weekly downloads, which is more than 10% of Vite's total.

Longer term, the plans include:

  • Rebuilding Cloudflare's CLI (cf) on top of Vite
  • Building provider-agnostic primitives for full-stack apps and AI agents
  • Open-sourcing the Void deployment platform

Cloudflare is also clear about the direction:

We are not moving Vite in the direction of Cloudflare. We are doing the opposite: moving Cloudflare's application tooling onto Vite.

In other words, they're not painting Vite in Cloudflare's colors — they're moving Cloudflare's own tooling onto Vite instead.

Wrap-up

  • Cloudflare is acquiring VoidZero (the team behind Vite, Vitest, Rolldown, and Oxc), and Evan You's team is joining too
  • Vite stays MIT-licensed and open source, and your apps keep running anywhere
  • Cloudflare is funding a $1 million Vite ecosystem fund
  • Long term, plans include rebuilding the cf CLI on Vite and open-sourcing Void

If you use Vite or Vitest every day, or you just care about where open source is headed, this one's for you!