Skip to content

Mockifyr

A transport-agnostic API mock engine + dashboard. Import your WireMock stubs, run one command, done. Correctness proven differentially against real WireMock.

Run it in one line

The same command on macOS, Linux, and Windows — no volume, no flags:

Terminal window
docker run -p 8080:8080 ghcr.io/omercelikdev/mockifyr
  • Mock surfacehttp://localhost:8080
  • Admin APIhttp://localhost:8080/__admin
  • Dashboardhttp://localhost:8080/__mockifyr

WireMock-compatible

Imports the WireMock JSON stub format — matching, templating, faults, scenarios, proxy, and record & playback. Bring your existing stubs.

A real dashboard

A grouped stub tree, tabbed editor, request journal with detail, and an in-app templating-helper reference.

Differentially verified

Correctness is proven byte-for-byte against Java WireMock in CI — not self-assessed.

Multi-protocol

HTTP, gRPC, GraphQL, and WebSocket serving, with first-class multi-tenancy.

Pluggable persistence

In-memory by default; opt into file, LiteDB, PostgreSQL, or Redis — with a change feed to keep instances coherent.

One small image

Engine + admin API + dashboard in a single ~90 MB image, linux/amd64 + arm64.