Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.91 KB

File metadata and controls

33 lines (23 loc) · 1.91 KB

Subflag SDKs

npm @subflag/openfeature-web-provider npm @subflag/openfeature-node-provider gem subflag-openfeature-provider

Official SDKs for Subflag feature flag management.

SDKs

SDK Language Framework Install
Web Provider TypeScript React, Vue, etc. npm install @subflag/openfeature-web-provider
Node Provider TypeScript Express, Fastify, etc. npm install @subflag/openfeature-node-provider
Ruby Provider Ruby OpenFeature SDK gem install subflag-openfeature-provider
Kotlin Provider Kotlin/Java Android, Spring, Ktor JitPack
Rails Ruby Rails gem install subflag-rails

OpenFeature

The Web, Node, Ruby, and Kotlin providers are OpenFeature-compliant, providing a vendor-neutral API for feature flags. The Rails SDK offers a more idiomatic Rails experience with helpers and view integration.

Getting Started

  1. Sign up at subflag.com
  2. Create a project with environments (dev, staging, production)
  3. Create feature flags and configure variants
  4. Generate an API key for your environment
  5. Install an SDK and start evaluating flags

License

MIT