Skip to content

IgnatMaldive/flask-htmx-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

demo: https://flask-htmx-search.vercel.app/

HTMX + Flask + Search

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.

Demo

https://flask-vercel-serverless-functions.vercel.app/

How it Works

This example uses the Tavily Search and Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.

Running Locally

git clone this repo
cd api
python index.py

Your Flask application is now available at http://localhost:5000.

One-Click Deploy

Deploy the example using Vercel: