General
Free URL Shortener
Shorten any long URL into a tidy, branded /s/ short link with click tracking and an auto-generated social preview. Free and public — paste a link and get a shareable short URL instantly.
URL Shortener
Files you add are processed entirely in your browser — nothing is uploaded to our servers.
How it's calculated
- • Generates a random 7-character code (56-symbol unambiguous alphabet) and stores the mapping (with an encrypted tenant key for internal targets) in the primary database.
- • The /s/{code} resolver emits Open Graph tags, switches to the correct tenant for internal targets, then redirects or renders the destination.
- • Auto-fetches Open Graph metadata (title, description, image) as editable defaults, with SSRF-guarded fetching.