VoidZero, the company established by Vite and Vue creator Evan You, has announced the beta release of Vite+. This new toolchain consolidates various web development functionalities, including runtime management, package management, and frontend tools, accessible through a single `vp` command.
Vite+ is designed to streamline web development by providing a single entry point. It manages the runtime and package manager, integrating tools such as Vite, Vitest, Rolldown, tsdown, Oxlint, and Oxfmt, along with a built-in task runner. This bundled approach aims to offer a consistent workflow across different repositories for CLIs, libraries, and web applications. The toolchain is open source under the MIT license and is framework-agnostic.
The `vp` command offers several functionalities: `vp dev` starts a hot-reloading server, `vp check` handles formatting, linting, and type checking, `vp test` runs Vitest, `vp build` creates production builds, `vp pack` bundles libraries with tsdown, and `vp run` executes monorepo tasks with caching and dependency awareness. Since its alpha release, Vite+ has seen over 500 pull requests merged, adding features like smarter caching for `vp run`, expanded `vp migrate` coverage, enterprise features, and over 180 fixes. Over 1,300 public repositories, including Dify, BlockNote, and Cloudflare's vinext, are already using the package.
Initial feedback on platforms like Hacker News has been positive, with developers noting the bundled tools as "amazing" and describing the stack as "boring but works," offering better performance and less configuration. However, some concerns have been raised, such as Jared Wilcurt's argument that Vite+ largely abstracts npm scripts and that its `vp env` Node version manager is a weak point. There are also discussions about potential vendor lock-in to the VoidZero ecosystem, though VoidZero states that Vite plugins remain compatible and users can retain their own package managers.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
VoidZero, founded by Vite and Vue creator Evan You, has released the beta of Vite+, a unified web toolchain that integrates runtime, package manager, and frontend tools under a single `vp` command. This release aims to provide a consistent and efficient workflow for web development by bundling essential tools into one tested stack.