What's the most overengineered thing you've seen on a simple website?

I once audited a 5-page brochure site running:
- React + Next.js
- Redux for "state management" (there was no state)
- Docker + Kubernetes deployment
- CI/CD pipeline with 47 steps
- Monthly hosting: $200+

It could have been 5 HTML files on Netlify for $0/month. Load time went from 4.2s to 0.3s.

What's yours? 😅

#webdev #buildinpublic #overengineering