
VoidZero ships Vite+ beta, a unified web toolchain bundling Vite, Vitest, and Rolldown
Evan You's VoidZero opened the public beta of Vite+, an MIT-licensed toolchain that folds Vite, Vitest, Rolldown, tsdown, Oxlint, and Oxfmt behind one task runner with commands like vp dev, vp check, and vp build. Over 1,300 public repositories already depend on it, and a developer can run vp migrate today to swap a hand-assembled Vite setup for one versioned, CI-consistent stack. The beta adds enterprise features — organization templates and proxy- and custom-CA-aware HTTP — for teams that want a shared setup without maintaining an internal platform.
Source: voidzero.dev ↗
Vite+ is a single entry point to web development. It manages your runtime and package manager and brings Vite, Vitest, Rolldown, tsdown, Oxlint, and Oxfmt together with a built-in task runner — best-in-class tools shipped as one tested stack.
Why this matters
- → Eliminates manual toolchain assembly, reducing setup friction across projects
- → Keeps tool versions and configs synchronized for teams and CI consistency
- → 1,300+ repos already adopting; ecosystem validation of unified approach