OSS Tanbou

Vite — frontend tooling for a development server and production builds

Discovery score 331.1OSS health 96
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
82,802
Primary language
TypeScript
License
MIT
Repository last updated
Sep 12, 2026

Overview

Vite is frontend tooling that combines a development server based on native ES modules with a build command that produces static assets for production. Fast HMR is joined by typed Plugin and JavaScript APIs for extending the toolchain.

Based on official documentation; not hands-on tested · Content checked:

Separate development serving from production bundling

The development server handles modules on demand and reflects changes through Hot Module Replacement. Production builds use Rolldown to emit optimized static assets. Official packages include Vite itself, a legacy-browser plugin, and the starter generator.

Sources: [1]

A shared build layer for modern web projects

It is a candidate for projects that want short local feedback loops and production asset generation behind one configuration surface, without tying the build layer to one UI framework. It also serves as infrastructure for frameworks and tools that build on its plugin API.

Sources: [1]

Do not confuse a build tool with application architecture

Vite is not itself a UI framework or backend. Routing, rendering, state management, and server execution come from the selected framework and plugins. Development-server behavior is also distinct from production output, so verify Node compatibility and the built result on the deployment target.

Sources: [1]

Official sources

  1. [1]Vite README(2026-09-12)
Supplemental curator note

Selected for tying a short speed-led name to its function and expanding discovery through localized and AI-readable documentation.

Growth trends

Last 30 days

82,802 Stars

Trend data is still being collected.

Built with

  • TypeScript

Categories and tags

Categories

GitHub Topics

  • vite
  • hmr
  • frontend
  • build-tool
  • dev-server
GitHub dataView detailed GitHub data
Stars
82,802
Forks
8,739
Watchers
551
Open issues
498
Contributors
434
Primary language
TypeScript
License
MIT
Repository last updated
Sep 12, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Vite: development server and build tool | OSS Tanbou