URL Shortener
Turn a long link into a short, shareable one — with the destination always visible before anyone follows it.
How this is kept safe
- Only
httpandhttps— nojavascript:ordata: - Private, loopback and link-local addresses refused
- Hostnames that resolve to private addresses refused
- Rate limited per visitor, and every link can be disabled from the admin
- Preview any link by adding
+to the end of it
A short link is a redirect: someone follows it and lands on the destination you gave. It makes a URL easier to print, read aloud, or fit inside a character limit.
The trade-off is worth stating. Any shortener hides where a link goes, which is exactly why phishing campaigns like them. This one accepts only http and https, refuses private and internal addresses so it cannot be aimed at somebody's internal network, shows the destination on request, and lets every link be switched off the moment it is reported.
How to use it
- Paste the long URL you want to shorten.
- Press Shorten — the link is created immediately, with no account.
- Copy the short link. Add a plus to the end of it at any time to see where it points instead of following it.
Not working as you expect? Report a problem with this tool.