Skip to content

feat: add feat provider to the ecosystem#1412

Open
vishnuMohanan01 wants to merge 1 commit into
open-feature:mainfrom
vishnuMohanan01:add-feat-provider
Open

feat: add feat provider to the ecosystem#1412
vishnuMohanan01 wants to merge 1 commit into
open-feature:mainfrom
vishnuMohanan01:add-feat-provider

Conversation

@vishnuMohanan01

Copy link
Copy Markdown

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, currentColor so it themes with the site).

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 3738ad3
🔍 Latest deploy log https://app.netlify.com/projects/openfeature/deploys/6a5ca5d0ffd6190008e9893e
😎 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

Run ID: 8c19fd3e-161d-4338-9ecd-a957293b1272

📥 Commits

Reviewing files that changed from the base of the PR and between 3671cd2 and 3738ad3.

⛔ Files ignored due to path filters (1)
  • static/img/feat-no-fill.svg is excluded by !**/*.svg
📒 Files selected for processing (2)
  • src/datasets/providers/feat.ts
  • 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

Possibly related PRs

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 feat provider to the ecosystem.
Description check ✅ Passed The description directly matches the changeset and explains the new provider entries and logo asset.
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.

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.

1 participant