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

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

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

7 مستودعات

Awesome GitHub RepositoriesComponent Boilerplates

Templates for generating the specific file structures required for UI components and containers.

Distinct from Boilerplate Generators: Focuses specifically on UI building blocks (components/containers) rather than general language-specific boilerplate.

Explore 7 awesome GitHub repositories matching development tools & productivity · Component Boilerplates. Refine with filters or upvote what's useful.

Awesome Component Boilerplates GitHub Repositories

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

    react-boilerplate/react-boilerplate

    29,490عرض على GitHub↗

    This is a foundational project structure for building scalable web applications using React. It provides a standardized directory structure and build tools to accelerate the bootstrapping of new projects, featuring a Redux architecture for predictable state management through unidirectional data flow and an immutable store. The project is distinguished by a command-line interface for generating standardized components, containers, and routes from predefined templates. It implements an offline-first framework using service workers to enable progressive web app functionality, alongside a compon

    Automates the creation of starter code and folder structures for components and containers via a CLI.

    JavaScripti18nimmeroffline-first
    عرض على GitHub↗29,490
  • pure-admin/vue-pure-adminالصورة الرمزية لـ pure-admin

    pure-admin/vue-pure-admin

    20,368عرض على GitHub↗

    vue-pure-admin is a comprehensive Vue 3 admin dashboard template and TypeScript boilerplate designed for building enterprise web applications. It provides a Vite-based frontend scaffold that incorporates a role-based access control system and a micro-frontend architecture for dividing large administrative applications into smaller, independently deployable units. The project features an advanced permission management framework that handles route protection, menu access filtering, and component-level visibility control. It includes specialized support for multi-tenant system administration, al

    Ships editor snippets that provide standardized template structures for rapidly generating UI components.

    Vueadminelement-plusesm
    عرض على GitHub↗20,368
  • infinitered/igniteالصورة الرمزية لـ infinitered

    infinitered/ignite

    19,842عرض على GitHub↗

    Ignite is a command-line interface tool and project boilerplate for standardized cross-platform mobile application development. It provides a pre-configured foundation that includes a mobile app UI framework and a set of scaffolds to ensure architectural consistency across projects. The project distinguishes itself through a dedicated CLI for generating standardized components and models, as well as a mechanism for upgrading project boilerplates and dependencies. It further supports development through a curated collection of shared code recipes for common implementation tasks. The capabilit

    Automates the creation of standardized boilerplate for UI components and data models.

    TypeScript
    عرض على GitHub↗19,842
  • reactjs/react-railsالصورة الرمزية لـ reactjs

    reactjs/react-rails

    6,771عرض على GitHub↗

    This library is an integration bridge for embedding React components within Ruby on Rails views and controllers. It provides a hybrid frontend architecture that allows developers to mix traditional server-rendered templates with isolated interactive components. The project differentiates itself through a comprehensive server-side rendering wrapper that generates HTML on the server to improve load speeds and search engine visibility. It includes a client-side hydration manager that automatically mounts and unmounts components by scanning the document for markers and synchronizing with navigati

    Provides command-line generation of new component files with predefined property types and render structures.

    JavaScript
    عرض على GitHub↗6,771
  • sel4/sel4الصورة الرمزية لـ seL4

    seL4/seL4

    5,583عرض على GitHub↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Generates component glue code from architecture descriptions to automate system construction.

    Cmicrokernelossel4
    عرض على GitHub↗5,583
  • react-webpack-generators/generator-react-webpackالصورة الرمزية لـ react-webpack-generators

    react-webpack-generators/generator-react-webpack

    2,851عرض على GitHub↗

    This project is a command-line utility designed to automate the initialization and maintenance of React application environments. It provides a structured foundation for new projects by scaffolding pre-configured build settings, directory layouts, and testing environments, allowing developers to jumpstart their workflows with standardized configurations. The tool distinguishes itself through its integrated approach to both project scaffolding and ongoing development tasks. Beyond initial setup, it includes generators for creating standardized user interface components, complete with associate

    Generates standardized UI component files, including styles and tests, to maintain architectural consistency.

    JavaScript
    عرض على GitHub↗2,851
  • veeso/tui-realmالصورة الرمزية لـ veeso

    veeso/tui-realm

    963عرض على GitHub↗

    This project is a framework for building stateful, component-driven terminal user interfaces in Rust. It provides a structured architecture for managing complex command line applications by decoupling rendering logic from application state through a centralized message-passing system. By utilizing a component-based model, it enables developers to construct interactive interfaces that handle event routing, focus management, and lifecycle orchestration in a predictable manner. The framework distinguishes itself through its focus on modularity and developer productivity. It employs trait-based c

    Includes utilities to generate repetitive interface code by delegating trait methods to inner fields.

    Rustconsolecrosstermgui
    عرض على GitHub↗963
  1. Home
  2. Development Tools & Productivity
  3. Code Generators
  4. Boilerplate Generators
  5. Component Boilerplates

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

  • Architecture Description CompilersTools that parse declarative system descriptions and generate skeleton source code for each component. **Distinct from Component Boilerplates:** Distinct from Component Boilerplates: generates code from architecture descriptions rather than providing static UI component templates.