A mock server that lives inside the page

Most OpenAPI tools render “Try it out” buttons that fail without a real backend. In OASForge the default server is a mock implemented in the page itself — requests from Swagger UI are answered locally, instantly, offline.

Stateful, not canned

Testing error paths

Two request headers steer the mock: X-Mock-Status forces any status code documented on the operation (test your 400s and 502s without breaking anything), and X-Mock-Delay adds artificial latency for spinner and timeout testing.

Why in-browser matters

Nothing to install, nothing to run, nothing to secure. Spec reviews, client demos, workshops and interviews all work from a single browser tab — or from the offline single-file build on a machine with no internet at all. A live httpbin.org server stays selectable when you want to hit something real.

No signup, no install — the editor runs entirely in your browser.

Open the OASForge editor