I used Claude to build a live election dashboard in 2 days. It handled 430K requests from 24K visitors without spending money
Tamil Nadu had state elections on May 4. I wanted to see if I could build a better results site than what exists (everything out there is ad-ridden, slow, and unusable on mobile). Started building on May 2 with Claude as my coding partner. The constraint: spend nothing. Zero hosting, zero domain, zero database. The solution ended up being stupidly simple. A Python script on my laptop scrapes all 234 constituency pages from the Election Commission (they don't have an API, just raw HTML pages),stitches the data together, and pushes it to Cloudflare's free key-value store. Their CDN serves...