Welcome back
Sign in to reach your links.
Demo authentication. Accounts and links are stored in this browser only — nothing is sent anywhere, and this is not real security.
A shortener that tells you what happened after the click — country, device, referrer. Nothing that identifies a person.
Free. Takes about four seconds.
Any URL, however ugly. Query strings, tracking parameters, forty characters of base64 — it does not matter.
Six characters by default, or claim your own slug. Availability is checked as you type.
Every click is recorded with country, device and referrer, charted per link over time.
Redirects run in middleware before any app code loads, so the hop is measured in milliseconds.
Country, device and referrer per link, charted over time. No IP addresses stored, ever.
Set a date, a click limit, or both. When a link is done it returns 410, not a dead end.
Claim a readable slug and it checks availability as you type. Or let it generate one.
Every link you have made, both URLs side by side, searchable and sortable.
No cookies and no personal data means no banner. One fewer thing between you and the page.
Charted per link. Derived from the request, not from watching anyone.
Everything shown comes from the request itself. The country is derived from the edge location, the device and browser from the user agent string, and the referrer from the header the browser already sends. None of it is stored against a person, and nothing is written to your device.
It returns a 410, which tells the browser and any crawler that the resource is intentionally gone rather than temporarily missing. The visitor sees a page explaining it, not a generic error.
Yes, three characters or more. Availability is checked as you type. If you leave it blank, six characters are generated from an alphabet that excludes easily confused ones like l, I, O and 0.
Not to shorten a link. You do need one to keep a history, since guest links are not attached to anything and cannot be recovered once you close the browser.
This is a demo build. Accounts and links live in your browser's local storage and nothing is sent anywhere. The production version runs on Convex with redirects in edge middleware.
Demo build — accounts and links live in this browser only.
Edge redirects with real click analytics. No cookies, no IP logging, no consent banner.
Every link you have made, with both the original and the short version.
Paste a slug to follow it. Every hit is counted.
Your session and stored data.