awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • react-boilerplate/react-boilerplateAvatar react-boilerplate

    react-boilerplate/react-boilerplate

    29,490Vezi pe 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
    Vezi pe GitHub↗29,490
  • pure-admin/vue-pure-adminAvatar pure-admin

    pure-admin/vue-pure-admin

    20,368Vezi pe 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
    Vezi pe GitHub↗20,368
  • infinitered/igniteAvatar infinitered

    infinitered/ignite

    19,842Vezi pe 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
    Vezi pe GitHub↗19,842
  • reactjs/react-railsAvatar reactjs

    reactjs/react-rails

    6,771Vezi pe 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
    Vezi pe GitHub↗6,771
  • sel4/sel4Avatar seL4

    seL4/seL4

    5,583Vezi pe 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
    Vezi pe GitHub↗5,583
  • react-webpack-generators/generator-react-webpackAvatar react-webpack-generators

    react-webpack-generators/generator-react-webpack

    2,851Vezi pe 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
    Vezi pe GitHub↗2,851
  • veeso/tui-realmAvatar veeso

    veeso/tui-realm

    963Vezi pe GitHub↗

    Acest proiect este un framework pentru construirea de interfețe de utilizator (TUI) stateful, bazate pe componente, în Rust. Oferă o arhitectură structurată pentru gestionarea aplicațiilor complexe de linie de comandă prin decuplarea logicii de randare de starea aplicației, printr-un sistem centralizat de transmitere a mesajelor. Utilizând un model bazat pe componente, permite dezvoltatorilor să construiască interfețe interactive care gestionează rutarea evenimentelor, gestionarea focusului și orchestrarea ciclului de viață într-un mod predictibil. Framework-ul se distinge prin accentul pus pe modularitate și productivitatea dezvoltatorului. Utilizează compoziția bazată pe trăsături (traits) pentru a permite crearea de elemente de interfață reutilizabile, care pot fi asamblate în layout-uri complexe. Pentru a reduce efortul de implementare manuală, include utilitare pentru generarea de boilerplate pentru componente. Sistemul suportă, de asemenea, integrarea asincronă, permițând sarcinilor de fundal și fluxurilor de date externe să actualizeze interfața fără a bloca bucla principală de evenimente. Dincolo de arhitectura sa de bază, biblioteca oferă o suită de utilitare vizuale și funcționale pentru aplicațiile de terminal. Aceasta include suport pentru randarea datelor ierarhice, introducerea de text pe mai multe linii cu istoric de undo și capabilități integrate de căutare text. Oferă, de asemenea, instrumente pentru testarea componentelor de terminal, permițând dezvoltatorilor să simuleze interacțiunile utilizatorului și să verifice comportamentul interfeței într-un mediu controlat.

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

    Rustconsolecrosstermgui
    Vezi pe GitHub↗963
  1. Home
  2. Development Tools & Productivity
  3. Code Generators
  4. Boilerplate Generators
  5. Component Boilerplates

Explorează sub-etichetele

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