Mock API Builder
v1.1.0Design and deploy mock API endpoints for front-end development and testing.
Designs mock API endpoints with configurable routes, HTTP methods, response status codes, and JSON body templates — useful for front-end development before a real backend exists.
How to use- →Add a route with method (GET/POST/etc.), path, and status code.
- →Define the JSON response body template for each route.
- →Copy the mock server setup or export as a Postman collection mock.
1.