Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/datasets/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { MultiProvider } from './multi-provider';
import { Hypertune } from './hypertune';
import { Confidence } from './confidence';
import { ConfigBee } from './configbee';
import { Vercel } from './vercel';
Comment thread
beeme1mr marked this conversation as resolved.
import { Tggl } from './tggl';
import { OFREP } from './ofrep';
import { VWO } from './vwo';
Expand Down Expand Up @@ -79,6 +80,7 @@ export const PROVIDERS: Provider[] = [
Statsig,
Unleash,
UserDefaults,
Vercel,
GrowthBook,
Comment thread
beeme1mr marked this conversation as resolved.
MultiProvider,
Tggl,
Expand Down
16 changes: 16 additions & 0 deletions src/datasets/providers/vercel.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import VercelSvg from "@site/static/img/vercel-no-fill.svg";

import { Provider } from ".";

export const Vercel: Provider = {
name: "Vercel Flags",
logo: VercelSvg,
technologies: [
{
technology: "JavaScript",
vendorOfficial: true,
href: "https://vercel.com/docs/flags/vercel-flags/sdks/openfeature",
category: ["Server"],
},
],
};
2 changes: 1 addition & 1 deletion src/datasets/sdks/nextjs-flags-sdk.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SDK } from '.';

export const NextjsFlagsSDK: SDK = {
name: 'Vercel Flags',
name: 'Flags',
Comment thread
beeme1mr marked this conversation as resolved.
description: 'Vercel Flags SDK with OpenFeature Adapter',
Comment thread
beeme1mr marked this conversation as resolved.
filename: 'javascript/nextjs-flags-sdk',
category: 'Client',
Expand Down
2 changes: 1 addition & 1 deletion src/datasets/sdks/sveltekit-flags-sdk.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SDK } from '.';

export const SveltekitFlagsSDK: SDK = {
name: 'Vercel Flags',
name: 'Flags',
description: 'Vercel Flags SDK with OpenFeature Adapter',
Comment thread
beeme1mr marked this conversation as resolved.
filename: 'javascript/sveltekit-flags-sdk',
category: 'Client',
Expand Down
3 changes: 3 additions & 0 deletions static/img/vercel-no-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.