← Projects
RU EN

Quickmock

Spin up an HTTP mock in 30 seconds — no signup, no config

Problem
The frontend needs a response from an API that isn't ready yet, and standing up a stub is a hassle.
What I built
A Go service: paste a response body, pick a status and headers, get a public URL. No accounts, no trackers.
Result
Live in production at quickmock.dev. A mock is created from a single form and served in milliseconds.
Create a mock from a single form: response body, status, headers — and a public URL