Skip to content
TinySolve

URL Shortener

Turn a long link into a short one that does not expire — and can be checked before it is followed.

Sent to our server and not stored

About the URL Shortener

Long links break. They wrap awkwardly in messages, get truncated in print, and become unusable the moment someone has to read one aloud or type it from a slide. A short link fixes all of that by standing in for the real address — which is also exactly what makes shorteners worth being careful about.

A short link hides where it goes. That is the whole feature and the whole risk, and it is why so much phishing arrives as a shortened URL. This one therefore does two things most do not. It refuses links that are mechanically dangerous — anything that is not http or https, addresses with a username and password buried in them, and links pointing at private or local networks. And it lets anyone check a link before following it: add a plus sign to the end of any short link and you get a page showing the real destination instead of being taken there.

The links do not expire and there is no account to lose access to. The code contains nothing about you, and the destination is stored exactly as given — there is no second redirect through an advertising page, and no interstitial counting down at whoever clicks it.

This is the one tool here that genuinely cannot run in your browser, because a short link has to keep working for someone else, on another device, later. It therefore needs a small amount of storage on our side: the destination, a random code, when it was made, and how many times it has been followed. To limit abuse we also keep a salted hash of the address that created it, which lets us count recent links without knowing who anyone is.

Do not use a short link for something private. Anyone who has the link can follow it, the codes are short enough to appear in browser histories and shared screenshots, and we cannot vouch for where any given link leads.

How to use the URL Shortener

  1. Paste your long link

    Drop in the full address. If you leave off https:// it is added for you, the way a browser address bar does.

  2. Press shorten

    The link is checked and a short code is generated immediately. There is nothing to sign up for and nothing to confirm.

  3. Copy and share it

    Copy the short link straight to your clipboard. It works anywhere a normal link does, and it does not expire.

  4. Check a link before you follow it

    Add a plus sign to the end of any short link from here to see its real destination instead of being taken there.

Frequently asked questions

Do these short links expire?
No. There is no expiry date and no account that can lapse, so a link you make today keeps working. Nothing is deleted unless a link is reported and removed for abuse.
How can I see where a short link goes before clicking it?
Add a plus sign to the end of it. A link ending in + shows a page with the real destination written out, rather than taking you there, and the preview does not count as a click. This works for any short link created here.
Is this tool private, like the others on this site?
Not in the same way, and it says so plainly. Every other file tool here runs entirely in your browser, but a short link has to resolve for someone else later, so the destination must be stored on our side. Nothing about you is stored beyond a salted hash of your address used to limit abuse.
Can I use a short link for something confidential?
No. Anyone who gets the link can follow it, and short codes end up in browser histories, chat logs and screenshots. Treat a short link as public, and put anything sensitive behind a real login instead.
Why was my link rejected?
Links are refused when they are not http or https, when they carry a username and password in the address, when they point at a private or local network, or when they are already a short link from here. Each of those is a way shorteners get abused rather than used.
Is there a limit on how many links I can create?
Twenty an hour from one address, which is far more than normal use and low enough to make automated abuse tedious. If you hit it, the tool says so and tells you to come back later rather than failing silently.
Can I track clicks on my link?
The number of times a link has been followed is shown on its preview page, so you can check it by adding a plus sign to your own link. There is no dashboard, no per-click detail and nothing about who clicked.