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
.flagmage
directory at the root of your project. - Name and add an
new_feature.json
file to the `.flagmage` directory - Commit to your
main
branch - Integrate with an SDK or make requests over HTTP. See the docs for more information