Vanilla JS Frontend
The VanillaJS frontend is a lightweight solution leveraging FastAPI to serve static files.
Demo
Prerequisites
- Python 3.11+
- pip
Setup and Running
-
Install required packages:
pip install -r requirements.txt -
Start the server:
python -m uvicorn main:app -
Access at
http://localhost:8000