Less guesswork.
More “found it.”
Record real traffic. Edit the response. Replay the request.
Build mocks and debug your integrations in one workspace.
Self-hosted · Java 21+ · No account required · Checksum
Fantastic Mock Free is proprietary software, available at no charge.
Your debugging loop. One workspace.
Swipe the workspace sideways to explore the editor and traffic logs.
Edit the response body, save, then click Retry in Traffic logs to see your changes.
This preview uses sample data and selected app controls. Demo requests run locally in your browser. Charts show illustrative data.
Writing a response is only the beginning.
Requests change. APIs evolve. Callbacks go missing.
Inspect the traffic, adjust your mocks, and test again in one workspace.
Find the issue.
Keep your context.
Open the template behind a captured request, edit the response, and replay the request. Test extracted and generated variables directly in the editor.
- Edit templates without restarting the app
- Fields and JSON editors for the way you work
- Searchable traffic, response details, and replay
- 1Capture
Proxy real HTTP requests and record the responses.
POST /orders - 2Generatetemplate
Generate templates from all recorded traffic, selected requests, or a single request.
- 3Make it dynamic
Identify changing values and reuse them as variables.
{{customerId}} - 4Edit. Test. Replay.201 Created
Replay the original request to check your changes.
A hundred templates.
Easy to organize.
Group templates into folders and label related templates with tags. Use bulk actions to update them together.
- Turn one version folder off and another on
- Mute an integration by tag while its mocks keep running
- Filter the library and choose the table columns you need
Your integration doesn’t
stop at HTTP.
Combine supported protocols in the same workflow. Extract values from requests and reuse them in responses and callbacks. Extend the runtime with protocol, variable, and handler plugins.
HTTP POST /orders{{orderId}}HTTP 201 CreatedKAFKA orders.createdUse HTTP and Kafka, or add protocols through plugins. Supported operations depend on the protocol implementation.
See what happened.
And what’s happening.
Watch throughput in the app’s mini charts and inspect live traffic logs streamed over WebSockets. Logging runs asynchronously and uses a buffer.
- Mute noisy templates, folders, or tags
- Inspect Actuator metrics at
/actuator/metrics - Scrape
/actuator/prometheuswith your monitoring stack
Metrics are built in. Configure Prometheus to scrape the endpoint.
/actuator/prometheusPrometheusStart mocking.
Keep building.
Run Fantastic Mock Free locally or on your own infrastructure.
No account required. You control your templates and traffic.
Checksum
Fantastic Mock Free is proprietary software, available at no charge.
# Start the application java -jar fantastic-mock-1.0.1.jar # Open your workspace http://localhost:8080/__admin/