Skip to content
51 changes: 51 additions & 0 deletions src/datasets/providers/hyphen.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
import HyphenNoFillSvg from '@site/static/img/hyphen-no-fill.svg';
import { Provider } from '.';

export const Hyphen: Provider = {
name: 'Hyphen AI',
logo: HyphenNoFillSvg,
technologies: [
{
technology: 'JavaScript',
vendorOfficial: true,
href: 'https://github.com/Hyphen/openfeature-provider-javascript-server',
category: ['Server'],
},
{
technology: 'JavaScript',
vendorOfficial: true,
href: 'https://github.com/Hyphen/openfeature-provider-javascript-web',
category: ['Client'],
},
{
technology: 'Go',
vendorOfficial: false,
href: 'https://github.com/Hyphen/openfeature-provider-go',
category: ['Server'],
},
{
technology: 'Java',
vendorOfficial: true,
href: 'https://github.com/Hyphen/openfeature-provider-java',
category: ['Server'],
},
{
technology: '.NET',
vendorOfficial: true,
href: 'https://github.com/Hyphen/openfeature-provider-dotnet',
category: ['Server'],
},
{
technology: 'Python',
vendorOfficial: true,
href: 'https://github.com/Hyphen/openfeature-provider-python',
category: ['Server'],
},
{
technology: 'Swift',
vendorOfficial: true,
href: 'https://github.com/Hyphen/hyphen-openfeature-swift',
category: ['Client'],
},
],
};
2 changes: 2 additions & 0 deletions src/datasets/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { Flagsmith } from './flagsmith';
import { Flipt } from './flipt';
import { Goff } from './goff';
import { Harness } from './harness';
import { Hyphen } from './hyphen';
import { Kameleoon } from './kameleoon';
import { LaunchDarkly } from './launchdarkly';
import { MDBRules } from './mdb-rules';
Expand Down Expand Up @@ -63,6 +64,7 @@ export const PROVIDERS: Provider[] = [
Flipt,
Goff,
Harness,
Hyphen,
Hypertune,
Kameleoon,
LaunchDarkly,
Expand Down
35 changes: 35 additions & 0 deletions static/img/hyphen-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.