awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
App Bootstrap & Identity · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesApp Bootstrap & Identity

Explore 6 awesome GitHub repositories matching software engineering & architecture · App Bootstrap & Identity. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Application Lifecycle Management
  4. App Bootstrap & Identity

Awesome App Bootstrap & Identity GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Establishes the entry point for a component tree within a specific browser DOM container.

    JavaScriptjavascriptuifrontend
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    Manage device-level interactions such as status bar visibility, keyboard states, and deep linking to ensure a consistent global user experience.

    C++androidapp-frameworkcross-platform
  • home-assistant/core

    home-assistant/core

    84,936GitHubView on GitHub↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve

    Applies custom prefixes to integration entities to prevent naming conflicts and maintain a clean, organized device registry.

    Pythonasynciohacktoberfesthome-automation
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    Initializes the application environment through automated database migrations, administrative account setup, and server startup routines.

    TypeScriptanalyticsapacheapache-superset
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    Initializes applications by designating a root element on the page to manage the framework lifecycle.

    JavaScript
  • lencx/ChatGPT

    lencx/ChatGPT

    54,391GitHubView on GitHub↗

    This project is a cross-platform desktop application that wraps web-based interfaces into a standalone, native container. By utilizing a webview-based rendering engine, it allows users to access web services as local applications on Windows, macOS, and Linux without requiring a full browser installation. The applicati

    Documents cross-platform desktop capabilities, including support for major operating systems and underlying webview technologies.

    Rustaiappapplication

Explore sub-tags

  • Application InformationGeneral metadata and descriptive information about the software.
  • Entity Namespace ManagementMechanisms for applying prefixes or namespaces to entity identifiers to prevent naming collisions.
  • Global Application UtilitiesTools for managing device-level interactions and global state.
  • Root Initialization UtilitiesFunctions that establish the entry point for a component tree within a specific DOM node or container.