Build, test, lint, and format — one toolchain, one config, zero friction. Powered by Rust.
Generate a new project with your preferred framework and tooling in one command.
Native ESM dev server with instant HMR. Changes reflect before you blink.
Vitest runs your unit and integration tests with the same config. No separate setup.
Optimized production build with tree shaking, code splitting, and asset hashing.
$ npm create vite-plus@latest my-app ✔ Framework: React + TypeScript ✔ Features: ESLint, Vitest, Playwright ✔ Installing dependencies... cd my-app npm run dev