99
I built Cascode because I kept running into the same problem: architecture diagrams are static, but distributed systems are not. You can draw a perfect box-and-arrow diagram and still have no idea what happens when SQS goes down or Lambda throttles, especially when onboarding a new team member or brainstorming a refactor.
Cascode is an interactive canvas where you compose AWS architectures from real services (Lambda, SQS, DynamoDB, S3, etc.) and run simulations to see how they actually behave under load, failure, and edge cases.
What you can do:
- Build architectures visually and simulate message flow, failures, and scaling in real time
- Export diagrams as production-ready Terraform HCL or CloudFormation JSON
- Import existing Terraform/CloudFormation back into visual diagrams (round-trip preserves everything)
- Get AI-graded architecture reviews (A–D) that catch anti-patterns like single points of failure and missing async buffers
- Collaborate in real-time with live cursors and shareable guest links
- Connect your AI editor (Claude, Cursor, VS Code) via MCP to manage diagrams without leaving your workflow
There are also guided challenges — from "build a URL shortener" to "design multi-region DR with RPO < 5s" — if you want to practice without starting from a blank canvas.
It's free to try: https://cascode.uk
I'd love feedback from anyone who designs or reviews AWS architectures. What's missing? What's wrong? What would actually make your day easier?
Built with