Toolchain for web development: Vite+ becomes open source
Originally planned with a paid tier for companies, the alpha version of Vite+ has now been released as open source.
(Image: Lightspring / Shutterstock.com)
Vite+ Alpha has been released – open source under the MIT license. The manufacturer VoidZero, which also develops the open-source JavaScript build tool Vite, had initially announced Vite+ last year as a paid offering for companies. Vite+ is a command-line tool that is intended to provide a unified toolchain for web development.
Vite+ also open source for companies
As VoidZero states, contrary to the initial announcement, it has decided on the complete open-source release of Vite+ in October 2025. Initially, Vite+ was supposed to be subject to a charge for larger companies, but free for individual developers, open-source projects, and small companies. The manufacturer justifies this change of direction, among other things, by the exhausting debate about which features should be free and which should be charged. Feedback from the community also played a role in the decision.
(Image:Â jaboy/123rf.com)
Tools and trends in the JavaScript world: The enterJS 2026 will take place on June 16 and 17 in Mannheim. The program revolves around JavaScript and TypeScript, frameworks, tools and libraries, security, UX, and more. Early bird tickets are available in the online ticket shop.
Vite+: Unified toolchain for web developers
According to Evan You, the developer of Vue.js and Vite, and founder of VoidZero, tooling complexity and performance in the JavaScript environment have become bottlenecks for companies. Vite+ is intended to remedy this situation as a unified toolchain, with the goal of making web development lighter, simpler, and faster.
Vite+ is a command-line interface that combines the technologies Vite, Vitest, Oxlint, Oxfmt, Rolldown, tsdown, as well as the new task runner called Vite Task. This is intended to cover the entire creation of web projects – including testing, linting, formatting, and management of runtime and package manager. A single vite.config.ts file in the project root serves to configure all tools.
Videos by heise
In Vite+, developers can use commands such as vp env for managing Node.js – globally or per project –, vp install for installing dependencies, vp check for linting with Oxlint, formatting code with Oxfmt, and type-checking with tsgo, or vp build for creating production builds with Rolldown and Oxc.
As VoidZero explains, all these commands work seamlessly together out-of-the-box and are compatible with all frameworks in the Vite ecosystem, such as React, Vue, or Svelte. Migrating to Vite+ should be easiest if developers are already using the recently released version Vite 8.0.
All further details about the Alpha release of Vite+ can be found in the VoidZero blog.
(mai)