Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.2 KB

Bucket

Bucket is B2B feature flagging with a built-in feedback loop that lets you roll out features based on customer satisfaction.

Learn more and get started

React SDK

Client side React SDK

Read the docs

Browser SDK

Browser SDK for use in non-React web applications

Read the docs

Node.js SDK

Node.js SDK for use on the server side.

Read the docs

Bucket CLI

CLI to interact with Bucket and generate types

Read the docs

OpenFeature Browser Provider

Use Bucket with OpenFeature in the browser through the Bucket OpenFeature Browser Provider

Read the docs

OpenFeature Node.js Provider

Use the Bucket with OpenFeature on the server in Node.js through the Bucket OpenFeature Node.js Provider

Read the docs

Development

Versioning

  1. Create a new branch locally
  2. Run yarn run version
  3. Push and PR

Publishing

The Github Action will automatically publish any versioned packages when merging to main