Launching today
Vite+
The Unified Toolchain for the Web
221 followers
The Unified Toolchain for the Web
221 followers
Vite+ is a new unified toolchain and entry point to web application development. Manage your runtime, package manager, and frontend stack with one tool. curl -fsSL https://vite.plus | bash








switched to vite last year and never looked back. curious what the + adds β is it mainly the unified config or are there perf wins too?
Having Vite, Vitest, Oxlint, and Oxfmt all unified under one CLI is huge. Right now my projects have separate configs for ESLint, Prettier, Vitest, and the build tool β and keeping them in sync is easily 10% of my setup time for any new project.
One thing I'm curious about: how does `vp check` handle framework-specific linting rules? For example, React has its own set of rules (hooks rules, JSX accessibility), and Vue has theirs. Does Oxlint cover those out of the box, or would you still need to layer on additional plugins for framework-specific checks?
Runtime + package manager + frontend stack in one entry point is a bold scope. Where does Vite+ draw the line - is the goal to replace something like Volta or fnm for runtime management, or is it more of an opinionated layer on top of them?
Really like seeing Evan You go all-in on the unified toolchain approach. As someone who's wasted too many hours wrangling ESLint + Prettier + Vitest configs on every new project, having one CLI that handles all of it is exactly what the ecosystem needs. The Oxlint/Oxfmt integration is the cherry on top β Rust-based tooling speed with zero config overhead.
Oh this is nice. Setting up a new project always feels like I'm spending the first hour just picking and configuring tools instead of actually building. If this actually unifies all that into one step I'm sold. Starred the repo.