ha.mr: a URL shortener with no backend, compresses the URL itself using Huffman

Github Awesome · Aug 16, 2026 · 10,594 views · 173 likes · 3 comments on YouTube

Description

ha.mr shrinks links without storing them in a backend database. Instead, it compresses the URL itself, stripping common patterns, matching domains against Huffman-coded dictionaries, then packing the remainder into a compact character set. For QR codes, it switches to QR’s alphan

Comments

Sign in to join the discussion.