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

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

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

5 مستودعات

Awesome GitHub RepositoriesComponent Registries

Tools for fetching and integrating modular UI source code into local projects.

Distinguishing note: Focuses on remote registry injection rather than local component library management.

Explore 5 awesome GitHub repositories matching web development · Component Registries. Refine with filters or upvote what's useful.

Awesome Component Registries GitHub Repositories

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

    DavidHDev/react-bits

    41,207عرض على GitHub↗

    React-bits is a comprehensive toolkit for web development that combines a library of interactive motion primitives with a command-line interface for component management and AI-assisted coding. It provides a framework for implementing declarative motion states and specialized typography animations, allowing developers to build responsive, gesture-enabled interfaces that respond to user input. The project distinguishes itself through a remote registry system that allows for the direct injection of modular UI source code into local project directories. It also features a protocol-based bridge t

    Fetches and integrates modular UI source code directly into local project directories via a command line interface.

    JavaScript3danimationscomponent-library
    عرض على GitHub↗41,207
  • creativetimofficial/uiالصورة الرمزية لـ creativetimofficial

    creativetimofficial/ui

    11,933عرض على GitHub↗

    This project is a UI component library and web layout framework providing pre-made interface elements and blocks for production-ready web applications. It functions as an AI design system that combines a collection of reusable components with a Model Context Protocol server to enable AI coding agents to discover and install interface elements. The system distinguishes itself through AI-driven automation, using the Model Context Protocol and schema-driven configurations to integrate design rules and installation commands directly into AI agents. This allows for the programmatic implementation

    Uses a centralized registry to distribute UI assets for discovery and installation across development environments.

    TypeScriptadminblockscreative-tim
    عرض على GitHub↗11,933
  • open-mmlab/mmsegmentationالصورة الرمزية لـ open-mmlab

    open-mmlab/mmsegmentation

    9,860عرض على GitHub↗

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testi

    Registers neural network modules, optimizers, datasets, and metrics via a centralized registry pattern for plug-and-play composition.

    Pythondeeplabv3image-segmentationmedical-image-segmentation
    عرض على GitHub↗9,860
  • unovue/shadcn-vueالصورة الرمزية لـ unovue

    unovue/shadcn-vue

    9,425عرض على GitHub↗

    shadcn-vue is an accessible design system framework and UI component library for Vue applications. It provides a collection of accessible, unstyled interface elements and pre-designed building blocks styled with Tailwind CSS, all of which are built on top of Radix Vue primitives. The project utilizes a command line interface to install specific components and themes directly into a local project directory rather than as pre-compiled dependencies. This distribution model allows users to own and modify the source code locally to create a custom design language. The library covers a broad range

    Provides a system for distributing reusable UI elements through a standardized registry.

    TypeScriptaccessiblecomponent-libraryradix-vue
    عرض على GitHub↗9,425
  • huntabyte/shadcn-svelteالصورة الرمزية لـ huntabyte

    huntabyte/shadcn-svelte

    8,341عرض على GitHub↗

    shadcn-svelte is a collection of accessible and customizable user interface elements for Svelte applications. Rather than being distributed as a traditional dependency, these components are provided as source code that is copied directly into the project codebase. The library utilizes a registry-based distribution system, allowing users to install specific UI blocks and components via a command-line interface. This system uses JSON metadata to define dependencies and file paths, while a bootstrapping process automates the configuration of styles and CSS variables. The project integrates Tail

    Allows downloading specific UI elements from remote or local registry URLs via a CLI.

    TypeScriptbits-uishadcn-svelteshadcn-ui
    عرض على GitHub↗8,341
  1. Home
  2. Web Development
  3. Component Registries

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

  • MLCentralized registries for neural network modules, optimizers, datasets, and metrics enabling plug-and-play composition in ML pipelines. **Distinct from Component Registries:** Distinct from UI Component Registries: registers ML-specific components like backbones, heads, and loss functions rather than UI widgets.