What problem does it solve?
It prevents frontend-before-backend handoffs from drifting by turning informal mock JSON into a schema- or data-model-aligned, scenario-complete contract with explicit evidence and blockers.
Core Features & Use Cases
- Creates mock-contract artifacts: generates a concrete mock-contract bundle (contract status, schema references, endpoints/entities, PII policy, and drift rules) suitable for handoff workflows.
- Builds scenario fixtures: produces mock-scenarios plus one synthetic JSON fixture per scenario to cover loading, empty, error, permission, validation, partial, pagination, and large-list states.
- Supports frontend-before-backend: uses provisional contracts with explicit backend questions when no API/schema exists, and blocks completion when required proof is missing.
Quick Start
Tell your AI tool: create mock data contract fixtures for your data-fed prototype handoff, covering all specified UI states and returning blockers if schema, approval, or receipts are missing.