Full CRUD Support
GET, POST, DELETE, PATCH, PUT supported on all routes with nested path support.
# Install with Cargocargo install chimera-cli
# Start server with your datachimera-cli --path data.json http
Full CRUD Support
GET, POST, DELETE, PATCH, PUT supported on all routes with nested path support.
Auto Data Generation
Generate mock data automatically from schema-based definitions with null value simulation.
Realistic API Simulation
Simulate latency, sorting, pagination, and CORS control for production-like testing.
Blazing Fast
Built with Rust and Axum for exceptional performance and efficiency.
Easy Configuration
Simple CLI setup with support for ports, file paths, latency, and more.
Form Submission
Handle form submissions at /submit-form
endpoint.