Vite
A frontend tooling solution providing fast hot module replacement and instant server start with native ESM. It offers optimized builds with Rollup support, multi-page and library mode, along with rich features like TypeScript, JSX, and CSS, rounded off by universal plugins and fully typed APIs.
Cost / License
- Free
- Open Source (MIT)
Application type
Platforms
- Self-Hosted
- JavaScript
Features
Vite News & Activities
Recent News
- Maoholguin published news article about Vite
Vite 8.1 brings faster dev mode, chunk import maps, and Wasm ESM supportVite 8.1 introduces experimental bundled dev mode, designed to improve development performance in p...
- Fla published news article about Vite
VoidZero joins Cloudflare, Vite and tools remain open sourceVoidZero, the company behind Vite, Vitest, Rolldown, Oxc, and Vite+, is joining Cloudflare with its...
- POX published news article about Vite
Vite 8 debuts with unified & faster Rolldown bundler, integrated devtools, and Wasm SSRVite 8 arrives as the latest major update to this popular frontend build tool, marking its most sub...
Recent activities
I like Vite because it's the dev-server/build tool behind our React PWA frontends - the HMR is genuinely instant even on a big component tree, which old webpack-based setups never managed. My one gripe is that some older React libraries still assume a CommonJS/webpack world and need extra config or a patched import to work cleanly under Vite's ESM-first bundling.
- fanpino liked Vite
- mqdlou liked Vite
- namdx1987 liked Vite
- Creative_joe liked Vite
Featured in Lists
This list is an update to the list I created seven years ago...



Comments and Reviews
I like Vite because it's the dev-server/build tool behind our React PWA frontends - the HMR is genuinely instant even on a big component tree, which old webpack-based setups never managed. My one gripe is that some older React libraries still assume a CommonJS/webpack world and need extra config or a patched import to work cleanly under Vite's ESM-first bundling.