Launching today

Mockphine
Mock blocked APIs, passthrough ready routes, see live source
46 followers
Mock blocked APIs, passthrough ready routes, see live source
46 followers
Mockphine keeps frontend and QA moving when backends are unstable. It lets teams mock blocked endpoints, pass through ready ones, and prove exactly what served each response; control unmatched routes with strict 404 or fallback passthrough; and inspect served-by source, status, duration, headers, and bodies in Live View. Deterministic matching plus delay/failure simulation helps catch integration bugs before release.








Mockphine
How does Mockphine implement deterministic route matching when multiple mock rules overlap, and how is precedence resolved between mocked endpoints and passthrough routes?
Congratulations! The โfully mocked vs. fully stagingโ dilemma is one of those chronic engineering tax problems that never quite makes it onto the roadmap because it feels like infrastructure debt rather than a feature. Does Mockphine support response templating? E.g., can I define dynamic mock responses based on request parameters, or is it static fixture-based for now?
Delay and failure simulation for edge-case testing is genuinely underrated. Most teams only discover timeout handling and degradation bugs in production. Question: can delay/failure rules be saved as reusable test scenarios, or do you configure them fresh each session?
Hi Cuong, really smart design on the route-level mock/passthrough modes โ I've hit exactly this problem before. I'm a full-stack engineer (Next.js, TypeScript, Node.js) and would love to help build Mockphine further. Is there a way to reach you?