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.

Why Smart Mock

You're building a feature and need to see how the UI behaves when:

Doing 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.

Features

Matching