isEnabled("new_feature")
Lightning fast, declarative feature flags and experiments hosted at the edge
Supercharge development with faster iteration cycles, smaller PRs, and peer reviewed feature releases.
Sign upWorks seamlessly with any language or framework
- + more
new_feature.json
{
"default_value": false,
"variants": [{
"value": true,
"enabled_ids": [1337, 13337]
}]
}
- After integrating your Github account with Flagmage, create a
.flagmagedirectory at the root of your project. - Name and add an
new_feature.jsonfile to the `.flagmage` directory - Commit to your
mainbranch - Integrate with an SDK or make requests over HTTP. See the docs for more information