awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
astahmer avatar

astahmer/openapi-zod-client

0
View on GitHub↗
1,172 Stars·134 Forks·TypeScript·8 Aufrufeopenapi-zod-client.vercel.app↗

Openapi Zod Client

This project is a command-line tool that automates the creation of type-safe TypeScript HTTP clients directly from OpenAPI specifications. By transforming service definitions into structured source code, it ensures end-to-end type synchronization and enforces runtime data integrity across network boundaries.

The generator distinguishes itself by mapping OpenAPI data structures into Zod validation schemas, allowing for consistent schema-driven type mapping and response validation. It supports deduplicated source synthesis to minimize redundancy in the generated output and provides template customization options, enabling users to modify the structure and formatting of the resulting code through defined rendering rules.

The tool handles the entire lifecycle of client creation, from parsing heterogeneous API specifications into a unified internal model to rendering executable request handlers. It is designed to integrate into development workflows by producing ready-to-use modules that maintain strict data contracts between services.

Features

  • OpenAPI Client SDK Generators - Automates the creation of type-safe TypeScript HTTP clients directly from OpenAPI specifications.
  • End-to-End - Synchronizes API contracts with frontend code to prevent runtime errors by enforcing strict data types across the communication stack.
  • Type-Safe Client Generators - Generates type-safe TypeScript HTTP clients from OpenAPI specifications to ensure consistent data structures across network boundaries.
  • Schema Generators from OpenAPI - Generates Zod validation schemas for request parameters, bodies, and responses from OpenAPI specifications.
  • Zod Schema Type Inferences - Translates OpenAPI data structures into Zod validation schemas to enforce runtime data integrity.
  • API Code Generators - Provides a command-line interface that automates the creation of structured network request handlers and response validation logic.
  • API-Driven Development Workflows - Streamlines backend service integration by automating the transformation of specifications into ready-to-use source code.
  • Compile-Time Code Generation - Transforms static API specification files into executable TypeScript source code during the build process.
  • Zod Response Validators - Validates API response bodies against generated Zod schemas at runtime to catch data shape mismatches.
  • OpenAPI to TypeScript Converters - Transforms OpenAPI specifications into type-safe HTTP clients and Zod validation schemas for consistent network communication.

Star-Verlauf

Star-Verlauf für astahmer/openapi-zod-clientStar-Verlauf für astahmer/openapi-zod-client

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Openapi Zod Client

Handverlesene Sammlungen, in denen Openapi Zod Client vorkommt.
  • Code-Generatoren für OpenAPI-Clients

Open-Source-Alternativen zu Openapi Zod Client

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Openapi Zod Client.
  • orval-labs/orvalAvatar von orval-labs

    orval-labs/orval

    6,145Auf GitHub ansehen↗

    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

    TypeScript
    Auf GitHub ansehen↗6,145
  • acacode/swagger-typescript-apiAvatar von acacode

    acacode/swagger-typescript-api

    4,093Auf GitHub ansehen↗

    swagger-typescript-api is a utility that parses OpenAPI definitions to generate strongly typed data models and service wrappers for web applications. It transforms OpenAPI specifications into type-safe TypeScript API clients, removing the need for manual request and response boilerplate. The generator produces interchangeable client logic via pluggable transport adapters, allowing users to switch between Fetch and Axios for network requests. It uses template-based source emission to inject generated types and methods into a consistent client structure. The project handles the mapping of Open

    TypeScript
    Auf GitHub ansehen↗4,093
  • apple/swift-openapi-generatorAvatar von apple

    apple/swift-openapi-generator

    1,935Auf GitHub ansehen↗

    The Swift OpenAPI Generator is a build-time tool that produces type-safe Swift client and server code directly from OpenAPI specification documents. By integrating with build systems through native plugins, it automates the creation of strongly-typed interfaces and protocol stubs that map network operations to native methods, ensuring that application code remains strictly consistent with defined data schemas. The project distinguishes itself through a protocol-oriented architecture that decouples business logic from specific transport implementations. It utilizes a pluggable transport layer

    Swiftios-swiftopenapiplugin
    Auf GitHub ansehen↗1,935
  • ricosuter/nswagAvatar von RicoSuter

    RicoSuter/NSwag

    7,342Auf GitHub ansehen↗

    NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera

    C#angularaspnetaspnetcore
    Auf GitHub ansehen↗7,342
Alle 30 Alternativen zu Openapi Zod Client anzeigen→

Häufig gestellte Fragen

Was macht astahmer/openapi-zod-client?

This project is a command-line tool that automates the creation of type-safe TypeScript HTTP clients directly from OpenAPI specifications. By transforming service definitions into structured source code, it ensures end-to-end type synchronization and enforces runtime data integrity across network boundaries.

Was sind die Hauptfunktionen von astahmer/openapi-zod-client?

Die Hauptfunktionen von astahmer/openapi-zod-client sind: OpenAPI Client SDK Generators, End-to-End, Type-Safe Client Generators, Schema Generators from OpenAPI, Zod Schema Type Inferences, API Code Generators, API-Driven Development Workflows, Compile-Time Code Generation.

Welche Open-Source-Alternativen gibt es zu astahmer/openapi-zod-client?

Open-Source-Alternativen zu astahmer/openapi-zod-client sind unter anderem: orval-labs/orval — Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock… acacode/swagger-typescript-api — swagger-typescript-api is a utility that parses OpenAPI definitions to generate strongly typed data models and service… apple/swift-openapi-generator — The Swift OpenAPI Generator is a build-time tool that produces type-safe Swift client and server code directly from… ricosuter/nswag — NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and… ferdikoomen/openapi-typescript-codegen — Openapi-typescript-codegen is a code generation tool that parses OpenAPI specification files, URLs, or strings to… hey-api/openapi-ts — openapi-ts is a tool and orchestrator used to convert OpenAPI specifications into type-safe TypeScript SDKs and HTTP…