Top stories
Vite+ enters beta as an MIT-licensed unified JavaScript toolchain
- Category: Dev tools
- Status: confirmed
- Sources: VoidZero announcement, GitHub repository, HN discussion
- Summary: VoidZero announced the Vite+ beta on 2026-07-02, a single toolchain that manages the runtime, package manager, and frontend tooling for a web project behind one CLI. It bundles Vite 8 for the dev server and build, Vitest for tests, Rolldown and tsdown for bundling, and Oxlint and Oxfmt for linting and formatting, plus a built-in task runner with monorepo support and caching, exposed through commands such as
vp dev,vp check,vp test,vp build, andvp run. VoidZero states it decided to release Vite+ fully open source under the MIT license after initially considering a paid licensing model, and reports over 1,300 public repositories already depending on the package since the alpha. VoidZero was acquired by Cloudflare on 2026-06-04 and is building Void, a Vite-native deployment platform on top of Cloudflare. - Why it matters: It consolidates the fragmented JavaScript build, test, lint, and format toolchain behind one MIT-licensed entry point from the team that maintains Vite, which is used across a large share of the frontend ecosystem.
- Follow-up: Watch for the stable release, adoption relative to standalone Vite plus separate tooling, and how the open-source Vite+ relates to the commercial Void platform.