Hacker News new | ask | show | jobs
by vednig 656 days ago
Hey Tankejosh, can you please provide more info on how this compares to other solutions like Coolify or improves deployment?
1 comments

I have not used Coolify before, but after looking at their docs I would say LaunchFlow is somewhere between Coolify and Terraform / Pulumi.

Similar to Terraform / Pulumi: you can define nearly any AWS / GCP resource with a line of Python code, then deploy it across all of your environments with the CLI.

Similar to Coolify: all of your environment-level configuration (networking, permissions, etc) is handled for you, but you can always customize the underlying Terraform modules with Python (or bring your own custom Terraform).

The environment abstraction makes it really easy to switch between cloud services. Most of the teams using LaunchFlow will use serverless deployments for dev environments, then switch to VMs / Kuberenetes in prod for better performance / pricing.

Environments Docs: https://docs.launchflow.com/docs/concepts/environments

It's a great tool, if it makes vendor lock-in disappear. I will check it out.
I appreciate it! Feel free to email me at josh@launchflow.com if you hit any issues!