Show HN: Envirobly – Efficient App Hosting

envirobly.com

6 points by klevo 2 days ago

This is my, fully bootstrapped, take on an application hosting platform. I designed it primarily for myself, to meet the following goals:

* Utilize the best parts of the cloud, leave expensive value added services behind. * Host anywhere in the world, close to your users. * Batteries included: backups, logging, monitoring, auto-scaling, containerization, databases. * Simple and user friendly.

The journey was tough. It took me round about 3 years to get everything just right. This goes against the conventional wisdom of getting something simple out quick. With a hosting platform however, in my mind, reliability, stability and certain maturity are a must have from the start.

I definitely need to work on the presentation, it's barely covering the basics. But you have to start somewhere :-)

I'd love to hear some critique from the community. Thanks!

dayallnash 2 days ago

What's the secret sauce of undercutting AWS prices? Grouping workloads together on EKS/ECS but presenting them as instances maybe?

Also, this looks like it is primarily aimed at new businesses who want to run ultra-cheap. How do you plan on keeping customers as they scale and mature?

  • klevo 2 days ago

    > What's the secret sauce of undercutting AWS prices?

    I'm only utilizing EC2 instances, storage and S3. Everything like databases, load balancers, NAT, even image storage is my own architecture and I'm not utilizing the value added services AWS offers for this and most would default to.

    > How do you plan on keeping customers as they scale and mature?

    I'll be adding features like DB replication and failover and multi AZ deployments down the line. But you're right, I'm focusing on small to medium size customers that want to run cheap, but still have all the convenience of a platform like Heroku for example.

    • dayallnash 2 days ago

      Thanks! I might sign up later to give it a spin. One thing I would suggest: In addition to the examples on your Pricing page - just a straight-up calculator would be good for me to input my own requirements and get a simple cost breakdown.

      • klevo 2 days ago

        Great suggestion with the calculator. Will definitely add it at some point. Also thanks a ton for the feedback, it means a lot to me!

slig 2 days ago

Just a quick feedback on the UI: really like the theme, it feels lightweight and efficient.

Congrats on shipping!

  • klevo 2 days ago

    Thanks slig. I definitely wanted to go for a simple and down to earth presentation.