OpenArchFlow

Getting Started

From zero to your first AWS architecture diagram in under five minutes.

01

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.

02

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.

03

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".

04

Export to Terraform

Click Export → Terraform HCL. Download the generated .tf files and apply them to your infrastructure with terraform apply.

05

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