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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

22 repositorios

Awesome GitHub RepositoriesFeature Flags

Mechanisms for toggling, managing, and testing experimental or unstable software features.

Distinguishing note: Focuses on the management of internal tool features rather than application-level feature flagging services.

Explore 22 awesome GitHub repositories matching software engineering & architecture · Feature Flags. Refine with filters or upvote what's useful.

Awesome Feature Flags GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • awesome-selfhosted/awesome-selfhostedAvatar de awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Ver en GitHub↗

    Este proyecto es un directorio curado por la comunidad de software de código abierto diseñado para su implementación en entornos de servidores privados y laboratorios domésticos. Sirve como un recurso integral para descubrir alternativas independientes y autohospedadas a los servicios en la nube convencionales, permitiendo a los usuarios mantener la propiedad total de los datos y el control sobre su infraestructura digital. El directorio está estructurado a través de una taxonomía jerárquica que organiza una vasta colección de aplicaciones en categorías lógicas, que van desde la gestión de medios y análisis de datos hasta la comunicación privada y herramientas de productividad en equipo. Se distingue por un proceso de revisión por pares colaborativo, donde los miembros de la comunidad validan la calidad y relevancia de cada envío para garantizar que el directorio siga siendo preciso y confiable. El proyecto cubre una amplia superficie de capacidades, incluyendo automatización de infraestructura, implementación de servicios basados en contenedores y gestión de configuración declarativa. Estas herramientas ayudan a los usuarios a mantener entornos de servidor reproducibles y gestionar dependencias de servicios complejas en hardware privado. El directorio se mantiene como un repositorio con control de versiones, asegurando que todas las actualizaciones y cambios impulsados por la comunidad sean rastreados y transparentes.

    Toggles application features at runtime to enable safe testing and gradual rollouts.

    awesomeawesome-listcloud
    Ver en GitHub↗299,516
  • addyosmani/agent-skillsAvatar de addyosmani

    addyosmani/agent-skills

    60,849Ver en GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Uses feature flags to isolate incomplete work and merge small increments without exposing unfinished features.

    Shellagent-skillsantigravityantigravity-ide
    Ver en GitHub↗60,849
  • astral-sh/ruffAvatar de astral-sh

    astral-sh/ruff

    48,177Ver en GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    The tool provides configuration mechanisms for enabling and selectively testing upcoming or unstable analysis and formatting features before they are promoted to the stable release.

    Rustlinterpep8python
    Ver en GitHub↗48,177
  • amruthpillai/reactive-resumeAvatar de amruthpillai

    amruthpillai/reactive-resume

    38,613Ver en GitHub↗

    This project is a web-based platform designed for creating, managing, and sharing professional resumes. It functions as a structured document builder that integrates artificial intelligence to assist with content generation, editing, and analysis. Users can maintain a collection of resumes, customize their visual presentation through various templates, and export them into multiple formats for job applications. The platform distinguishes itself through its autonomous AI agent capabilities, which can perform research, suggest incremental edits, and apply data patches directly to documents. It

    Controls application behavior and feature availability by fetching remote configuration settings to toggle functionality without redeploying code.

    TypeScriptbetter-authhacktoberfestreact
    Ver en GitHub↗38,613
  • dokploy/dokployAvatar de Dokploy

    Dokploy/dokploy

    34,901Ver en GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Provides a platform for managing feature flags and release toggles.

    TypeScriptbackendbackupsdatabases
    Ver en GitHub↗34,901
  • facebook/lexicalAvatar de facebook

    facebook/lexical

    23,562Ver en GitHub↗

    Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real

    Implements logic to declare and enforce dependencies between editor features to ensure conditional functionality.

    TypeScript
    Ver en GitHub↗23,562
  • xbmc/xbmcAvatar de xbmc

    xbmc/xbmc

    20,868Ver en GitHub↗

    This project is a cross-platform media center, player, and digital media library manager. It serves as a centralized home theater hub for organizing, managing, and playing digital audio and video files across multiple operating systems. The application features a skinable media interface designed for remote control and ten-foot interface optimization. This is supported by a skinning engine that separates visual layout from application logic, allowing for custom user interface designs. The system provides automated media library organization by scanning folders to generate structured database

    Provides compile-time flags to include or exclude specific functionalities and dependencies during the build process.

    C++androidc-plus-plusentertainment-hub
    Ver en GitHub↗20,868
  • nvidia/open-gpu-kernel-modulesAvatar de NVIDIA

    NVIDIA/open-gpu-kernel-modules

    17,107Ver en GitHub↗

    This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa

    Uses compile-time flags to toggle specific code paths and logging levels during the build process.

    C
    Ver en GitHub↗17,107
  • rust-lang/cargoAvatar de rust-lang

    rust-lang/cargo

    14,624Ver en GitHub↗

    Cargo is the official build system and package manager for the Rust programming language. It provides a unified command-line interface that orchestrates the entire development lifecycle, including compiling source code, managing complex dependency graphs, running tests, and distributing packages through a centralized registry. By utilizing declarative manifest files, it ensures that builds remain reproducible and consistent across different environments. The tool distinguishes itself through its deep integration with the Rust compiler and its sophisticated approach to project management. It f

    Prevents unauthorized use of experimental functionality by restricting unstable features to an allowlist.

    Rustcargopackage-managerrust
    Ver en GitHub↗14,624
  • element-hq/element-webAvatar de element-hq

    element-hq/element-web

    13,233Ver en GitHub↗

    Element Web is a web-based communication client used for real-time messaging and collaboration via the decentralized Matrix protocol. It functions as an end-to-end encrypted messenger, a VoIP client for voice and video conferencing, and an interface for interacting with integrated bots and external bridges. The project distinguishes itself through a modular architecture that supports runtime module loading and external script imports to extend core capabilities. It provides extensive white-labeling options, allowing for the customization of application branding, visual themes, and the use of

    Uses feature flags to toggle experimental tools and hide or reveal specific interface elements.

    TypeScripthacktoberfestmatrix
    Ver en GitHub↗13,233
  • crossplane/crossplaneAvatar de crossplane

    crossplane/crossplane

    11,791Ver en GitHub↗

    Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers. The platform distinguishes itself through its composition-

    Enables or disables optional platform capabilities through configuration flags to control the lifecycle and availability of alpha and beta functionality.

    Gocloud-computingcloud-managementcloud-native
    Ver en GitHub↗11,791
  • btbn/ffmpeg-buildsAvatar de BtbN

    BtbN/FFmpeg-Builds

    10,382Ver en GitHub↗

    FFmpeg-Builds is a cross-platform compilation toolchain and custom build system designed to generate static executables of the FFmpeg multimedia framework. It provides a distribution of pre-compiled binaries for multiple operating systems and hardware architectures. The project utilizes a Docker-based build environment to isolate toolchains and dependencies. This containerized approach enables multi-architecture cross-compilation and allows for parameter-driven feature selection to include specific codecs, libraries, and license options in the final binaries. The system manages the entire wo

    Allows precise control over included codecs and libraries via license and feature flags during compilation.

    Shell
    Ver en GitHub↗10,382
  • sameersbn/docker-gitlabAvatar de sameersbn

    sameersbn/docker-gitlab

    8,093Ver en GitHub↗

    Este proyecto proporciona una plataforma DevOps contenedorizada al empaquetar una instalación completa de GitLab en imágenes de Docker. Permite el despliegue de un entorno autohospedado que integra control de versiones Git, gestión de proyectos y tuberías de integración y entrega continuas en infraestructura privada. La implementación admite el despliegue a través de Docker Compose u orquestación a través de Docker Swarm, lo que permite stacks escalables con registros de contenedores integrados. Utiliza variables de entorno para la configuración y admite la descarga de artefactos y copias de seguridad a almacenamiento de objetos remoto y contenedores de bases de datos externos. La plataforma cubre una amplia gama de capacidades operativas, incluyendo integración de identidad con LDAP, SAML y OAuth, así como rutinas automatizadas de copia de seguridad y recuperación del sistema. Además, incluye herramientas para redes seguras a través de la configuración SSL/TLS, enrutamiento de tráfico proxy y el alojamiento de páginas de proyectos estáticas. Las tareas administrativas se gestionan a través de utilidades de línea de comandos para el mantenimiento y la monitorización de la salud, mientras que la comunicación del sistema se maneja a través de configuraciones SMTP e IMAP.

    Controls the activation of experimental features through the use of environment variable flags.

    Shell
    Ver en GitHub↗8,093
  • terrycavanagh/vvvvvvAvatar de TerryCavanagh

    TerryCavanagh/VVVVVV

    7,916Ver en GitHub↗

    This project is a cross-platform game engine framework and build pipeline designed to produce playable executable binaries for desktop and Android devices. It provides a collection of core libraries for game development, including a native Android build system and a C++ build pipeline. The framework features a specialized bitmap font rendering system that displays stylized typography by mapping character indices to image atlases using coordinate and spacing metadata. It also implements a hardware abstraction layer to decouple application logic from graphics and audio drivers, ensuring portabl

    Uses preprocessor definitions as build-time toggles to include or exclude specific game editions and content.

    ActionScript
    Ver en GitHub↗7,916
  • rescript-lang/rescriptAvatar de rescript-lang

    rescript-lang/rescript

    7,396Ver en GitHub↗

    ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications. The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScr

    Provides compile-time parameters to conditionally include or exclude specific source files and dependencies based on configuration flags.

    ReScriptaltjscompilerjavascript
    Ver en GitHub↗7,396
  • growthbook/growthbookAvatar de growthbook

    growthbook/growthbook

    7,351Ver en GitHub↗

    GrowthBook is a feature flagging and experimentation platform that utilizes a warehouse-native approach to data analysis. It serves as a system for managing feature rollouts and conducting A/B tests by executing SQL queries directly against existing data warehouses to calculate experiment results. The platform is distinguished by its integration of a Model Context Protocol server, which allows AI coding assistants and IDEs to manage flags and query analytics using natural language. It also provides specialized capabilities for AI model optimization, enabling the testing of prompts and models

    Resolves a feature to its fallback value if required dependent flags are not met.

    TypeScriptab-testingabtestabtesting
    Ver en GitHub↗7,351
  • awslabs/aws-sam-localAvatar de awslabs

    awslabs/aws-sam-local

    6,734Ver en GitHub↗

    aws-sam-local es un emulador basado en Docker utilizado para ejecutar y depurar funciones de AWS Lambda y configuraciones de API Gateway en una máquina local. Proporciona un entorno de ejecución local que imita el runtime de AWS Lambda, permitiendo la verificación del código de funciones y mocks de aplicaciones serverless antes del despliegue en la nube. El proyecto utiliza un orquestador de runtime para gestionar contenedores efímeros, replicando el entorno de ejecución aislado de las funciones en la nube. Incluye un simulador de API gateway serverless y herramientas de mocking de eventos para sintetizar payloads desde fuentes como Kafka y otros disparadores de la nube. La herramienta soporta el ciclo de desarrollo más amplio para el Serverless Application Model al permitir el prototipado local de APIs serverless y la simulación de varias fuentes de eventos en la nube. Proporciona un entorno de depuración para identificar errores en funciones serverless con control total sobre el estado de ejecución.

    Implements mechanisms for toggling and testing experimental features within the local emulator.

    Python
    Ver en GitHub↗6,734
  • armmbed/mbedtlsAvatar de ARMmbed

    ARMmbed/mbedtls

    6,712Ver en GitHub↗

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    Uses compile-time macros and Python scripts to enable or disable cryptographic modules and protocol features during the build process.

    C
    Ver en GitHub↗6,712
  • rust-lang/rfcsAvatar de rust-lang

    rust-lang/rfcs

    6,406Ver en GitHub↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Restricts the use of box patterns in match arms to only when the feature is explicitly enabled, preventing accidental reliance on unstable syntax.

    Markdownrfcrfc-processrust
    Ver en GitHub↗6,406
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Ver en GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Uses a configuration file to decide which components are compiled into the core image or loaded as modules.

    Ver en GitHub↗6,030
Ant.12Siguiente
  1. Home
  2. Software Engineering & Architecture
  3. Feature Flags

Explorar subetiquetas

  • Build-Time Feature TogglesUsing flags during the compilation process to include or exclude specific libraries and license-restricted components. **Distinct from Feature Flags:** Distinct from runtime feature flags: these are compile-time parameters that determine the binary's composition.
  • Feature Dependency ManagementLogic that enforces dependencies between feature flags, ensuring a flag resolves to a fallback if its parent is disabled. **Distinct from Feature Flags:** Focuses on logical dependencies between runtime feature toggles, not package-level dependency management.
  • Unstable Feature Restrictors1 sub-etiquetaLimits the use of unstable features to an allowlist to prevent unauthorized experimental usage. **Distinct from Feature Flags:** Distinct from Feature Flags: focuses on restricting unstable feature access rather than general feature toggling.