A lean link shortener that stays out of your way. Paste a URL, get a clean ljstd.com link back. No dashboards you don't need, no features you won't use.
// what we do
Edge-deployed redirect engine strips every unnecessary byte. No analytics middleware, no bloated tracking scripts — just a clean 301 to your destination. Median latency under 40ms globally.
Pick any available alias. Use random strings if you prefer privacy, or claim a branded slug to match your campaign. No forced formats, no character restrictions beyond what DNS allows.
We built the API before the UI. Create, list, update, and delete links programmatically. Webhook callbacks for click events. Clean REST with consistent error shapes — as it should be.
// for developers
No SDKs to install, no OAuth flows to navigate. Just curl.
# Create a short link curl https://ljstd.com/api/links \ -H "Authorization: Bearer $LJSTD_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com/my-long-page"}' # Response { "short_url": "ljstd.com/abc123", "clicks": 0 }
No sign-up wall. No onboarding flow. Just email us and we'll get you set up.
support@ljstd.com