How I Built Pitwall: A Django + HTMX F1 Stats App
Pitwall is my Formula 1 stats app. It lives at pitwall.chrisdevcode.com, talks back on Telegram via @pitwallBycdc_bot, and the source is on GitHub. I built it because the public F1 APIs are great, but nobody had stitched them together with the views and the chat surface I actually wanted to use during a race weekend. This article walks through how it’s put together: the architecture, the two data sources, the rate-limit budget, the idempotent ingest, the cache invalidation trick, and the Telegram bot that shares everything with the web app. ...
