
insomnia-mockbin
No description available.
The Lens
Mockbin lets you create fake API endpoints that return whatever response you define. If you're building an app that talks to an API that doesn't exist yet, or you need to test how your code handles different HTTP responses (errors, timeouts, weird headers), Mockbin gives you a URL that acts like that API.
It's the testing utility behind Insomnia (Kong's API client). You define a response (status code, headers, body) and get a public URL that returns it. Also logs incoming requests so you can inspect what your app actually sent.
This specific repo is the open source Mockbin service. You can self-host it or use the hosted version through Insomnia. The project itself is small and development is minimal. It's a utility, not a platform.
The catch: Mockbin is a small piece of the Insomnia ecosystem. Insomnia itself is where the real API testing workflow lives, and Insomnia's pricing has gotten complicated since Kong acquired it. The free Insomnia tier works for basic use. If you just need mock endpoints, Mockbin standalone is fine. But if you want a full API development workflow, look at Bruno (free, open source) or Hoppscotch.
Free vs Self-Hosted vs Paid
fully free### What's Free
Mockbin itself: create mock endpoints, define responses, inspect request logs. Self-hostable. The hosted version via Insomnia is also free for basic use.
### Insomnia Pricing (Parent Product)
**Free:** Core API client, basic mock endpoints, local storage. **Individual ($5/mo):** Cloud sync, unlimited mock routes, Git sync. **Team ($12/seat/mo):** Collaboration, shared workspaces, role-based access. **Enterprise ($18/seat/mo):** SSO, audit logs, dedicated support.
### Self-Hosting Cost
Mockbin runs as a Node.js app with Redis. Any $5/mo VPS handles it. Minimal resource usage.
### Verdict
Mockbin standalone is free. If you're in the Insomnia ecosystem, the free tier covers mock endpoints. Don't pay for Insomnia just for mocking. Self-host Mockbin or use alternatives.
Mockbin is free standalone. Insomnia's paid tiers add collaboration but aren't needed for mocking.
Similar Tools
About
- Owner
- Kong (Organization)
- Stars
- 2,050
- Forks
- 211
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.


