Hello!<p>I often see Ask HN threads discussing how people are deploying their apps, specifically solo founders.[^1][^2] Solutions range from Heroku to AWS to niche products or even rolling your own VPS, each with their own set of tradeoffs. I'm not alone in seeing that web development is complex.[^3] What complexities are absolutely required? What complexities are worth it? What complexities are worth paying for a solution to, and how much are they worth?<p>The job I had just left was making good money running off of a single VPS. Some prolific solo indie hackers have shared their minimal hosting and deployment solutions that brought them to what many would define as success. Removing distributed systems and per-app/per-database/per-X costs is a huge weight off of a creative and experimental solo founders shoulders.<p>But even on a single VPS there are so many decisions to make and so much to configure. Non-root SSH access, network layer firewall, independently scalable block storage, automatic software updates, deduplicated incremental encrypted off-site backups are the absolute bare minimum standards I hold for customer facing applications and I can only hope the same of others. You probably want SSL/TLS certificates with HTTP/HTTPS and naked/www redirects. Where do you store local data? That's included in your backups, right? What about file permissions?<p>Acrobox provides guidance and structure to all of this. Not all complexity can be removed, but I've done my best to minimize complexities and maximize freedoms, carving a new niche in this space.<p>I value your constructive feedback. I'm here to answer questions or find my email on my website if you prefer.<p>Thanks,<p>Phil<p>P.S. I wrote more in depth about the history on my blog.[^4]<p>[^1]: <a href="https://news.ycombinator.com/item?id=28838132" rel="nofollow">https://news.ycombinator.com/item?id=28838132</a><p>[^2]: <a href="https://news.ycombinator.com/item?id=16472887" rel="nofollow">https://news.ycombinator.com/item?id=16472887</a><p>[^3]: <a href="https://news.ycombinator.com/item?id=28275873" rel="nofollow">https://news.ycombinator.com/item?id=28275873</a><p>[^4]: <a href="https://pnelson.ca/posts/gone-indie" rel="nofollow">https://pnelson.ca/posts/gone-indie</a>