Vite

Vite is a Build Toolchain or a Development Orchestrator. While things like Deno and Bun are runtimes, Vite is a wrapper that coordinates several specialized tools to give you a cohesive experience.
Vite is a dev dependency that you install with a package manager of your choice. it's a Node.js script that tells another program to transform your code.
Vite uses:

Vite also attaches several "quality of life" tools that you would normally have to set up manually:

Vite plugins

are code that hook directly into