#api-mocking #auto-generate #daemon #mocking #testing-mocking

mockforge-runtime-daemon

Runtime daemon for zero-config auto-mock generation from 404s

16 releases

new 0.3.82 Mar 11, 2026
0.3.81 Mar 11, 2026
0.3.71 Feb 28, 2026
0.3.31 Jan 4, 2026
0.3.4 Nov 27, 2025

#1595 in Testing


Used in mockforge-http

MIT/Apache

5.5MB
113K SLoC

mockforge-runtime-daemon

Part of the MockForge workspace.


lib.rs:

MockForge Runtime Daemon

Zero-config mode runtime daemon that automatically creates mocks from 404 responses.

This crate provides the "invisible mock server" experience - when a user hits an endpoint that doesn't exist, the daemon automatically:

  • Creates a mock endpoint
  • Generates a type
  • Generates a client stub
  • Adds to OpenAPI schema
  • Adds an example response
  • Sets up a scenario

This is "mock server in your shadow" — an AI-assisted backend-on-demand.

Dependencies

~48–90MB
~1.5M SLoC