URL Shortener

Create short, shareable links with optional custom aliases.

Quick answer: Private URL Shortener. Run your own short link service that integrates with your personal backend infrastructure ensuring you own all your data.

This tool needs the All Tools Together backend. It is included in the project under /backend — deploy it and set NEXT_PUBLIC_API_BASE to activate.

links are created by your own backend — you own the data

Shorten long URLs into clean, shareable links — with optional custom aliases — powered by your own self-hosted backend, so you own every link and its click data.

How it works

  1. Paste your lengthy destination URL into the shortening field.
  2. Provide an optional custom alias text (e.g., /my-sale).
  3. The app communicates with your self-hosted backend to generate and track the short link permanently.

Frequently asked questions

Why does this tool need a backend?

Short links must be stored somewhere and resolve a redirect when visited — that requires a server and a database, unlike the browser-only tools here.

Can I use a custom alias?

Yes — choose your own memorable alias (3–32 letters, numbers, hyphens, or underscores), as long as it is not already taken.

Who owns the links and click data?

You do — the backend runs on your own hosting, so nothing is shared with a third-party shortener.

More in SEO & Web