Backed by
Open Source Deployment Tool for AWS and GCP
Serverless
VMs
Static Sites
Kubernetes
Deploy APIs & websites in minutes
Zero configuration release pipelines
Fully automated cloud infrastructure
Customize with Python & Terraform
Serverless
VMs
Static Sites
Kubernetes
Effortless deployments to multiple cloud providers
Use high level components that you can customize with Python. Everything is fully configured by default.
1 import launchflow as lf23 # Build & Deploy a serverless API on AWS Lambda4 api = lf.aws.LambdaService(5 name="my-api",6 handler="app.handler", # Automatic build pipelines7 domain="api.launchflow.com", # Automatic SSL and DNS8 memory="10GB", # And everything else you need9 ...10 )
Deploy serverless apps on Lambda
Click to run the command
$ lf deploy dev --auto-approve
Native Multi-Environment Support
Define your infrastructure once, deploy to multiple environments with no extra setup
- Dedicated VPC Network
- Your networking, roles, and permissions are automatically configured with best practices.
- Release Management
- Build, deploy, and manage your applications with fully-configured CI/CD pipelines.
- Powered by OpenTofu (Terraform)
- Customize the open source modules with Python, or bring your own OpenTofu / Terraform modules.
import launchflow as lfinstance_count = 0db_class = "t2.micro"if lf.environment == "staging":instance_count = 1if lf.environment == "prod":instance_count = 2db_class = "m2.large"Service(instance_count=instance_count)Database(db_class=db_class)
$ lf deploy dev
$ lf deploy staging
$ lf deploy prod
Simple, Secure
Team Collaboration
LaunchFlow Cloud is an optional web console that helps you manage your deployments and share cloud infrastructure with your team.
Deploy from GitHub
Automatically deploy when you push to GitHub
Web Console UI
View infrastructure and logs across environments
Audit Logs
See the "who" and "how" for every update
RBAC Security
Role-based access control for every environment
Ready to get started?
Add LaunchFlow to your app in minutes.
No account required.