Skip to content
Viteconf logoViteConf 2024 - Oct 3rd & 4th

The Build Tool
for the Web

Vite is a blazing fast frontend build tool powering the next generation of web applications.

.html.css.js

Redefining developer experience

Vite makes web development simple again

Instant server start
On demand file serving over native ESM, no bundling required!
Lightning fast HMR
Hot Module Replacement (HMR) that stays fast regardless of app size.
JSON
CSS3
Javascript
Typescript
PostCSS
Rich features
Out-of-the-box support for TypeScript, JSX, CSS and more.
Optimized build
Pre-configured Rollup build with multi-page and library mode support.

A shared foundation to build upon

Flexible plugin system
Vite plugins extends Rollup's well-designed plugin interface with a few extra Vite-specific options.
import { createServer } from'vite'

const server = awaitcreateServer({
   // user config options
})
await server.listen()
server.printUrls()
(method) ViteDevServer.listen(port?: number | undefined, isRestart?: boolean | undefined): Promise<ViteDevServer>
Start the server.
Fully typed API
Designed to be built on top of.
.JSClient transformServer transform
First class SSR Support
It's never been easier to setup custom SSR (Server-Side Rendering), or build your own SSR framework.
CI Tests
Continuous ecosystem integration
Our CI continuously tests Vite changes against downstream projects, allowing us to improve Vite with stability and confidence.

Powering your favorite frameworks and tools

VitestReactAngularVueSolidSveltePreactAstroRemixNuxt
QwikRedwoodAnalogPlaywrightStorybookMarkoLaravelEmberJS

Loved by the community

Don't take our word for it - listen to what Vite community members have to say.

Ryan Carniato
Ryan Carniato@RyanCarniato

I'm loving what Vite enables. We've found building SolidStart that it is less a metaframework but a system of symbiotic Vite plugins. While built with SolidJS in mind, they should scale from our simplest template to opinionated starter. We're building an ecosystem on Vite.

Rich Harris
Rich Harris@Rich_Harris

Vite is basically the united nations of JavaScript at this point. I'll be there as a representative of Sveltelandia

David East
David East@_davideast

Each and every time I use Vite, I feel a true sense of pure and unbridled joy.

Mark Dalgleish
Mark Dalgleish@markdalgleish

It’s also a great platform to build a framework on since it provides a pluggable dev environment.

Community is amazing too.

Jason Miller
Jason Miller@_developit

Every time I suspect I've hit the bounds of what Vite can do, I end up being wrong.

David Cramer
David Cramer@zeeg

Vite has been a game changer for the industry.

Dion Almaer
Dion Almaer@dalmaer

I am so excited to see so many great frameworks teaming up on top of vite. So many will benefit. ❤️ to the vite team.

Christoph Nakazawa
Christoph Nakazawa@cpojer

Vite is gonna eat the (JavaScript) world.

Nikolaj
Nikolaj@lopugit

Wow, wow, wow, wow, wow, wow, Vite is..... Vite is.... Wow 🤤🤯🙏

Start building with Vite

Prepare for a development environment that can finally keep pace with the speed of your mind.

Get started

Released under the MIT License. (0eda2ea0)