Reflag
A TypeScript-based feature toggling mechanism designed for Software as a Service (SaaS) platforms, facilitating the gradual introduction of new functionalities informed by direct user feedback to enhance product adaptability and bolster client satisfaction metrics.
Author

reflagcom
Quick Info
Actions
Tags
Reflag
Feature manifestation control for SaaS environments, implemented using TypeScript. Explore further details and initiate integration at https://reflag.com/
React Integration Package
Client-side library tailored for React applications.
Access Documentation
Vue Integration Package (Experimental)
Client-side library designed for Vue frameworks.
Access Documentation
Web Browser Implementation
SDK intended for environments outside of the React framework.
Access Documentation
Server-Side Node.js Implementation
SDK for execution on the backend (Node.js), including compatibility with edge runtimes like Cloudflare Workers.
Access Documentation
Command Line Interface (CLI)
Utility for interacting with the Reflag service and automating type generation.
Access Documentation
OpenFeature Browser Adapter
Enables seamless integration of Reflag within the OpenFeature specification for browser contexts.
Access Documentation
OpenFeature Node.js Adapter
Facilitates the use of Reflag with OpenFeature implementations running in Node.js environments.
Access Documentation
Development Workflow
Version Management
- Branch locally to create a new development line.
- Execute
yarn run versionto initiate version bumping. - Submit a Pull Request after pushing the changes.
Deployment Procedure
All versioned packages are automatically published to their respective registries upon merging into the primary (main) branch, managed via the Automated Publishing Pipeline.
