HeadlinesBriefing favicon HeadlinesBriefing.com

Vite+ Alpha: Unified Web Development Toolchain Launches

Hacker News •
×

VoidZero has open-sourced Vite+ Alpha under the MIT license, introducing a unified toolchain that combines Vite, Vitest, Oxlint, Oxfmt, Rolldown, and tsdown into a single development platform. The toolchain manages runtime, package managers, and frontend tools through a single vp command-line interface.

The project aims to simplify web development by reducing configuration complexity and toolchain fragmentation. Performance benchmarks show Vite+ delivers 1.6× to 7.7× faster production builds compared to Vite 7, with Oxlint running 50× to 100× faster than ESLint and Oxfmt up to 30× faster than Prettier.

Developers can install Vite+ globally and use commands like vp dev for development, vp build for production, and vp test for testing. The toolchain works seamlessly with all Vite-compatible frameworks including React, Vue, and Svelte. VoidZero plans frequent updates as they stabilize this alpha release, with the goal of making JavaScript developers more productive through simplified workflows.