anonymous link shortener

Long links, re-routed.

optional · 3–32 letters, numbers, hyphens

No account needed. You get a private edit link.

  • No accounts
  • Edit links
  • Private stats
  • Open source
Scroll

how it works

Four steps, no sign-up.

No account and no password, so there’s nothing to forget. The edit link does that job.

  1. Paste

    Drop in any http or https link, up to 2,048 characters. Pick an alias or let us roll a random one.

  2. Re-route

    You get a short link, a QR code and a private edit link. We store a fingerprint of the edit link, never the link itself.

  3. Share

    Every click is a fast 302 redirect. Nothing is set on the visitor’s device and no IP is written down.

  4. Tweak

    Open the edit link to change the target, pause the link, set an expiry, or read its stats.

why this one

Short links that stay yours.

Most shorteners want an account first. This one gives you a key and leaves you alone.

01 / Edit anytime

Change where it goes

Printed the wrong URL on a poster? Point the same short link somewhere else. Redirects are 302s, so browsers never cache the old target.

02 / Private stats

Clicks only you can see

Clicks over time, countries, referrers, devices and busy hours. Only the edit link can open them, and link-preview bots are filtered out.

03 / Your words

Custom aliases

re-route.link/launch reads better than a random string. Or leave it blank and get seven random characters.

04 / No tracking

No accounts, no cookies

We don’t know who you are and we don’t want to. Visitors get redirected, not profiled.

what gets counted

Stats, not surveillance.

Each click is boiled down to a few coarse counters the moment it arrives. Nothing on this list can point back at one person.

Counted

  • Clicks per hour
  • Daily unique visitors, via a hash whose salt is thrown away every midnight
  • Country
  • Referring site: the domain only, never the page
  • Device type, browser family and OS family
  • Browser language

Never stored

  • IP addresses
  • Cookies or anything else saved on the visitor’s device
  • Full referrer URLs or search terms
  • Browser versions, screen sizes or fingerprints
  • Who made the link
  • Anything sent to third parties

Read the privacy notice →

open source

Read the code. Run your own.

MIT licensed. One Node process and one SQLite file, and no build step. If you don’t trust us with your links, host it yourself.

# needs Node 22.13 or newer
$ npm install
$ PUBLIC_URL=https://your.domain npm start
re-route.link listening on :8787