U2m.io – Free URL shortener with bulk API, QR codes, and geo analytics
Free bulk API + analytics that paywalled competitors charge $200/month for.

Bulk API and analytics free, but URL shorteners are table stakes in developer tooling.
API-first developers, bulk processing workflows, teams building with shorteners
Bitly · TinyURL · Short.link
What it does: - Bulk API: shorten up to 100 URLs in one POST request - QR code generation: PNG + SVG, customizable sizes (100-2048px) - Click analytics: GeoIP (MaxMind) for country/city, device classification, browser detection, UTM parameter preservation - Custom short codes: 4-20 alphanumeric characters - Hash-based deduplication: same URL = same short code, deterministic - Redis caching layer for sub-millisecond redirect lookups - URL sanitization for malformed Unicode characters
Why I built it: Most URL shorteners either charge for analytics and QR codes, or limit their free tier so aggressively that it's unusable for real work. I wanted something API-first, with real analytics, that I could use in my own projects without hitting paywalls.
Tech stack: Spring Boot 3.4, MySQL, Redis (Jedis), MaxMind GeoIP2, ZXing for QR codes.
Try it: https://u2m.io
Happy to answer technical questions about the architecture or design decisions.
Free bulk API + analytics that paywalled competitors charge $200/month for.
Yet another URL shortener in a category dominated by Bitly and TinyURL.
Bundles a predictable but genuinely handy set of small tools — URL shortener with analytics, QR (PNG/SVG/data URL), fake-data generator and JWT/regex helpers — behind a no-auth REST API and a zero-dependency npm package. The on-chain 1 USDC unlimited-key option is a smart monetization experiment, but this space is crowded: reliability, clear rate limits and docs will determine whether it becomes a daily go-to or just another utilities site.
Yet another URL checker with MCP integration in a crowded category.
Base32768 alphabet packs 15 bits per character for 0.19x URL compression.
GEO auditing is timely but SEO audit tools already dominate this space.