A small, fast URL shortener

Shorten your links.

Paste a long link, get a short one back. Redis keeps the redirect quick, and every click is tracked.

Redis-cached redirects

Hot links are served straight from an in-memory Redis cache, with Supabase as the source of truth. The common path stays quick.

Rate-limited by design

A sliding-window limiter sits in front of the redirect endpoint, so no single client can hammer it into the ground.

Plain click analytics

Each visit logs country, referrer and user agent — enough to see where your traffic comes from, nothing creepier.