Registration queue
Paginated operator view backed by `/api/v1/domains`.
Loading domain inventory...
MVP Rails Dashboard
Phase 2.5 control surface for infra, recovery and spend.
Registrar automation is intentionally mocked. This screen coordinates human follow-up without pretending the purchase flow is live.
Paginated operator view backed by `/api/v1/domains`.
Loading domain inventory...
No live purchase flow
`MockDomainRegistrar` returns explicit `not_implemented` responses to avoid silent failures.
Manual path required
Operators must complete registration via Reg.ru web interface and then reflect the result in the dashboard.
Circuit breaker ready for real adapter
The registrar abstraction now includes breaker protection so a future live adapter will not spam an unhealthy provider.