▲ 0 r/Terraform
I built a free tool to generate architecture diagrams from Terraform code — no signup, no cloud credentials
I got tired of spending an hour in draw.io every time someone asked for an architecture diagram. Existing tools like Cloudcraft want $49/month and access to your AWS account.
So I built InfraSketch — paste your Terraform HCL or docker-compose.yml, get a clean diagram with official AWS icons instantly. Everything runs client-side, your code never leaves your browser.
What it does:
- Parses 25+ AWS resource types
- Detects resource relationships automatically
- Groups by category (networking, compute, database, storage)
- Uses official AWS architecture icons
- Export as PNG, SVG, or draw.io file (open directly in diagrams.net and edit further)
- 100% free, open source
Created the blog to show, how it works
Try it: https://infrasketch.cloud GitHub: https://github.com/pandey-raghvendra/infrasketch
Built with vanilla JS, no backend, hosted on GitHub Pages. Would love feedback — what resource types or features should I add next?
u/Repulsive_Wait8232 — 3 days ago