How it Works This example uses the Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions. Running Locally npm i -g vercel vercel dev Your Flask application is now available at http://localhost:3000. deployment