← Back to Tech
Vite
Vite provides a fast development server and a production build pipeline. It’s often used for React applications and component libraries where quick iteration and predictable builds matter. In larger repos, it can be part of a shared tooling baseline alongside linting and type-checking.
Why it matters
Fast feedback loops reduce delivery friction, especially when multiple apps and shared packages evolve in parallel.
Official docs
https://vite.dev/guide/ →Related projects
Vilavi User Portal (Vite + React)
2024–Present
A Vite-based user portal with clean core layers (providers/router/i18n) and a stable delivery baseline.
Browser Tabs Manager
A privacy-friendly Chrome extension to capture tab sessions, manage them in a dedicated UI, and restore/export/import later.
Life Emulator
A React + TypeScript web app that simulates simple lifeforms in a virtual environment.