awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesAPI Service Generators

Libraries that automatically expose local functions as web services with generated documentation and client-side access tools.

Distinguishing note: Focuses on the automated generation of web services from code, distinct from manual API development.

Explore 6 awesome GitHub repositories matching web development · API Service Generators. Refine with filters or upvote what's useful.

Awesome API Service Generators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gradio-app/gradioAvatar gradio-app

    gradio-app/gradio

    42,931Vezi pe GitHub↗

    Gradio is a Python library that enables the creation of interactive web applications by converting functions into browser-based interfaces. It functions as a declarative framework where developers define input and output components to automatically generate web forms, visualizations, and data-driven dashboards. By abstracting away manual web markup, the library allows for the rapid construction of interfaces for machine learning models, research demonstrations, and analytical workflows within a single environment. The platform distinguishes itself by automatically exposing internal applicatio

    Turning local Python functions into accessible web services with automatic documentation and client libraries for programmatic integration into other applications.

    Pythondata-analysisdata-sciencedata-visualization
    Vezi pe GitHub↗42,931
  • gofr-dev/gofrAvatar gofr-dev

    gofr-dev/gofr

    21,321Vezi pe GitHub↗

    Gofr is a comprehensive framework for building production-ready microservices in Go. It provides a unified toolkit for developing RESTful APIs and gRPC services, offering built-in support for observability, database management, and distributed system communication. The framework distinguishes itself through its focus on developer productivity and system resilience. It automates common backend tasks such as CRUD handler generation, schema-driven code creation, and database migration orchestration, while preventing race conditions in clustered environments. To maintain stability, it includes in

    Generates server templates and registration hooks for deploying high-performance gRPC services with built-in observability.

    Goframeworkgogo-framework
    Vezi pe GitHub↗21,321
  • dotnet/runtimeAvatar dotnet

    dotnet/runtime

    17,966Vezi pe GitHub↗

    This project is a cross-platform managed execution environment and general-purpose application framework designed for building high-performance software. It provides a unified runtime that handles memory management, type safety, and code execution across diverse operating systems. By integrating a native code compilation toolchain, the platform enables developers to convert managed code into optimized machine instructions, significantly improving startup performance and reducing runtime dependencies for production environments. The framework distinguishes itself through a comprehensive toolch

    Enables building web APIs with automated documentation generation for service endpoints.

    C#dotnethacktoberfesthelp-wanted
    Vezi pe GitHub↗17,966
  • amplication/amplicationAvatar amplication

    amplication/amplication

    16,012Vezi pe GitHub↗

    Amplication is a low-code API platform and backend service generator designed to accelerate the development of business domain services. It automates the creation of APIs and data models through schema-driven code generation, transforming structured definitions into executable backend source code. The platform functions as a developer portal orchestrator that establishes standardized workflows and golden paths for software delivery. It enforces organizational coding standards and best practices by applying live templates and predefined blueprints across all generated services. The system inc

    Automatically creates APIs and data models to speed up the development of business domain services.

    TypeScriptapicode-generationcsharp
    Vezi pe GitHub↗16,012
  • tencent-hunyuan/hunyuan3d-2Avatar Tencent-Hunyuan

    Tencent-Hunyuan/Hunyuan3D-2

    14,016Vezi pe GitHub↗

    Hunyuan3D-2 is a machine learning framework designed to convert two-dimensional images into fully realized, textured three-dimensional meshes. It utilizes a generative artificial intelligence model to perform both shape construction and surface texture synthesis, enabling the automated creation of digital assets. The system distinguishes itself through a modular generative pipeline that separates geometry reconstruction from texture mapping. It employs multi-view image projection and latent diffusion techniques to ensure geometric consistency, while providing a plugin-based bridge architectur

    Hosts local web services to trigger automated 3D generation tasks from external scripts.

    Python3d3d-aigc3d-generation
    Vezi pe GitHub↗14,016
  • orval-labs/orvalAvatar orval-labs

    orval-labs/orval

    6,145Vezi pe GitHub↗

    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

    Creates injectable Angular services with typed HTTP methods using HttpClient from OpenAPI specs.

    TypeScript
    Vezi pe GitHub↗6,145
  1. Home
  2. Web Development
  3. API Service Generators

Explorează sub-etichetele

  • Angular Service GeneratorsCreates injectable Angular services with typed HTTP methods using HttpClient from API specifications. **Distinct from API Service Generators:** Distinct from API Service Generators: specifically generates Angular HttpClient-based services from OpenAPI specs, not general service exposure from code.