TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built Acrobox to help solo indie hackers ship early and often

2 pointsby pnelsonabout 3 years ago

1 comment

pnelsonabout 3 years ago
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&#x27;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&#x2F;per-database&#x2F;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&#x2F;TLS certificates with HTTP&#x2F;HTTPS and naked&#x2F;www redirects. Where do you store local data? That&#x27;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&#x27;ve done my best to minimize complexities and maximize freedoms, carving a new niche in this space.<p>I value your constructive feedback. I&#x27;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:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28838132" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28838132</a><p>[^2]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16472887" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16472887</a><p>[^3]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28275873" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28275873</a><p>[^4]: <a href="https:&#x2F;&#x2F;pnelson.ca&#x2F;posts&#x2F;gone-indie" rel="nofollow">https:&#x2F;&#x2F;pnelson.ca&#x2F;posts&#x2F;gone-indie</a>