Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted mock server

Define mock HTTP endpoints with expected responses, test your app against them, simulate error conditions and latency. The local service double every integration test needs.

Install Mirage Free Complete — all 150 tools $29/mo
The problem

Testing against real APIs is slow, flaky, and expensive. WireMock needs a JVM. Mockoon needs Electron. Cloud-hosted mocks add latency and another service dependency. Mirage is a single binary that serves mock HTTP endpoints from SQLite. Define a route, set a response body and status code, and your tests hit a local server that never goes down.

Under the hood

The data model stores each mockservice with 7 fields: name, path, method, response body, status code. All fields are queryable through the search API. The dashboard renders mock services as cards with color-coded status indicators and inline metadata. Creating, editing, and deleting records is immediate — no save-and-deploy cycle.

Run Mirage alongside your test suite. Point your HTTP client at Mirage's port instead of the real API. Define mock endpoints through the dashboard or API. Your CI pipeline gets deterministic responses every time, with no network calls, no API rate limits, and no surprise failures from upstream services being down.

Endpoints

Mockoon at $9/mo.

Self-hosted mock server. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool mirage
Run
PORT=8590 ./mirage
Open
http://localhost:8590

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 endpoints
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited endpoints, response templating, scenario switching
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export MIRAGE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./mirage

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev