awesome-repositories.com
Blog
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
·

3 Repos

Awesome GitHub RepositoriesConfiguration-Driven Frameworks

Web frameworks where routes, validation, and security are defined through declarative configuration objects.

Distinct from Schema-Driven API Generators: Distinct from API generators as it defines the application structure via config rather than generating code from a schema

Explore 3 awesome GitHub repositories matching web development · Configuration-Driven Frameworks. Refine with filters or upvote what's useful.

Awesome Configuration-Driven Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hapijs/hapiAvatar von hapijs

    hapijs/hapi

    14,789Auf GitHub ansehen↗

    Hapi is a configuration-driven web framework for building secure and scalable HTTP servers and APIs on the Node.js runtime. It functions as a REST API development framework and an enterprise server implementation focused on stability, security, and comprehensive input validation. The framework is built around a plugin-based architecture, allowing core functionality and custom logic to be organized into modular, registerable plugins. It serves as an HTTP request lifecycle manager, enabling the interception and modification of requests through pre-handlers and extensions before they reach the f

    Defines routes, validation schemas, and authentication strategies through declarative configuration objects.

    JavaScriptapplicationframeworkhapi
    Auf GitHub ansehen↗14,789
  • alibaba/x-renderAvatar von alibaba

    alibaba/x-render

    7,846Auf GitHub ansehen↗

    x-render is a configuration-driven UI framework and low-code interface builder that transforms structured data definitions into functional user interface components. It operates as a JSON-driven UI generator, using a standardized configuration protocol to render data tables, input forms, and charts. The system includes a visual form builder and interface design editor, allowing users to arrange layouts and configuration settings through a graphical interface to avoid writing manual structural code. This process is supported by a schema-based component library that maps configuration keys to a

    Transforms structured data definitions into functional user interface components for data management.

    TypeScriptantant-designchart
    Auf GitHub ansehen↗7,846
  • zhongshaofa/layuiminiAvatar von zhongshaofa

    zhongshaofa/layuimini

    4,232Auf GitHub ansehen↗

    layuimini is a dynamic administrative dashboard framework and frontend template built with Layui. It provides a structural foundation for creating backend management interfaces that initialize through a single API endpoint. The framework features an API-driven navigation system that uses recursive rendering to generate nested, multi-level menus and visual icons from JSON data. It includes a multi-tab window management system that persists the active view and tab state using URL hashes. The system covers administrative layout construction, dynamic component injection via HTML or iframes, and

    Bootstraps the entire administrative layout and configuration by fetching a single JSON object from a remote endpoint.

    JavaScriptadminlayuilayui-admin
    Auf GitHub ansehen↗4,232
  1. Home
  2. Web Development
  3. Configuration-Driven Frameworks

Unter-Tags erkunden

  • API-Driven Layout ConfigurationDefining the visual and structural layout of a web application through remote JSON configuration. **Distinct from Configuration-Driven Frameworks:** Focuses specifically on layout and structure rather than general application routes or security logic.
  • UI Configuration FrameworksFrameworks that define the entire user interface structure, components, and layouts through declarative configuration. **Distinct from Configuration-Driven Frameworks:** Focuses on the generation of the UI components themselves, whereas the parent focuses on routes, validation, and security.