Skip to content

feat: add Feat provider to the ecosystem - #1412

Merged
jonathannorris merged 4 commits into
open-feature:mainfrom
vishnuMohanan01:add-feat-provider
Aug 13, 2026
Merged

feat: add Feat provider to the ecosystem#1412
jonathannorris merged 4 commits into
open-feature:mainfrom
vishnuMohanan01:add-feat-provider

Conversation

@vishnuMohanan01

@vishnuMohanan01 vishnuMohanan01 commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Adds Feat to the provider ecosystem.

Feat is an OpenFeature-first feature flag and feature management platform. This adds its official OpenFeature providers:

All three are vendor-maintained (vendorOfficial: true) and their repositories are public.

Added:

  • src/datasets/providers/feat.ts (the provider entry) + registration in PROVIDERS.
  • static/img/feat-no-fill.svg (the Feat mark, colorless geometry so the card CSS controls its appearance).

Adds feat (https://feat.so) to the provider ecosystem: JavaScript client
(@feathq/openfeature-web), JavaScript server (@feathq/js-sdk's built-in
FeatProvider), and Dart (@feathq/openfeature-dart).

Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
@vishnuMohanan01
vishnuMohanan01 requested review from a team as code owners July 19, 2026 10:24
@netlify

netlify Bot commented Jul 19, 2026

Copy link
Copy Markdown

Deploy Preview for openfeature ready!

Name Link
🔨 Latest commit df5a4fb
🔍 Latest deploy log https://app.netlify.com/projects/openfeature/deploys/6a7d64da80ab6300087d8084
😎 Deploy Preview https://deploy-preview-1412--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 19, 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: 6d365787-9785-4f40-8632-9025ad9147c9

📥 Commits

Reviewing files that changed from the base of the PR and between 3738ad3 and 97230ea.

⛔ Files ignored due to path filters (1)
  • static/img/feat-no-fill.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • src/datasets/providers/index.ts
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/datasets/providers/index.ts

📝 Walkthrough

Walkthrough

Adds a Feat provider definition with official JavaScript and Dart SDK metadata, then registers it in the shared PROVIDERS array.

Changes

Feat provider

Layer / File(s) Summary
Define Feat provider
src/datasets/providers/feat.ts
Adds the Feat logo, provider name, and official JavaScript and Dart SDK entries with links and categories.
Register Feat provider
src/datasets/providers/index.ts
Imports Feat and includes it in the exported PROVIDERS array.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Mergeability Score: ⚪ Minimal · up to 97230

This PR adds a provider listing and its associated branding asset without any supplied merge-blocking correctness or operational risk; it is merge-ready after normal checks and review.

Possibly related PRs

Suggested reviewers: beeme1mr

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title clearly identifies the addition of the Feat provider to the ecosystem.
Description check ✅ Passed The description accurately explains the Feat provider, its official SDKs, registration, and logo changes.

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.

@jonathannorris

Copy link
Copy Markdown
Member

@vishnuMohanan01 PR looks good, just some small issues with your SVG that need to be fixed:

Blocking: feat-no-fill.svg contains explicit fill and stroke attributes, even though they use currentColor. Ecosystem SVGs must contain no color, fill, or stroke declarations. Please remove these attributes and leave only the geometry so the card CSS controls the icon appearance.

The two outlined squares relied on stroke=currentColor to be visible.
Redrawn as filled ring paths (outer subpath clockwise, inner
counter-clockwise) so the mark is pure geometry and the card CSS
controls its color. Renders pixel-identical to the previous version.

Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
Brand name is written Feat, not feat.

Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
@vishnuMohanan01 vishnuMohanan01 changed the title feat: add feat provider to the ecosystem feat: add Feat provider to the ecosystem Aug 13, 2026
@vishnuMohanan01

Copy link
Copy Markdown
Contributor Author

@jonathannorris Thanks for checking. Done!

@jonathannorris
jonathannorris added this pull request to the merge queue Aug 13, 2026
Merged via the queue into open-feature:main with commit d7c81a0 Aug 13, 2026
7 checks passed
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