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

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

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

3 مستودعات

Awesome GitHub RepositoriesUI Framework Architectures

Architectural patterns for building component-based UI libraries, including render trees and mounting engines.

Distinct from Custom Element Frameworks: None of the candidates cover the high-level architecture of building a custom UI framework from scratch.

Explore 3 awesome GitHub repositories matching web development · UI Framework Architectures. Refine with filters or upvote what's useful.

Awesome UI Framework Architectures GitHub Repositories

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

    hexacta/didact

    6,752عرض على GitHub↗

    Didact is a virtual DOM UI framework and a technical implementation guide for building component-based libraries from scratch. It functions as a concurrent rendering engine that divides interface updates into small units of work to maintain main-thread responsiveness. The project features a fiber-based renderer and a hook-based state manager that utilizes linked-list storage to preserve data across render cycles. It employs a double-buffered render tree to calculate updates before committing them to the user interface. The framework covers recursive DOM mounting to transform virtual elements

    Implements a custom framework architecture featuring a double-buffered render tree and mounting engine.

    JavaScript
    عرض على GitHub↗6,752
  • stability-ai/stableswarmuiالصورة الرمزية لـ Stability-AI

    Stability-AI/StableSwarmUI

    4,929عرض على GitHub↗

    StableSwarmUI هي واجهة ويب ومنسق خلفي لتوليد الصور باستخدام Stable Diffusion. تعمل كمولد صور GPU موزع وخط أنابيب صور ذكاء اصطناعي معياري، مما يوفر وحدة تحكم مركزية لإدارة طلبات توليد الصور. يتميز النظام بالقدرة على تقسيم مهام التوليد عبر معالجات رسومات متعددة لزيادة إنتاجية الدفعات. يستخدم واجهة محايدة للخلفية للاتصال بالخوادم المحلية، والخوادم البعيدة، وواجهات برمجة التطبيقات السحابية، ويتضمن مصمم سير عمل مرئي قائم على الرسم البياني لتحديد عمليات معالجة الصور المعقدة. تتضمن المنصة نظام إضافات ديناميكي لإضافة ميزات مخصصة وأدوات مؤتمتة لتوفير التبعيات على مستوى النظام. يجمع بين أدوات التوليد المعيارية وواجهات التحرير السريعة مع القدرة على توجيه أعباء العمل عبر الأجهزة الموزعة.

    Separates the frontend presentation layer from generation logic to allow independent updates of tools and parameters.

    C#aiimage-generationstable-diffusion
    عرض على GitHub↗4,929
  • mcp-ui-org/mcp-uiالصورة الرمزية لـ MCP-UI-Org

    MCP-UI-Org/mcp-ui

    4,949عرض على GitHub↗

    mcp-ui is a toolkit and framework for rendering interactive web components and managing communication between Model Context Protocol servers and host applications. It serves as a client interface library and a sandboxed web component renderer designed to move AI tool interactions beyond text-based outputs into visual interfaces. The project is distinguished by its secure rendering system, which utilizes a double-iframe architecture and a proxy layer to isolate guest user interfaces from the host application. It employs a JSON-RPC bridge to synchronize state and route user intents, ensuring bi

    Provides an interactive UI rendering framework for MCP servers to deliver sandboxed web components via secure iframe architecture.

    TypeScriptaifrontendllm
    عرض على GitHub↗4,949
  1. Home
  2. Web Development
  3. UI Framework Architectures

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

  • Decoupled Generation InterfacesUI architectures that separate the presentation layer from the backend generation logic. **Distinct from UI Framework Architectures:** Focuses specifically on the decoupling of AI generation parameters from the visual interface, rather than general component mounting engines.
  • MCP Rendering FrameworksAn interactive UI rendering framework that lets MCP servers deliver sandboxed web components to client applications through a secure iframe architecture. **Distinct from UI Framework Architectures:** Distinct from UI Framework Architectures: specifically designed for MCP server-driven UI delivery with sandboxed iframe architecture.