awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gradio-app/gradioالصورة الرمزية لـ gradio-app

    gradio-app/gradio

    42,931عرض على 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
    عرض على GitHub↗42,931
  • gofr-dev/gofrالصورة الرمزية لـ gofr-dev

    gofr-dev/gofr

    21,321عرض على 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
    عرض على GitHub↗21,321
  • dotnet/runtimeالصورة الرمزية لـ dotnet

    dotnet/runtime

    17,966عرض على 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
    عرض على GitHub↗17,966
  • amplication/amplicationالصورة الرمزية لـ amplication

    amplication/amplication

    16,012عرض على 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
    عرض على GitHub↗16,012
  • tencent-hunyuan/hunyuan3d-2الصورة الرمزية لـ Tencent-Hunyuan

    Tencent-Hunyuan/Hunyuan3D-2

    14,016عرض على 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
    عرض على GitHub↗14,016
  • orval-labs/orvalالصورة الرمزية لـ orval-labs

    orval-labs/orval

    6,145عرض على 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
    عرض على GitHub↗6,145
  1. Home
  2. Web Development
  3. API Service Generators

استكشف الوسوم الفرعية

  • 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.