I built a link shortener with FastAPI and htmx (no JS framework) — the parts that were actually hard
"A URL shortener" sounds like a weekend project — until links break inside Instagram's in-app browser, bots wreck your analytics, and one link needs to send US and EU visitors to different places. Here's the engineering behind the parts that were actually hard, built on FastAPI + htmx with no frontend framework.