HeadlinesBriefing favicon HeadlinesBriefing.com

Vite+ beta unifies web dev toolchain

Hacker News •
×

The Vite+ toolchain entered beta this week, offering a single entry point that wraps Vite 8, Vitest, Rolldown, tsdown, Oxlint and Oxfmt behind the vp command suite. Developers can spin up a fresh project with vp create or migrate an existing codebase using vp migrate. The open‑source stack runs under an MIT license and remains framework‑agnostic today.

Since the alpha release, the core team merged over 500 pull requests, adding smarter caching that ties Vite metadata to the vp run cache, richer migration prompts, and enterprise templates for consistent setups. Proxy‑aware HTTP support lets the runner operate behind corporate firewalls, while cross‑platform hardening improves stability on Windows, macOS and Linux. More than 180 fixes sharpen the overall experience.

Adoption has already surpassed expectations, with over 1,300 public repositories listing vite-plus as a dependency. Projects range from the Dify LLM platform to the Inkline UI library that targets Vue, React, Svelte and more. The maintainers recommend trying Vite+ in any web project that can benefit from a unified workflow, noting that CI pipelines now run the same commands developers use locally.