@featureflare/core
Internal evaluation engine and shared types package for rule execution, context matching, percentage bucketing, and rollout schedule handling.
More on this: this package underpins behavior surfaced by @featureflare/sdk-js.
What it provides
- Canonical flag, rule, condition, and evaluation context types.
- Rule operators for allow/deny, attribute conditions, schedule windows, and percentage rollout.
- Stable bucketing helpers and ramp-plan active step resolution.
- Evaluation detail output with matched rule metadata and reason classification.
When to use it directly
- Building custom server-side or edge evaluators around FeatureFlare rule model.
- Running deterministic offline rule tests in CI or simulation tooling.
- Extending internal platform flows that need raw evaluation detail objects.
Related docs
- @featureflare/sdk-js for production runtime APIs built on top of core.
- @featureflare/react for React-facing integration patterns.