Featurevisor for React Native
Backend & APIs
Featurevisor is a Git-based feature flag and remote config system for React Native and web apps, where all feature flags, experiments, and remote configuration live as YAML files in your Git repository — reviewed, versioned, and deployed through your existing CI/CD pipeline.
Unlike SaaS feature flag tools, Featurevisor keeps your entire feature configuration in version control — giving you a complete audit trail, pull request reviews for flag changes, and static JSON artifacts served from your own CDN with no runtime dependency on a third-party SaaS platform.
How Featurevisor will help you grow and be more successful?
- Make feature flag changes go through code review. Every flag update is a Git commit — your team reviews flag changes in pull requests just like code changes, with full history, blame, and rollback via standard Git operations, not a proprietary dashboard.
- Eliminate external runtime dependencies from your app. Featurevisor generates static JSON files served from your CDN — your React Native app fetches a config file, not a live API — so feature flags work even when the Featurevisor service is unavailable.
- Ship and unship features without app store releases. Once Featurevisor is integrated, enabling or disabling a feature for all users or a specific segment is a Git commit and a CI run — no app store submission, no waiting for users to update, no emergency hotfix required.
Platforms
- Android
- iOS
- macOS
- Web
Features
- Feature flags
- Events tracking
- Install tracking
- Audience segmentation
Pricing
- Open source