Bucket Feature flags for SaaS that run on TypeScript.
Created 4 months ago
Bucket Feature flags for SaaS that run on TypeScript.
What is Bucket Feature flags for SaaS that run on TypeScript.?
Bucket provides various SDKs for different frameworks including React, Vue, and Node.js, along with a CLI for interaction and type generation. It also supports OpenFeature integration for both browser and Node.js environments.
Documentation
Bucket
Feature flags for SaaS that run on TypeScript. Learn more and get started
React SDK
Client side React SDK
Vue SDK (beta)
Client side Vue SDK
Browser SDK
Browser SDK for use in non-React web applications
Node.js SDK
Node.js SDK for use on the server side. Use this for Cloudflare Workers as well.
Bucket CLI
CLI to interact with Bucket and generate types
OpenFeature Browser Provider
Use Bucket with OpenFeature in the browser through the Bucket OpenFeature Browser Provider
OpenFeature Node.js Provider
Use the Bucket with OpenFeature on the server in Node.js through the Bucket OpenFeature Node.js Provider
Development# Versioning
- Create a new branch locally
- Run
yarn run version - Push and PR
Publishing
The Github Action will automatically publish any versioned packages when merging to main
Server Config
{
"mcpServers": {
"bucket-feature-flags-for-saas-that-run-on-typescript.-server": {
"command": "npx",
"args": [
"bucket-feature-flags-for-saas-that-run-on-typescript."
]
}
}
}