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
·

2 Repos

Awesome GitHub RepositoriesFeature Dependency Management

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

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

Awesome Feature Dependency Management GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/lexicalAvatar von facebook

    facebook/lexical

    23,562Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,562
  • growthbook/growthbookAvatar von growthbook

    growthbook/growthbook

    7,351Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,351
  1. Home
  2. Software Engineering & Architecture
  3. Feature Flags
  4. Feature Dependency Management