Love the idea of json-server but tired of npm install, a db.json file, and a terminal running on localhost? Paste your JSON into MockBolt and get a live, public HTTPS endpoint in seconds — reachable from any app, teammate, or CI job. No Node, no local process, no signup.
| json-server | MockBolt | |
|---|---|---|
| Install / setup | npm install, write db.json, run a local process | Paste JSON in the browser — nothing to install |
| Where it runs | localhost only (your machine) | Public HTTPS URL, reachable from anywhere |
| Node.js required | Yes | No |
| Share with teammates | No — they would run it locally too | Yes — send them the URL |
| Works from a deployed app, mobile, or CI | Needs a tunnel (ngrok) or hosting | Works out of the box |
| Custom status codes, headers, delay | Needs custom middleware | Built in, toggle in the UI |
| Error-rate simulation | Manual middleware | Built in |
| Real-time request inspector | No | Yes — live headers, body, timing |
| Full REST CRUD with persistence | Yes (its main strength) | Simulated writes; fixed responses per endpoint |
| Cost | Free (open source) | Free; $2 once to make an endpoint permanent |