url-shortener-static

Generate static HTML redirect pages. No server, no database. Deploy anywhere — GitHub Pages, Netlify, S3.

View on GitHub See Modes
install
$ pip install url-shortener-static

Two modes

Single redirect

One HTML file that instantly redirects to your target URL.

urlshort https://example.com --output link.html

Redirecting...

https://example.com

Link-in-bio index

A clean link page from a JSON file. Perfect for GitHub Pages profiles.

urlshort --index links.json --output index.html

My Links

GitHub
Portfolio
LinkedIn