go.tlnw.uk — A tiny, fast, globally distributed URL shortener

Powered by Cloudflare Workers. Built for speed, simplicity, and scale.

View API usage

How it works

  1. Send a POST request with your long URL.
  2. Receive a short link instantly.
  3. Redirects are served globally at the edge.

Benefits

Want to try? Email contact@tlnw.uk to get started

Quick API usage

curl -X POST https://go.tlnw.uk/shorten \
  -H "content-type: application/json" \
  -H "X-Client-Id: <client_id>" \
  -H "X-Client-Secret: <client_secret>" \
  -d '{"url":"https://example.com/very/long/path"}'