Lightning-fast frontend build tool for modern web development
Vite is the next-generation frontend build tool created by Evan You (Vue.js creator). It leverages native ES modules for instant dev server startup and uses Rollup for optimized production builds. Vite has rapidly become the default choice for new frontend projects, supported by React, Vue, Svelte, and SolidJS. Its near-instant Hot Module Replacement (HMR) and zero-config setup dramatically improve developer experience compared to Webpack.