This is a minimal FastHTML app deployed on Vercel Python Functions. It exposes a small HTML UI with HTMX interactions and JSON APIs.
/api/index.py # ASGI FastHTML app with routes and UI
/requirements.txt # Dependencies
/vercel.json # Vercel routing + Python runtime
/README.md
pip install -r requirements.txt
python api/index.py # optional: to test locally with uvicorn via serve()npm i -g vercel
vercel --prod