Quickmock
Spin up an HTTP mock in 30 seconds — no signup, no config
- Go
- PostgreSQL
- Redis
- Docker
- 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.