Alternatives to Prism
An open-source mock server and validation proxy built from OpenAPI documents and Postman collections. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Prism
An open-source mock server and validation proxy built from OpenAPI documents and Postman collections.
Replacements
Listings that take over the same core job as Prism.
Mockoon
A desktop app and CLI for designing and running mock REST APIs locally without an account.
Mockoon imports OpenAPI specifications into a desktop app and CLI for local mock REST APIs, adding request recording and proxying, but has no contract validation proxy.
WireMock
An open-source tool for mocking HTTP APIs so you can test without real service dependencies.
WireMock mocks HTTP APIs with flexible matching, templating, record and playback and fault simulation, but does not generate mocks from an OpenAPI contract the way Prism does.
MockServer
An open-source self-hosted server for mocking, proxying and recording HTTP, HTTPS and gRPC APIs.
MockServer is a self-hosted open-source server that mocks and proxies HTTP and gRPC with recording and fault injection, started with one Docker command rather than from a specification.
Stoplight
A web platform for designing OpenAPI descriptions, generating API documentation and running mock servers.
Stoplight provides mock servers from API descriptions inside a hosted web platform with a visual OpenAPI editor and documentation, but requires an account and is closed source.
Beeceptor
A web service for creating mock API servers and inspecting incoming webhook requests in real time.
Beeceptor imports OpenAPI definitions into a hosted mock server on its own subdomain with live inspection, but requests pass through a third party and advanced features are paid.
Mockbin
A free web tool that creates mock API endpoints with fixed responses and logs requests to them.
Mockbin generates mock endpoints from an OpenAPI 3.x document in a free web tool without an account, but returns fixed responses and has no validation proxy.
Also worth comparing
These listings name Prism as their own alternative, so the relationship runs both ways.
json-server
A command-line tool that turns a JSON file into a fake REST API for prototyping.
Prism generates a mock server directly from an OpenAPI file or Postman collection and adds a validation proxy, but depends on having a complete, accurate specification.
Similar software
Related functionality, not a direct replacement.
Schemathesis
An open-source property-based testing tool that generates API tests from OpenAPI and GraphQL schemas.
Swagger Editor
A browser-based editor for writing OpenAPI definitions and sending live requests to the API.
Swagger UI
Renders an OpenAPI description as interactive, testable documentation.