A minimal, open-source URL shortener you can run on Cloudflare Pages Functions (serverless) or classic shared hosting (PHP fallback).
- Clean frontend (HTML/CSS/JS)
- Short link creation via
/api/shorten - Instant or 5s timer redirect page
- Cloudflare KV support
- PHP fallback for shared hosting
- Connect repo to Cloudflare Pages (no build command, output folder =
public) - Add KV binding named
SHORTLINKS - Or upload to classic hosting with
api.phpand.htaccess.
MIT License © 2025 Luc Constantin