diff --git a/src/datasets/providers/feat.ts b/src/datasets/providers/feat.ts new file mode 100644 index 000000000..d3fb9697f --- /dev/null +++ b/src/datasets/providers/feat.ts @@ -0,0 +1,27 @@ +import FeatSvg from '@site/static/img/feat-no-fill.svg'; +import { Provider } from '.'; + +export const Feat: Provider = { + name: 'feat', + logo: FeatSvg, + technologies: [ + { + technology: 'JavaScript', + vendorOfficial: true, + href: 'https://github.com/feathq/openfeature-web', + category: ['Client'], + }, + { + technology: 'JavaScript', + vendorOfficial: true, + href: 'https://github.com/feathq/js-sdk', + category: ['Server'], + }, + { + technology: 'Dart', + vendorOfficial: true, + href: 'https://github.com/feathq/openfeature-dart', + category: ['Server'], + }, + ], +}; diff --git a/src/datasets/providers/index.ts b/src/datasets/providers/index.ts index 26070c1fa..19c0e313c 100644 --- a/src/datasets/providers/index.ts +++ b/src/datasets/providers/index.ts @@ -8,6 +8,7 @@ import { ConfigCat } from './configcat'; import { Datadog } from './datadog'; import { DevCycle } from './devcycle'; import { EnvVar } from './env-var'; +import { Feat } from './feat'; import { Flagd } from './flagd'; import { Flagsmith } from './flagsmith'; import { Flipswitch } from './flipswitch'; @@ -66,6 +67,7 @@ export const PROVIDERS: Provider[] = [ Datadog, DevCycle, EnvVar, + Feat, FeatBit, Featureflip, Flagd, diff --git a/static/img/feat-no-fill.svg b/static/img/feat-no-fill.svg new file mode 100644 index 000000000..0a0a1a715 --- /dev/null +++ b/static/img/feat-no-fill.svg @@ -0,0 +1,6 @@ + + + + + +