ALL SYSTEMS GO

// branded link infrastructure — your domain, your rules

Your links,
but shorter.

openshort.link compresses sprawling URLs into branded, trackable short links on a domain people actually trust. Paste. Press enter. Done.

LINK PRESS — UNIT 01 ▮ ready
openshort.link/

Minted // copy & ship it

↗ TEST REDIRECT
Links minted0
Clicks routed0
Uptime / 90d0
Median redirect0

Built for the domain you own

// 04 capabilities
/01

Custom back-halves

Choose every character after the slash. /launch, /q3-sale, /hire-me — memorable beats random.

/02

Your brand, not ours

Point your own domain's DNS at us. Every click lands on your name — never a generic tld nobody recognizes.

/03

Analytics on every link

Clicks, geography, referrers and devices stream in real time. No upgrade wall for the basics.

/04

API-first everything

Create, rotate and retire links from CI, scripts or your product. If you can POST, you can shorten.

Recently minted

// stored in this browser — hook the API to sync everywhere
Short linkTargetClicksCreated

Ship it from your terminal

// api.openshort.link/v1
# create a short link on your domain
curl -X POST https://api.openshort.link/v1/links \
  -H "Authorization: Bearer os_live_k3y_demo" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com/summer-campaign",
        "slug": "summer",
        "domain": "openshort.link" }'
// 201 created { "short_url": "https://openshort.link/summer", "target": "https://example.com/summer-campaign", "clicks": 0, "edge": "fra1 · 11ms" }
  1. Point your DNS

    Add one CNAME record for your branded domain to edge.openshort.link.

  2. Verify ownership

    We auto-provision TLS certificates the moment DNS propagates. Zero config.

  3. Post your first link

    Grab a key, fire one request, and your brand starts routing clicks worldwide.