<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/they-fixed-vite-j1rw9al2z" -->

---
title: They fixed Vite | daily.dev
description: Vite Plus (V+), the unified toolchain from Void Zero built around Vite, has launched in alpha as open source under the MIT license. A hands-on first look...
canonical: https://daily.dev/posts/they-fixed-vite-j1rw9al2z
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: They fixed Vite | daily.dev
og:description: Vite Plus (V+), the unified toolchain from Void Zero built around Vite, has launched in alpha as open source under the MIT license. A hands-on first look...
og:url: https://daily.dev/posts/they-fixed-vite-j1rw9al2z
og:image: https://api.daily.dev/og/posts/J1Rw9aL2Z.png
og:image:alt: They fixed Vite
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# They fixed Vite

**[Theo - t3․gg](https://daily.dev/sources/t3dotgg)** · 30 min read · 13 upvotes · 1 comments

## Summary

Vite Plus (V+), the unified toolchain from Void Zero built around Vite, has launched in alpha as open source under the MIT license. A hands-on first look covers setup, node version management, linting and formatting speed (sub-400ms across 15k lines), the migrate command, task caching, and build time improvements (28s down to 22s with caching). Key criticisms include: the auto-generated agents.md files being bloated and unhelpful for AI coding workflows, lack of bun support during migration, confusing command namespace collisions between built-in VP commands and package.json scripts, and rough edges in the migration tooling. Overall verdict: exciting long-term vision for a unified JS toolchain, but not yet ready for production adoption.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=JKbVk6bIXvA>

## Community discussion

Top comments from developers on daily.dev.

**@itsjavi** · 1 upvotes

> I don't like vp overriding my dependencies (e.g. vitest).
>
> Why don't they just write a simple CLI, instead of re-bundling everything together... ?
>
> I'd stick with vite + vitest + oxlint/oxfmt separately for now.

## Similar posts on daily.dev

- [Vite\+ Unveiled with Unified Toolchain and Rust Powered Core](https://daily.dev/posts/vite-unveiled-with-unified-toolchain-and-rust-powered-core-kewdr3gjx) · InfoQ · 18 upvotes · 0 comments
- [Announcing Vite\+ Beta](https://daily.dev/posts/announcing-vite-beta-x57msrwgi) · VoidZero · 38 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#vite](https://daily.dev/tags/vite)

[View this post on daily.dev](https://daily.dev/posts/they-fixed-vite-j1rw9al2z)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"They fixed Vite","url":"https://daily.dev/posts/they-fixed-vite-j1rw9al2z","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/they-fixed-vite-j1rw9al2z"},"datePublished":"2026-03-18T00:02:45.179Z","dateModified":"2026-03-18T00:03:08.083Z","description":"Vite Plus (V+), the unified toolchain from Void Zero built around Vite, has launched in alpha as open source under the MIT license. A hands-on first look...","image":"https://i.ytimg.com/vi/JKbVk6bIXvA/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/JKbVk6bIXvA/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Theo - t3․gg","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Theo - t3․gg","logo":"https://media.daily.dev/image/upload/s--UmX7IyU3--/f_auto/v1704628081/logos/t3dotgg.jpg","url":"https://daily.dev/sources/t3dotgg"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/they-fixed-vite-j1rw9al2z","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":13},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"general-programming,vite","timeRequired":"PT30M","video":{"@type":"VideoObject","name":"They fixed Vite","description":"Vite Plus (V+), the unified toolchain from Void Zero built around Vite, has launched in alpha as open source under the MIT license. A hands-on first look...","thumbnailUrl":"https://i.ytimg.com/vi/JKbVk6bIXvA/sddefault.jpg","uploadDate":"2026-03-18T00:02:45.179Z","duration":"PT30M","url":"https://api.daily.dev/r/J1Rw9aL2Z","embedUrl":"https://www.youtube.com/embed/JKbVk6bIXvA"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Theo - t3․gg","item":"https://daily.dev/sources/t3dotgg"},{"@type":"ListItem","position":3,"name":"They fixed Vite"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/they-fixed-vite-j1rw9al2z","comment":[{"@type":"Comment","text":"I don’t like vp overriding my dependencies (e.g. vitest).\nWhy don’t they just write a simple CLI, instead of re-bundling everything together… ?\nI’d stick with vite + vitest + oxlint/oxfmt separately for now.","datePublished":"2026-03-31T14:59:06.662Z","dateModified":"2026-03-31T14:59:19.652Z","url":"https://daily.dev/posts/J1Rw9aL2Z#c-jYOW6Xxrv","author":{"@type":"Person","name":"Javier","url":"https://daily.dev/itsjavi","image":"https://media.daily.dev/image/upload/s--Lhs9VFvX--/f_auto/v1711531445/avatars/avatar_L28cJws79VJWZec5RBvoy"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}}]}
```

