2 Repos
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.
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.
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.