Feature management for developers.
Manage your feature flags and experiments declaratively from the comfort of your git workflow.
description: Dark mode feature
variations: - value: light weight: 33.34
- value: dimmed weight: 33.33
- value: dark weight: 33.33
environments: production: rules: - segments: "*" percentage: 100
Purposefully built
Carefully assembled set of features delivered to you as an Open Source solution to help you build better products, without locking you into any enterprise contract.
How it works
Three simple steps to visualize the workflow.
Your team sends pull requests to your Featurevisor project repository updating attributes, segments, and/or features.
Upon the merge of your Pull Request, trigger your CI/CD pipeline to build the datafiles and upload them to your CDN.
Fetch the datafiles from your applications and/or services, and evaluate features using provided Featurevisor SDKs.