A lightweight Chrome extension that intercepts and mocks API requests in real-time — without touching your code.
Built for frontend developers who want to test edge cases (errors, slow networks, conditional responses, real-time streams) without spinning up a backend or modifying production code.
You're building a feature and need to see how the UI behaves when:
pong only after the client sends pingAuthorization, X-Tenant-ID) gates the responseDoing any of this with fetch mocks in your code is annoying. Doing it with
Chrome DevTools overrides is manual and not shareable. Doing it with MSW
requires changing your code.
Smart Mock sits between the page and the network, intercepts requests matching your patterns, and returns whatever response you configured — including delays, errors, rotating sequences, and JS-based transforms. No code changes.
/api/users*), or regex (/\\\\/api\\\\/users\\\\/\\\\d+/)Authorization: Bearer *, X-Tenant-ID: acme, etc. Substring, glob, or regex per header