yera.cc is a minimal URL shortener service. Create short, memorable links that redirect to any URL. Simple API, no tracking, no analytics, just links.
Tech Stack
- Cloudflare Workers: Serverless runtime serving globally
- Cloudflare KV: Key-value storage for link mappings
- TypeScript: Type-safe development
- Vanilla HTML/CSS/JS: Zero dependencies, maximum performance
Features
- 🔗 Create short links via API
- 🎲 Random or custom slugs
- ⚡ Lightning-fast redirects from edge locations
- 🔒 Token-based write protection
- 🌍 Global CDN distribution
- 📱 Mobile-friendly minimal interface
Privacy
No tracking, no analytics, no cookies. Links are stored in Cloudflare KV and served directly. We don't collect or store any personal information.
Back to Home