Evan You just dropped Vite+: one CLI to rule them all. Dev, test, lint, format, build—unified in Rust. This is JavaScript's Cargo moment 🚀 At ViteConf Amsterdam last week, VoidZero unveiled the most ambitious JavaScript tooling project since npm: Vite+, a single CLI that replaces your entire fragmented tool stack. What Vite+ gives you: vite new # Scaffold monorepos with code generators vite test # Vitest with browser mode, visual regression vite lint # Oxlint (100× faster than ESLint) vite fmt # Oxfmt (99%+ Prettier compatible) vite lib # Bundle libraries with DTS generation vite run # Smart task runner with auto-caching vite ui # GUI devtools for bundle analysis One command, zero config fragmentation. Why this matters: Current reality: Your project probably has 15+ tools (Vite, ESLint, Prettier, Vitest, Rollup, Turborepo) each with separate configs, version conflicts, and performance bottlenecks from duplicated parsing. Vite+ reality: Install one dependency. Everything works together seamlessly because it's built on a shared Rust foundation. Real-world wins: ✅ Framer: Already using VoidZero's stack in production ✅ Shopify, Linear, Atlassian: Early adopters ✅ 7× faster builds: One team went from 2.5min (Vite) to 22s (rolldown-vite) ✅ 100× faster linting: Oxlint processes 600+ ESLint-compatible rules at native speed The commercialization angle: 💰 Free for: Individuals, OSS projects, small businesses 💰 Paid for: Startups (flat rate), enterprises (custom pricing) 💰 Status: Source-available (not fully open source) Controversial? Yes. Necessary? Absolutely. Evan You's take: OSS sustainability requires capturing value at scale. Vite+ funds Vite, Vitest, Rolldown, and Oxc—all MIT-licensed forever. Tech specs: 🔧 Built on Rolldown (Rust bundler), Oxc (Rust parser/transformer) 🔧 Compatible with React, Vue, Svelte, TanStack Start, SvelteKit 🔧 Public preview: Early 2026 🔧 Current stack stays 100% open source This isn't just tooling consolidation—it's ecosystem evolution. JavaScript finally gets what Rust had with Cargo: one tool that just works. Compare to current reality: package.json with 15 dev dependencies, 3 config files, version conflicts, and "works on my machine" debugging. The future: Install vite+, run one command, ship code. That's it. Interested in early access? Visit viteplus.dev to join the preview waitlist 🔥 #Vite #JavaScript #VoidZero #Tooling #Rust #WebDev #OpenSource
Totally agree — once you switch to Vite, there’s no going back 😄 Thanks for breaking it down so clearly!
Nice, single tool is always better.