top | item 41382299

(no title)

TankeJosh | 1 year ago

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

discuss

order

vednig|1 year ago

It's a great tool, if it makes vendor lock-in disappear. I will check it out.

TankeJosh|1 year ago

I appreciate it! Feel free to email me at josh@launchflow.com if you hit any issues!