caioquirino / featurevisor

Feature flags and experimentation management solution for developers

Home Page:https://featurevisor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Featurevisor

Feature management for developers

Manage your feature flags and experiments declaratively from the comfort of your git workflow.


What is Featurevisor?

Featurevisor is a solution for managing your feature flags, experiments, and remote config. It's built for developers, by developers.

It introduces a workflow that's fully git-based, where configuration is stored as YAMLs and changes are reviewed and merged via pull requests.

The workflow results into datafiles (JSON files), that contain your feature configurations. These datafiles can then be fetched by your applications and evaluated using Featurevisor SDKs.

More documentation available at https://featurevisor.com.

Packages

Package Description
@featurevisor/cli CLI package
@featurevisor/core Core package used by CLI
@featurevisor/types Common typings
@featurevisor/sdk Universal SDK for both Node.js and browser
@featurevisor/react React package
@featurevisor/site Static site generator for your project

License

MIT © Fahad Heylaal

About

Feature flags and experimentation management solution for developers

https://featurevisor.com

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 1.8%Language:Makefile 0.2%Language:HTML 0.1%Language:CSS 0.0%