Every DevOps engineer has done this dance: you've got a chunk of YAML or a Terraform file that looks right, something's rejecting it, and you want a fast sanity check. So you paste it into some random online validator — and a small voice asks, wait, where did that config just go?
That config often has structure, comments, sometimes internal hostnames or resource names in it. Pasting infrastructure definitions into an unknown server is a habit worth breaking. So I built a set of validators that never send your config anywhere — they run entirely in your browser.
What they are
Free, browser-based validators for the formats DevOps folks paste-and-pray most:
YAML — catches the indentation and structure errors that make Kubernetes and CI configs fail with cryptic messages






