Mediator watches your backend OpenAPI spec, detects every change, and uses Claude AI to regenerate your frontend — preserving every line of custom code you've written.
Mediator transforms the traditional "generate once and abandon" pattern into a continuous, living sync loop between your backend and frontend.
Webhooks from GitHub or GitLab trigger Mediator the moment your backend team merges an API update. OpenAPI spec is fetched, hashed, and compared against the last known state — only real changes proceed.
Claude AI reads your OpenAPI spec and classifies the business domain — POS, CRM, Inventory, E-Commerce, and more. It then selects domain-specific UI patterns rather than generating generic CRUD forms.
Custom-created files are untouched. Unmodified generated files are fully replaced. Modified generated files get an intelligent merge — your business logic preserved, new API fields integrated.
The same OpenAPI POST /transactions endpoint. Two completely different outputs.
Generate once, customise freely, sync forever. Mediator turns a one-time tool into a permanent development partner that grows with your API.
main branch on mycompany/pos-backend detected| File Type | Strategy | Result |
|---|---|---|
| Product.cs (model) | Full regenerate | ✓ Auto |
| ProductCreate.razor | Intelligent merge | ✓ Merged |
| CustomFilters.razor | Preserve untouched | ✓ Kept |
| ProductsList.razor * | Custom logic + new fields | ⚠ Review |
Domain-aware code generation using Claude AI. Produces production-ready Blazor components, not just CRUD boilerplate.
Full OAuth 2.0 integration with GitHub and GitLab. Secure token storage, fine-grained permissions, automated PR creation.
Three-way merge strategy: regenerate untouched files, preserve custom files, intelligently merge modified generated files.
Classifies your API as POS, CRM, Inventory, E-Commerce, and more — selecting the right UI patterns for your domain automatically.
HMAC-verified webhooks from GitHub and GitLab trigger instant syncs. No manual intervention needed when APIs change.
Complete audit trail of every sync job — status, changes made, files affected, errors, and PR links. Dashboard with real-time updates.
Connect your repos, point it at your OpenAPI spec, and let Mediator keep your frontend in perfect sync — forever.