Fast & Secure Link Shortener

Shorten Links,
Track Everything

Create short, memorable links in seconds. Organize with categories, track every click with detailed analytics, and manage it all through a clean dashboard or REST API.

301
Instant Redirect
0ms
Extra Latency
100%
Self-Hosted

Everything you need

Powerful features with a focus on simplicity and security

Instant Shortening

Generate unique short codes instantly. Collision-free, cryptographically random, and always fast.

Categories

Organize links into custom categories. Filter, sort, and manage hundreds of links effortlessly.

Click Analytics

Track every click: browser, OS, device type, referrer, country, and time-based trends with visual charts.

REST API

Full-featured JSON API with token authentication. Create, manage, and query links programmatically.

Security First

CSRF protection, XSS escaping, SQL injection prevention, rate limiting, Argon2 password hashing.

Redirect Page

Optional 5-second countdown page per link. Perfect for interstitials, warnings, or monetization.

Built-in REST API

Integrate link shortening into your workflow. Create links, fetch stats, and manage categories - all via simple HTTP requests with Bearer token authentication.

Get Your API Token
// Create a short link
POST /api/v1/links

// Get click statistics
GET /api/v1/links/{id}/stats

// List categories
GET /api/v1/categories

// Overview dashboard
GET /api/v1/stats/overview