- What server format does it generate?
- Config for common mock servers: json-server, Prism, wiremock. Pick based on which server you're running.
- Does it pull from OpenAPI?
- Yes — paste your OpenAPI 3 spec, get mock responses based on the schemas and examples. Prism works natively with OpenAPI.
- Can I customize response delays?
- Yes — add latency to simulate slow APIs. Useful for testing loading states and timeout handling.
- Is this better than a hand-written stub?
- For quick prototyping yes — generate from schema in seconds. For complex mock behavior (stateful, conditional) write the stub manually.