1 Repo
Produces Effect schema modules from an OpenAPI spec alongside the HTTP client, keeping validation logic in sync with the API definition.
Distinct from API Schema Generation: Distinct from API Schema Generation: generates Effect-TS validation schemas from OpenAPI specs, not OpenAPI documentation from code.
Explore 1 awesome GitHub repository matching web development · Effect Schema Generators. Refine with filters or upvote what's useful.
Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati
Produces Effect schema modules from OpenAPI specs for runtime validation alongside generated HTTP clients.