What problem does it solve?
Cloud architecture work is slow to draft and hard to review, especially when you need consistent diagrams for multi-service deployments and migrations.
Core Features & Use Cases
- PlantUML-first cloud diagram generation: Produce clean cloud topology diagrams by writing PlantUML using the required syntax and fences.
- Provider-aware stencil icon sets: Use official AWS/Azure/GCP/Alibaba Cloud (plus Kubernetes/OpenStack/IBM) icon namespaces via mxgraph.* stencils.
- Topology patterns for real designs: Model VPC/regions, container boundaries, nested zones, and both synchronous and asynchronous connections for dataflows and replication.
Use case example: You need a migration blueprint from an existing service layout to a new multi-AZ architecture, and you want a diagram you can iterate on quickly and reuse across docs.
Quick Start
Ask the AI: "Create a left-to-right AWS migration diagram with Users → CloudFront → ALB → EC2 → RDS, include multi-AZ structure, and output valid PlantUML inside a plantuml code fence."