Hacker News new | ask | show | jobs
by baggiponte 1517 days ago
Alternatives to Heroku besides Porter?
15 comments

Render (https://render.com/) is pretty nice.
Pretty different approach, but with many application architectures today you can move beyond "hosting" into pure serverless with a stack like Vercel + Convex (https://convex.dev)

In the news today: https://www.forbes.com/sites/kenrickcai/2022/04/27/convex-se...

(disclosure: Convex co-founder)

Oh, I didn't realize convex was still around. How are you guys doing ?

Edit: just read that article. "dump databases". huh, what? weren't you guys doing a heroku alternative in the past?

Edit2: Sorry, I confused your company with convox! https://convox.com/

A couple of French-based options that I've been using as replacements:

- https://www.clever-cloud.com

- https://scalingo.com

- https://www.qovery.com

dokku on a vps?

ref: https://github.com/dokku/dokku

Preface: I work for DevGraph, which contains EngineYard.

I would definitely have a strong look at EngineYard [1]. Our tagline: "A NoOps PaaS for deploying and managing applications on AWS backed with a world-class support offering." There is a good comparison with Heroku located here [2].

Having worked with several engineers, I can personally vouch for the world class support. We spend a lot of time thinking about and implementing ways to host Ruby, Node, PHP, Java, Python, and other containerized workloads on AWS. EngineYard has been around since before Heroku, so we have a long track record and a lot of experience in making your applications run reliably, keeping costs under control, and with full 24x7 support.

Email is in the description, along with my Twitter. Please reach out for any questions.

[1] https://www.engineyard.com/

[2] https://www.engineyard.com/heroku-alternative/

For background tasks, we're building https://www.tasker.sh
https://www.cloud66.com/ if you want support for all major cloud providers including bare metal ones, native support for MySQL, Postgres, Redis, Elastic, memcachD and tons of features for your entire team

Disclaimer: founder here

https://railway.app/ is really good. Easiest way to get a project up and running IMO. You can deploy from existing GitHub repos or a project starter in one click.

Disclosure: I am an investor in Railway

Fly.io and Render have been pretty impressive to use on personal projects.
check out this post[0] on some alternatives. We missed engineyard and a few others but it can help give some context.

[0] https://tooltip.com/reports/managed-hosting-or-paas-for-boot...

fly.io is promising in the direct competitor space

Dokku is a good alternative for running herokuish on a single server with lots of control.

Dokku Maintainer here.

Dokku also supports Dockerfiles, Docker Images, Tarballs (similar to heroku slugs), and Cloud Native Buildpacks. I'm also actively working on AWS Lambda support[1] (both for simple usage without much config as well as SAM-based usage) and investigating Replicate's Cog[2] and Railways Nixpacks[3] functionalities for building apps.

There are quite a few options in the OSS space (as well as Commercial offerings from new startups and popular incumbents). It's an interesting space to be in, and its always fun to see how new offerings innovate on existing solutions.

  [1] https://github.com/dokku/lambda-builder
  [2] https://github.com/replicate/cog
  [3] https://github.com/railwayapp/nixpacks
We're building one at https://apppack.io. It's a Heroku-like experience in your own AWS account leveraging their suite of managed services.
Superb VCS integration and really intuitive Dockerfile centric platform by https://northflank.com

Worth trying it out yourself, they’re dirt cheap atm.

if you're interesting in moving off Heroku to AWS without the complexity of Kubernetes, I would love to chat with you. safeer [at] tinystacks.com
we're migrating to something called cloudflare pages, but i'm not involved in that