dtg404 bios v2.4.1
[OK] Initializing DTG404 kernel... done
[OK] Memory check: 0MB / 7.8GB passed
[OK] Loading processor modules...
[ ] 0%
PROJECT prototype

TF Plan Explainer

Terraform plans in plain English

? stars
? commits

A web app that translates raw terraform plan output into plain-English risk summaries, cost estimates, vulnerability reports, and Kubernetes security audits. Stop reading 2000-line plan diffs.

FastAPI backend parses terraform plan JSON output, then runs it through multiple analysis pipelines: cost estimation (Infracost-style), security scanning (checkov rules), and K8s audit (kube-bench). Results are synthesized into a plain-English report by an LLM. React frontend shows the report in an expandable, filterable interface.

Python FastAPI React Terraform AI