cat /etc/motd

kurl.click

a small, fast, honest URL shortener.

all systems nominal edge-native no ads · no trackers source code: coming soon

Why it exists

The big shorteners kept moving basic things behind paywalls — custom slugs, analytics, even editing a link after you made it. kurl.click started as a weekend project to prove a shortener with all of that could run entirely on edge infrastructure for roughly the cost of a domain name. It stuck around because it turned out to be genuinely nice to use.

No ads, no tracking pixels sold to third parties, no login walls in front of the redirect. A link you shorten here just... redirects. Fast.

Life of a click

traceroute kurl.click/your-slug

👤 visitor clicks link you, probably no cookies, no fingerprints ⚡ edge fn nearest of 330+ datacenters Workers ↗ serverless functions at the edge KV lookup slug → destination Workers KV ↗ key-value store, replicated globally D1 counters analytics (opt-in) D1 ↗ SQLite at the edge · counts, not people 🌐 dest 301 → wherever your link points edit it anytime from the dash

The whole round trip usually lands under ~50ms — the lookup happens in the same building your request arrives at. Analytics writes never block the redirect.

Features

How it compares

kurl.click Bitly (free) TinyURL (free)
Custom slugs yes paid yes
Click analytics yes limited paid
Edit destination later yes paid paid
Bulk shorten yes paid no
QR codes yes yes yes
Ads / upsells none some some
Sells your click data no it's the business probably

Feature sets as of mid-2026; the paid tiers of those services do more. This isn't trying to replace them for marketing teams — it's trying to be the shortener you'd actually want for your own links.

How it's built

uname -a

Everything runs on Cloudflare's edge network — there is no origin server to slow down or fall over.

Analytics are aggregate counters, not per-visitor logs — we count that a click happened and roughly where from, never who you are. No cookies on redirects, no fingerprinting.

Credits & sauce 👀

git log --reverse | head

kurl.click was originally inspired by 4ev-link/4ev.link (CC0). What started there took on a life of its own — new dashboard, terminal theme, analytics engine, API keys, bulk tools, and a light switch that has feelings.

The sauce will be shared soon. The plan is to open the repo once the codebase gets a security once-over and the docs stop being lies. Watch this space — or the footer.

← Back to home Acceptable Use [email protected]