Feature management for developers
Manage feature flags, a/b tests, and remote configuration declaratively from your Git repository.
description: Flag for showing cookie banner
tags: - web - mobile
rules: - segments: EU # see next tab percentage: 100 # enabled for all
- segments: "*" # everyone else percentage: 0 # disabled
Open Source & Purposefully Built
Carefully assembled set of features delivered to you as an Open Source tool to help you build better products, without locking you into any enterprise contract.
Use Featurevisor SDKs in your favourite languages and frameworks
Three simple steps to visualize the workflow:
Your team sends Pull Requests to your Featurevisor project repository updating attributes, segments, and/or features.
Upon merging your Pull Request, trigger your CI/CD pipeline to build the datafiles (static JSON files) and upload them to your CDN.
Fetch the datafiles from your applications and/or services, and evaluate features using provided Featurevisor SDKs.
Bring your own CI/CD tool and CDN, and Featurevisor will take care of the rest.
From basic feature flags to advanced experimentation, Featurevisor has you covered with several organizational and operational problems that are very common in the industry.
Avoid big bang releases and rollout new features gradually with feature flags to a subset of your users for more control and confidence.
Test your features in real production environment before exposing them to your users. No more guessing based on staging environment.
Modify the behaviour and settings of your applications and/or services using variables without the need to redeploy them instantly.
Run A/B or more complex multivariate tests to validate your hypothesis and make data-driven decisions for your products.
Adopt trunk-based development with feature flags to reduce the risk of merge conflicts and speed up your development cycle.
Assign feature ownership to your teams and let them manage their features independently without the need to coordinate with other teams.