← Back to Engineering Notes

October 23, 2025

Introducing MockForge: First Public Release (v0.1.2)

The first public release of MockForge introduced AI-powered API mocking for REST, gRPC, GraphQL, WebSockets, and SMTP in a unified framework built in Rust.

The Problem

Modern development teams face fragmented mocking tools, unrealistic test data, and weeks lost waiting for backend services. Each protocol requires a different tool, and keeping mocks realistic is manual and error-prone.

What v0.1.2 Delivered

Performance

Sub-millisecond median latency (p99 under 5 ms), 10K+ requests per second on a single instance, and under 50 MB memory at idle.

Getting Started

Install via cargo install mockforge-cli, initialize with mockforge init my-service, and run with mockforge serve --port 8080. Dual-licensed under MIT and Apache 2.0.