Litestar Vite

Supercharge your Litestar applications with Vite’s modern frontend tooling. Litestar-Vite seamlessly integrates Vite - the next generation frontend build tool - with your Litestar web applications.

Key Features

  • 🚀 Lightning-fast HMR: Get instant feedback with Vite’s blazing fast Hot Module Replacement

  • 🔧 Zero Config: Works out of the box with sensible defaults

  • 🎯 Asset Management: Automatically serves your static files and handles asset manifests

  • 🛠️ Development Mode: Integrated dev server with automatic proxy configuration

  • 📦 Production Ready: Optimized asset serving for production builds

Installation

Installing litestar-vite is as easy as calling your favorite Python package manager:

Using pip
python3 -m pip install litestar-vite
Using uv
uv add litestar-vite
Using PDM
pdm add litestar-vite
Using Poetry
poetry add litestar-vite

Usage

Todo

Add usage instructions