Getting Started
From zero to your first AWS architecture diagram in under five minutes.
Open the App
Visit openarchflow.cloud in Chrome or Edge. Click 'Install' in the address bar to add it as a PWA to your desktop — works offline too.
Create Your First Diagram
Type a description in the prompt: "A serverless API with Lambda, API Gateway, and DynamoDB". Hit Enter. Your diagram appears in seconds.
Explore the Canvas
Drag resources to reorganize. Click any resource to see its configuration panel. Use the chat to refine: "Add S3 for image storage" or "Add a CloudFront distribution".
Export to Terraform
Click Export → Terraform HCL. Download the generated .tf files and apply them to your infrastructure with terraform apply.
Try Local Deployment
Start MiniStack and click Deploy → MiniStack. Your resources spin up locally. Click any resource to open its interactive console.
Start MiniStack locally:
docker run -p 4566:4566 ministackorg/ministack