contract.yaml and policy files without hand-writing YAML from scratch.
What it does
- Wizard-style flow — complete one contract / policy / rule at a time to reduce mistakes.
- Validation — highlights field errors before export.
- Export — download a ZIP or copy YAML for use with
geval validate-contractandgeval check.
Relationship to the CLI
The web UI generates YAML; it does not evaluate policies. You alwaysvalidate-contract and check with the Geval binary locally or in CI.
Workflow
- Generate YAML in the browser.
- Commit files to your repo (e.g.
.geval/). - Run: