I did not expect this...

· web open-source · Source ↗

Summary based on the YouTube transcript and episode description.

Theo (t3.gg) live-tests Vite+ alpha on release day, finding promising build-time wins but real alpha-quality rough edges.

  • Vite+ launched in alpha as fully open-source under MIT license, reversing the earlier closed-source paid plan.
  • VP check linted a 15,000-line codebase in 332ms; formatting ran in 341ms — Rust-based toolchain is genuinely fast.
  • Migrating a real Tanstack Start app from Vite 7 to Vite+ dropped build time from ~30s to ~22s after PNPM cache warmed.
  • Vite+ does not support Bun as a package manager — a significant gap given its target audience of bleeding-edge developers.
  • VP dev overrides custom scripts in package.json instead of deferring to them, repeating Bun’s most-criticized behavior.
  • Auto-generated AGENTS.md files from the scaffold are bloated with irrelevant create/migrate commands, hurting AI coding agent performance — Void Zero confirmed this is unfinished.
  • Theo sees Void Zero’s longer-term vision (unified package manager + node versioning + linting + cloud deploy) as credible but not yet ready for production adoption.

2026-03-17 · Watch on YouTube