Deploy with Vercel

URL Cleaner

When you are sharing a link, notice how it has a tracking link that is extremely too long and eyesore. What if you can filter out them. Ideally, this can be a chrome extension to filter out that extra tracking ids. But, nonetheless a simple flask app like this will also do!

Demo

https://flask-python-template.vercel.app/

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.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel