AI Will Kill Your Project and You Won't Even Notice. Part One: Deploy

TL;DR AI
2 min readKey summary
The author uses the shutdown of an astrology chatbot to compare deployment options for side projects.
They rule out local hosting and bare VPS setups, focusing instead on microservices, database support, and how configuration is managed.
Infrastructure as Code is presented as especially valuable for vibe coders because it keeps setup in code.
Fly.io is the recommended fit, thanks to code-based configuration and straightforward deployment.
