Vite+ Beta

Erenay092 pts0 comments

Announcing Vite+ Beta | VoidZero

VoidZero is joining Cloudflare

// announcementsAnnouncing Vite+ Beta

JUL 2, 2026

Alexander Lichter, MK, and Charles Wang

5 MIN READ<br>Copy Link

TL;DR: Vite+ is now in beta. It unifies the runtime, package manager, and frontend tools every web project needs behind one fast, consistent workflow. Start a new project with vp create, or adopt it in an existing project with vp migrate.<br>Today, we are releasing the beta of Vite+ , the unified toolchain for the web.<br>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. It is fully open source under the MIT license and framework-agnostic, working for any kind of web project: from CLIs to libraries to web apps.<br>Why Vite+? ​<br>Vite showed that a tool can be both fast and provide a great developer experience when it is designed around sensible defaults. Vite+ applies the same idea to the rest of the development workflow.<br>Instead of learning a different combination of tools and commands in every repository, developers can use a consistent workflow:<br>vp dev — start a development server with hot module replacement, powered by Vite 8.<br>vp check — format your code with Oxfmt, lint it with Oxlint, and type check it at once.<br>vp test — run unit tests powered by Vitest.<br>vp build — build your project for production, powered by Vite 8.<br>vp pack — bundle libraries with best practices baked in, powered by tsdown.<br>vp run — run any npm script or task through the built-in monorepo-aware task runner with intelligent caching.<br>The benefits become more important as teams and codebases grow:<br>Tool versions stay aligned.<br>Configuration is easier to share.<br>New contributors have fewer setup steps.<br>CI runs the same commands developers use locally.<br>Vite+ is for developers who do not want to assemble their toolchain by hand again and again, and for teams that want a consistent setup across projects without maintaining their own internal platform.<br>But Vite+ does not replace the Vite ecosystem. Vite plugins remain Vite plugins, and projects can continue using their package manager of choice under the hood. Vite+ provides the integration layer that makes them work as one toolchain.<br>From alpha to beta ​<br>When we announced the Vite+ alpha, we asked developers to help us test it on real projects. Since then, we have released more than a dozen versions and merged over 500 pull requests.<br>Here are selected highlights from what we shipped so far:<br>Smarter caching: vp run now combines automatic data tracking with metadata reported by Vite, so builds cache correctly without manually listing inputs, outputs, and environment variables.<br>Better migrations: vp migrate can now handle many different app setups and also provides a migration prompt for your agent.<br>Enterprise features: organization templates standardize setup across teams, and proxy- and custom-CA-aware HTTP lets vp run behind corporate proxies and firewalls.<br>Cross-platform: We've hardened vp to work better on all major operating systems and shells.<br>Refined and polished: We landed more than 180 fixes and improvements in vite-plus, sharpening an already solid foundation across the toolchain.<br>Much of this progress comes from a growing, international core team that builds Vite+ in the open together with the wider community.<br>You can follow the detailed work in the Vite+ release history.<br>It all adds up ​<br>While we worked on Vite+, the underlying tools have also continued to improve. Without them, Vite+ would not be possible. Here are some highlights from them since the Vite+ alpha:<br>Vite 8.1 shipped with experimental full bundle mode.<br>Vitest added support for ARIA snapshots.<br>Rolldown's 1.0 was released with a new plugin system and improved performance.<br>tsdown implemented CSS modules support.<br>Oxlint integrated native React Compiler lint rules.<br>Oxfmt can format Svelte code.<br>Real-world adoption ​<br>Vite+ is already being adopted beyond our expectations. More than 1,300 public repositories depend on vite-plus, not including private projects and global CLI installations.

Adoption spans the ecosystem across many project types. Notable highlights are:<br>Dify : an open-source platform for building LLM apps.<br>critical : Addy Osmani's framework-agnostic critical-path CSS tool.<br>BlockNote : a block-based, Notion-style rich text editor for React .<br>vinext : a drop-in Next.js -compatible framework built on Vite.<br>zerobyte : backup automation for self-hosters, built with TanStack and React.<br>îles : a partial-hydration islands site generator for Vue .<br>agentsview : local-first session search and analytics for coding agents, built with Svelte .<br>Inkline : a UI component library that ships across Vue, React, Svelte, Angular, Solid, Qwik, and Astro .<br>npmx : an open-source npm registry browser built on Nuxt .<br>At npmx, we care about every millisecond of performance —...

vite beta project built from across

Related Articles