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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • react-boilerplate/react-boilerplateAvatar von react-boilerplate

    react-boilerplate/react-boilerplate

    29,490Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗29,490
  • pure-admin/vue-pure-adminAvatar von pure-admin

    pure-admin/vue-pure-admin

    20,368Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,368
  • infinitered/igniteAvatar von infinitered

    infinitered/ignite

    19,842Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗19,842
  • reactjs/react-railsAvatar von reactjs

    reactjs/react-rails

    6,771Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,771
  • sel4/sel4Avatar von seL4

    seL4/seL4

    5,583Auf GitHub ansehen↗

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

    react-webpack-generators/generator-react-webpack

    2,851Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,851
  • veeso/tui-realmAvatar von veeso

    veeso/tui-realm

    963Auf GitHub ansehen↗

    Dieses Projekt ist ein Framework für den Aufbau zustandsbehafteter, komponentenbasierter Terminal-Benutzeroberflächen in Rust. Es bietet eine strukturierte Architektur für die Verwaltung komplexer CLI-Anwendungen, indem Rendering-Logik und Anwendungszustand durch ein zentrales Message-Passing-System entkoppelt werden. Durch ein komponentenorientiertes Modell ermöglicht es Entwicklern, interaktive Oberflächen zu erstellen, die Event-Routing, Fokus-Management und Lebenszyklus-Orchestrierung auf vorhersehbare Weise handhaben. Das Framework zeichnet sich durch seinen Fokus auf Modularität und Entwicklerproduktivität aus. Es nutzt traitbasierte Komposition, um die Erstellung wiederverwendbarer Oberflächenelemente zu ermöglichen, die zu komplexen Layouts zusammengesetzt werden können. Um den manuellen Implementierungsaufwand zu reduzieren, enthält es Utilities zur Generierung von Komponenten-Boilerplate. Das System unterstützt zudem asynchrone Integration, wodurch Hintergrundaufgaben und externe Datenströme die Oberfläche aktualisieren können, ohne den Haupt-Event-Loop zu blockieren. Über die Kernarchitektur hinaus bietet die Bibliothek eine Suite visueller und funktionaler Utilities für Terminal-Anwendungen. Dies umfasst Unterstützung für hierarchisches Daten-Rendering, mehrzeilige Texteingabe mit Undo-Historie und integrierte Textsuche. Es bietet zudem Tools für das Testen von Terminal-Komponenten, mit denen Entwickler Benutzerinteraktionen simulieren und das Verhalten der Oberfläche in einer kontrollierten Umgebung verifizieren können.

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

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

Unter-Tags erkunden

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