Home
LaunchFlow
3

LaunchFlow - A Terraform / Pulumi alternative for Python developers

Automate infrastructure on GCP and AWS with Python

LaunchFlow is an Infrastructure as Code Python SDK that extends OpenTofu with features like multi-environment supportautoconfigured infrastructure clients, and API release management.

You can add GCP / AWS infrastructure to your app with a single line of code - all infrastructure types ship with built-in clients that automatically connect to your infrastructure across multiple environments. Includes integrations with FastAPIFlask, and Django.

Try it out

It only takes 3 commands to launch your first app to GCP or AWS

  1. install the Python SDK with pip

    $ pip install launchflow 
    
  2. setup launchflow in any Python project

    $ lf init 
    
  3. deploy everything used in your code to GCP / AWS

    $ lf deploy {env} 
    

Follow the Get Started Guide to launch an example FastAPI app in a matter of minutes.

No account required.

Easily collaborate with your team

LaunchFlow Cloud is an optional service you can use to create collaborative cloud environments that automatically share infrastructure, configuration, and secrets with your team. You can also access preconfigured GitHub release pipelines, audit logs, RBAC security, and more.

You and a teammate can try LaunchFlow Cloud 100% free forever - signup at console.launchflow.com to get started.

Contact us

If you are interested in anything mentioned above, we would love to hear from you!

You can email us at team@launchflow.com or book some time on my calendar.

Happy launching! 🚀