demo: https://flask-htmx-search.vercel.app/
Sample search Panel using minimal HTMX/Flask stack, hosted in Vercel. This example uses Flask 3 on Vercel with Serverless Functions using the Python Runtime.
https://flask-vercel-serverless-functions.vercel.app/
This example uses the Tavily Search and Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.
git clone this repo
cd api
python index.py
Your Flask application is now available at http://localhost:5000
.
Deploy the example using Vercel: