Built on Cloudflare Edge — global, instant redirects

Short links, big impact.

Shorten URLs, brand your links with custom subdomains, and track every click. Free forever. No credit card required.

$ curl -X POST https://smrtlnk.cc/api/links \
  -H "Authorization: Bearer sk_..." \
  -d '{"destination_url":"https://example.com"}'
{ "short_url": "https://yourname.smrtlnk.cc/xK9m2" }

Everything you need

Powerful features for developers, marketers, and businesses.

Edge Redirects

Links resolve in milliseconds via Cloudflare's global network. KV cache ensures the fastest possible redirects, worldwide.

🏷️

Branded Subdomains

Claim yourname.smrtlnk.cc for free. No domain purchase needed. Your brand, your links — instantly.

📊

Click Analytics

Track every click with country-level geo data. See what's working and optimize your campaigns.

🔗

Custom Domains

Connect your own domain for fully branded links. Automatic SSL provisioning. Pro plan feature.

🛠️

API-First

Full REST API with auto-generated slugs, API key auth, and branded short_url in every response.

🔒

Secure by Default

HTTPS everywhere, PBKDF2 password hashing, HMAC signed sessions, API key authentication.

Up and running in seconds

Three steps. No credit card. No setup.

1

Create account

Sign up with email and password. Get your API key instantly.

2

Claim your brand

Choose a subdomain like yourname.smrtlnk.cc. It's free and instant.

3

Shorten & share

Create links via dashboard or API. Share branded URLs everywhere.

Simple pricing

Start free. Upgrade when you need more.

Free
$0 /month
Perfect for getting started
  • 50 short links
  • Branded subdomain (yourname.smrtlnk.cc)
  • Click analytics
  • REST API access
  • Auto-generated slugs
Get Started

Developer-friendly API

Integrate in minutes. One endpoint, branded results.

// Shorten a URL (slug auto-generated)
POST /api/links
Request:
{ "destination_url": "https://example.com/long-page" }
Response:
{
  "slug": "xK9m2",
  "short_url": "https://yourname.smrtlnk.cc/xK9m2",
  "destination_url": "https://example.com/long-page"
}
// Claim your brand
POST /api/auth/subdomain
{ "subdomain": "yourname" }

Ready to shorten smarter?

Join now. Free forever. No credit card needed.

Create Free Account