Skip to content

Add Vercel Flags#1337

Merged
beeme1mr merged 1 commit intoopen-feature:mainfrom
dferber90:main
Feb 12, 2026
Merged

Add Vercel Flags#1337
beeme1mr merged 1 commit intoopen-feature:mainfrom
dferber90:main

Conversation

@dferber90
Copy link
Contributor

@dferber90 dferber90 commented Feb 12, 2026

Vercel recently released Vercel Flags, a feature flag provider built into the Vercel platform (changelog). The official SDK also contains an OpenFeature adapter (docs). This pull request adds Vercel Flags to the list of available providers, and also renames the Flags SDK entries to clearly distinguish them.

image
  • Vercel Flags → Vercel's feature flag provider built into the Vercel platform
  • Flags SDK → a vendor-agnostic library for using feature flags in Next.js and SvelteKit that works with any OpenFeature provider

This PR

  • Adds Vercel as a provider in the ecosystem
  • Renames the "Vercel Flags" SDKs (Next.js and SvelteKit) to just "Flags" to distinguish them from the new Vercel provider
  • Updates SDK descriptions to "Vercel Flags SDK with OpenFeature Adapter"
  • Adds a dark-mode friendly Vercel logo (vercel-no-fill.svg)

Notes

https://vercel.com/changelog/vercel-flags-is-now-in-public-beta

How to test

visit /ecosystem?instant_search%5Bquery%5D=vercel

@dferber90 dferber90 requested review from a team as code owners February 12, 2026 09:17
@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for openfeature ready!

Name Link
🔨 Latest commit 645d097
🔍 Latest deploy log https://app.netlify.com/projects/openfeature/deploys/698dc5e5d669ee0008961e52
😎 Deploy Preview https://deploy-preview-1337--openfeature.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @dferber90, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates Vercel Flags as a new feature flag provider within the ecosystem, enhancing the available options for users. To prevent naming conflicts and improve clarity, existing SDKs previously named 'Vercel Flags' have been rebranded to 'Flags', along with updated descriptions. This ensures a clear distinction between the new Vercel-specific provider and the more general, vendor-agnostic SDKs.

Highlights

  • New Provider Integration: Vercel Flags has been added as a new feature flag provider, leveraging its official OpenFeature adapter.
  • SDK Renaming and Clarification: Existing 'Vercel Flags' SDKs for Next.js and SvelteKit have been renamed to 'Flags' to differentiate them from the new Vercel provider. Their descriptions were also updated for clarity.
  • Asset Addition: A dark-mode friendly Vercel logo (vercel-no-fill.svg) has been added to the static assets.
Changelog
  • src/datasets/providers/index.ts
    • Imported the new Vercel provider.
    • Added the Vercel provider to the main PROVIDERS array.
  • src/datasets/providers/vercel.ts
    • Created a new file defining the Vercel Flags provider, including its name, logo, and JavaScript technology details with an official vendor link.
  • src/datasets/sdks/nextjs-flags-sdk.ts
    • Renamed the name property of the Next.js Flags SDK from 'Vercel Flags' to 'Flags'.
    • Updated the description to 'Vercel Flags SDK with OpenFeature Adapter'.
  • src/datasets/sdks/sveltekit-flags-sdk.ts
    • Renamed the name property of the SvelteKit Flags SDK from 'Vercel Flags' to 'Flags'.
    • Updated the description to 'Vercel Flags SDK with OpenFeature Adapter'.
  • static/img/vercel-no-fill.svg
    • Added a new SVG file containing the Vercel logo, suitable for dark mode.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds Vercel Flags as a new provider, which is a great addition. The changes also clarify the naming of the existing 'Flags' SDK for Next.js and SvelteKit. My review includes a few suggestions to improve code maintainability by sorting lists and to enhance clarity by updating SDK descriptions to be consistent with the new naming.

@lukas-reining
Copy link
Member

This is great news @dferber90!
Please be sure to sign-off your commit as described here: https://github.com/open-feature/openfeature.dev/pull/1337/checks?check_run_id=63364792295

Copy link
Member

@lukas-reining lukas-reining left a comment

Choose a reason for hiding this comment

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

Thanks @dferber90 this is great!
From my side we can merge it as is, I would still be happy to get feedback from someone else if they agree.
@toddbaert @beeme1mr @thomaspoignant @askpt @jonathannorris

Signed-off-by: Dominik Ferber <dominik.ferber@gmail.com>
@dferber90
Copy link
Contributor Author

@lukas-reining appreciate the review, I fixed the DCO

@beeme1mr beeme1mr added this pull request to the merge queue Feb 12, 2026
Merged via the queue into open-feature:main with commit bfa4184 Feb 12, 2026
6 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.

4 participants