← Back to Engineering Notes

October 29, 2025

v0.2.0: Multi-Framework Client Generation

A major leap forward in developer experience: generate type-safe API clients for React, Vue, Angular, and Svelte from OpenAPI specifications, combined with enhanced mock data generation and a unified spec parser.

Multi-Framework Client Generation

Generate framework-specific clients from your OpenAPI spec: React hooks with React Query integration, Vue composables, Angular injectable services with RxJS observables, and Svelte stores. Full TypeScript type generation, request/response validation, error handling, retry logic, customizable templates, and tree-shakeable output.

Unified Spec Parser

Enhanced OpenAPI 3.0 and 3.1 schema validation with correct $ref resolution, detailed error messages with file locations, and YAML/JSON support. Catch spec issues early with clear validation reports.

Enhanced Mock Data Generation

Schema-aware data generation that understands types, formats, and constraints. Maintains relationships between entities and generates realistic email addresses, names, and domain-specific values.

Browser Mobile Proxy Mode

Intercept and mock API calls from iOS and Android devices via browser proxy. View and modify requests in real-time for mobile app testing without deploying backend services.

CLI Enhancements

Progress indicators for long operations, better error handling, color-coded output, verbose mode for debugging, and dry-run mode to preview changes.