Skip to content

Add Featureflip provider to the ecosystem - #1410

Merged
beeme1mr merged 1 commit into
open-feature:mainfrom
jhoward321:feature/add-featureflip-provider
Jul 17, 2026
Merged

Add Featureflip provider to the ecosystem#1410
beeme1mr merged 1 commit into
open-feature:mainfrom
jhoward321:feature/add-featureflip-provider

Conversation

@jhoward321

Copy link
Copy Markdown
Contributor

This adds Featureflip to the provider ecosystem.

Featureflip maintains official OpenFeature providers for its server SDKs, exposing Featureflip flag evaluation through the vendor-neutral OpenFeature API:

Technology Category Artifact
JavaScript / TypeScript Server (Node.js) @featureflip/openfeature-node
.NET Server Featureflip.OpenFeature

Added src/datasets/providers/featureflip.ts, registered it in providers/index.ts, and included a monochrome static/img/featureflip-no-fill.svg.

Featureflip publishes official OpenFeature providers for its Node.js
(@featureflip/openfeature-node) and .NET (Featureflip.OpenFeature) server SDKs.

Signed-off-by: Jake Howard <jhoward321@gmail.com>
@jhoward321
jhoward321 requested review from a team as code owners July 14, 2026 13:31
@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for openfeature ready!

Name Link
🔨 Latest commit e990cf2
🔍 Latest deploy log https://app.netlify.com/projects/openfeature/deploys/6a563a3bd586eb0007d84e20
😎 Deploy Preview https://deploy-preview-1410--openfeature.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 8ad1957e-d682-42a3-9934-7dc996d2f4a2

📥 Commits

Reviewing files that changed from the base of the PR and between 3148135 and e990cf2.

⛔ Files ignored due to path filters (1)
  • static/img/featureflip-no-fill.svg is excluded by !**/*.svg
📒 Files selected for processing (2)
  • src/datasets/providers/featureflip.ts
  • src/datasets/providers/index.ts

📝 Walkthrough

Walkthrough

Adds the Featureflip provider with its logo and JavaScript/.NET documentation entries, then registers it so derived provider mappings and ecosystem listings include it.

Changes

Featureflip provider

Layer / File(s) Summary
Provider definition
src/datasets/providers/featureflip.ts
Exports Featureflip metadata, logo, and JavaScript and .NET technology entries categorized as Server.
Provider registry integration
src/datasets/providers/index.ts
Imports Featureflip and adds it to PROVIDERS, extending computed provider mappings and ecosystem entries.

Estimated code review effort: 2 (Simple) | ~5 minutes

Suggested reviewers: beeme1mr

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: adding the Featureflip provider to the ecosystem.
Description check ✅ Passed The description is directly related to the change and accurately describes the new provider and registration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@beeme1mr beeme1mr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jhoward321

@beeme1mr
beeme1mr added this pull request to the merge queue Jul 17, 2026
Merged via the queue into open-feature:main with commit 9e9cb85 Jul 17, 2026
7 checks passed
pull Bot pushed a commit to TheTechOddBug/openfeature.dev that referenced this pull request Aug 31, 2026
Adds the Featureflip **Python** provider to the ecosystem, alongside the
existing JavaScript and .NET entries added in open-feature#1410.

- Package:
[`featureflip-openfeature-provider`](https://pypi.org/project/featureflip-openfeature-provider/)
on PyPI
- Docs: https://featureflip.io/docs/integrations/openfeature/
- Vendor-official, server-side

Only `src/datasets/providers/featureflip.ts` changes — the logo and the
`PROVIDERS[]` registration already landed with the original entry.

Signed-off-by: Jake Howard <jhoward321@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants