Vite
Next generation frontend tooling. It's fast! observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 2325
- days_rel: 9
- days_push: 7
- n_releases_24m: 199
Adoption not part of the score
82542 stars · 8681 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Vite is a frontend build tool and dev server that serves native ES modules with instant server start and lightning-fast Hot Module Replacement. It bundles production builds with Rolldown and is extensible via a fully typed plugin and JavaScript API.
Use cases
- set up a fast dev server for a react or vue project
- get instant hot module replacement while editing frontend code
- bundle a modern web app for production with optimized static assets
- scaffold a new frontend project from a template
- replace webpack with a faster build tool
- serve typescript and jsx directly during development
When to choose
- you are building a modern web app with a JS framework and want fast dev feedback
- you want minimal config for dev server plus production bundling
- you need a rich plugin ecosystem for frontend tooling
When to avoid
- you need to bundle a backend or node server application
- you must support legacy browsers without ES modules and cannot add plugins
- your build relies on webpack-specific loaders or config
Facets
cli-tool · maturity stable
build-tool http-server developer-tools frontend-framework web-development frontend developer-tools cross-platform cli hmr dev-server esbuild rolldown bundler esm typescript build-tool nodejs
1 source
- readme: https://github.com/vitejs/vite · fetched 2026-08-28 · 50a8bb05b12e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vitejs/vite | main | 95 |
| vitejs/vite-plugin-react | plugin | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem