reflagcom/javascript
JS/TS SDKs for Reflag
Platform-specific configuration:
{
"mcpServers": {
"javascript": {
"command": "npx",
"args": [
"-y",
"javascript"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Feature flags for SaaS that run on TypeScript. Learn more and get started
Client side React SDK
React Native SDK for mobile apps
Client side Vue SDK
Browser SDK for use in non-React web applications
Node.js SDK for use on the server side. Use this for Cloudflare Workers as well.
Typed SDK for Reflag's REST API.
CLI to interact with Reflag and generate types
Use Reflag with OpenFeature in the browser through the Reflag OpenFeature Browser Provider
Use the Reflag with OpenFeature on the server in Node.js through the Reflag OpenFeature Node.js Provider
yarn changeset.changeset/Repository setup:
reflagcom/javascript GitHub repository and the publish.yml workflowid-token: write, plus contents: write and pull-requests: write for the release PR flowWhen a PR with one or more changesets is merged to main, the release workflow will open or update a Version Packages PR.
Merging that PR will:
Loading reviews...