Write YAML, get beautiful AWS architecture diagrams. Generate PNG or draw.io files instantly — in the browser or via CLI.
Diagram:
Resources:
Canvas:
Type: AWS::Diagram::Canvas
Children: [AWSCloud]
AWSCloud:
Type: AWS::Diagram::Cloud
Children: [VPC]
VPC:
Type: AWS::EC2::VPC
Children: [Subnet]
Subnet:
Type: AWS::EC2::Subnet
Preset: PublicSubnet
Children: [Instance]
Instance:
Type: AWS::EC2::InstanceDescribe your AWS architecture using a simple, readable YAML syntax.
Click Generate or press Ctrl+Enter. Our Go backend renders your diagram instantly.
Export as PNG for presentations or draw.io for further editing.
No drag-and-drop needed. Define your entire architecture in code.
Full AWS icon set with proper colors, borders, and grouping.
Real-time diagram preview as you type.
Prefer forms? Use the Builder to generate YAML without writing a line.
Use the CLI in your CI/CD pipeline to automate diagram generation.
MIT licensed. Contribute, self-host, or fork it freely.
No sign-up. No install. Just open the editor and start writing.
Open Editor →