概要
公開日: 2026-06-04
翻訳生成に失敗したため、原文をそのまま保存しています。
原文
VoidZero is joining Cloudflare 2026-06-04 Evan You Steve Faulkner 7 min read VoidZero, the company behind Vite , Vitest , Rolldown , Oxc , and Vite+ , is joining Cloudflare. As part of this change, all team members of VoidZero are joining Cloudflare, too. Before saying anything else, we want to make the most important thing clear: Vite, Vitest, Rolldown, Oxc, and Vite+ will stay open source, vendor-agnostic, and community-driven. Nothing about that changes. Cloudflare's mission is to help build a better Internet. And a better Internet is an open Internet. Developers need choice, frameworks need a neutral foundation, and applications need to be portable. It is not reasonable to expect the entire web ecosystem to build around a single vendor. The most important tools and frameworks are portable by design. Vite is one of the few foundational tools that the whole JavaScript ecosystem agrees on. It earned that position by being fast, excellent, portable, and vendor-neutral. One of the best ways Cloudflare can help build a better Internet is by investing in that foundational open source toolchain. A toolchain that makes the Internet better for everyone, not just people who use Cloudflare or choose to host with us. Over the last few years we've invested heavily in making Cloudflare the best place to build and run websites, applications, and agents on our developer platform . But ultimately that choice will always be yours. Run your Vite application anywhere you want. What this means for Vite Today's news gives Vite more resources to keep growing, while the things that make Vite what it is remain the same: Vite remains MIT-licensed and open source. Vite remains vendor-agnostic. Applications built with Vite run anywhere and will continue to do so. Vite's roadmap continues to be driven by the broader Vite team and community, and continues to be developed in the open. Evan and the rest of the VoidZero team continue to lead Vite, Vitest, Rolldown, Oxc, and Vite+. Cloudflare is committing engineering and resources to those projects, not redirecting them. We made the same kind of commitment when Astro joined Cloudflare earlier this year. Astro is still open source, and still deploys anywhere. The team is still shipping the roadmap they were already shipping. This commitment matters even more with Vite, because Vite is not one framework. Vite is the foundation underlying so many: Vue , SvelteKit , Nuxt , Astro , Solid , Qwik , Angular , React Router , TanStack Start . Even Next.js now has a Vite-based implementation in vinext . Vite has become a shared foundation for the JavaScript ecosystem. Our number one goal is to maintain the trust that has earned Vite so much adoption. Not with our words here, but by proving it every day in how we support and develop these projects. We also want to put our money where our mouth is when it comes to our support for open source and shared ecosystem foundations. As part of this announcement, Cloudflare is committing $1 million to a Vite ecosystem fund to support maintainers and contributors, administered by the Vite core team. Vite is bigger than VoidZero or Cloudflare, and the people who have helped build it should be part of what comes next. Vite as the foundation The Vite and Cloudflare teams have been collaborating well before this announcement, starting in 2024 with the Vite Environment API . The Environment API lets Vite run server code in something other than Node.js during development. We worked closely with the Vite team on its design, and then built the Cloudflare Vite plugin on top of it. When you run vite dev with the Cloudflare plugin, your server code runs inside workerd , the same open-source runtime that powers Workers in production. Durable Objects, D1, KV, R2, Workflows, Workers AI, Agents, Service Bindings, Workers RPC – all of it runs locally inside the same runtime model as production. For a long time, the cost of developing on a non-Node runtime was that local dev felt