Template utility
Catch broken prompt variables before runtime.
Compare mustache and JavaScript-style placeholders against a JSON object or key list. Find missing values and likely renames.
Prompt template
{{name}} or ${name}Available data
JSON object or key listResults
Nothing is uploaded⌁
Ready to analyzeEnter content on the left and run the deterministic checks.
Deterministic by design
The validator extracts {{variable}} and ${variable} placeholders, compares exact keys and uses edit distance only to suggest likely renames. It does not execute the template.