Flowright documentation
Flowright turns a visual canvas into apply-ready, byte-perfect Terraform. Design your AWS topology, validate it against the real provider schema, write your Lambda handlers with real type intelligence, and simulate load — before anything is deployed.
Start here
Section titled “Start here”- Getting started — your first architecture in five minutes.
- Guides — build real systems step by step.
- Node reference — every resource you can place, with examples.
- Concepts — how the round-trip and validation work.
What makes it different
Section titled “What makes it different”- Byte-perfect round-trip. Forward → reverse → forward generates identical HCL.
- Provider-schema validated. No invalid arguments reach
terraform apply. - Secrets are references, never values. A secret is only a
${var.x}— never stored.