Shortlink
Open source · self-hostable · no vendor lock-in

Short links with the analytics you actually need

Shortlink is a modern link management platform: custom domains, QR codes, device and geo targeting, password protection, a full REST API and privacy-friendly click analytics.

https://your-very-long-url.com/campaigns/summer-2026?utm_source=newsletter
adssakti.store/summer

Everything a link platform should do

Built from scratch as an open alternative to hosted shorteners, with the same feature depth.

Instant short links

Random or custom keys, bulk creation, folders, tags and comments – all from the dashboard or the API.

Privacy-friendly analytics

Clicks over time, countries, cities, devices, browsers, referrers and UTM breakdowns. No raw IPs stored.

Custom domains

Bring your own domain, verify it with a TXT record and use it for every link in your workspace.

Smart targeting

Send iOS and Android users to their app stores, geo-target by country and run A/B tests on destinations.

Password & expiration

Protect links with a password, expire them on a date, and set a fallback URL for expired links.

QR codes

Every link ships with a customizable QR code. Scans are tracked separately from clicks.

Link previews

Override the title, description and image shown when your link is shared on social platforms.

API & webhooks

A REST API with scoped keys and signed webhooks for link.created, link.updated, link.deleted and link.clicked.

Trust & safety

Public abuse-report page, admin review queue, and one-click bans that stop malicious links immediately.

Developer first

Create links from your own product with a single request.

curl -X POST https://adssakti.store/api/links \
  -H "Authorization: Bearer sl_xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com/launch", "key": "launch", "tagNames": ["marketing"] }'