📖
User Guide
  • Launchbees Overview
    • 💡What is Launchbees
    • ✨What can you do with Launchbees?
    • 📝Overview of the Launchbees dashboard
  • Product Guide
    • ❓How does Launchbees work?
    • 📪Create and release your first feature
    • 🏗️Feature flag actions
  • SDK Integration Guide
    • 🛠️Using Launchbees React SDK
  • Use Cases
    • 🚀Release a paid feature
Powered by GitBook
On this page
  • Step 1 - Add a feature
  • Step 2 - Copy the Feature Code
  • Step 3 - Select Environment
  • Step 4 - Target Enterprises
  • Step 5 - Make your feature live
  1. Product Guide

Create and release your first feature

Strategize, plan your moves, and hope your users don't checkmate you with unexpected bugs ♟

PreviousHow does Launchbees work?NextFeature flag actions

Last updated 1 year ago

Make sure you have integrated the Launchbees SDK into your application. If not, follow the .

Step 1 - Add a feature

Click the add feature button to create a new feature flag. Enter the feature name, a unique feature key, and a description of the feature. Click on the "Create Feature" button to add the feature. The created feature would be visible in all the environments by default.

If you have a list of all the enterprises to target for this feature at the moment, you can select them. If not, you can skip this step for now.

Step 2 - Copy the Feature Code

Step 3 - Select Environment

As soon as you add a feature, it will be added to all the environments. You can select the environment that you want to test in from the environment's dropdown. We recommend first testing in the staging environment and then only moving to the production environment.

Step 4 - Target Enterprises

Once you have selected the environment, you can select the enterprises to target. Please note that all the environments might have different enterprise lists based on your SDK integration. Click the "Target" button to select the enterprises. You can select all the enterprises at once or choose to do a beta release with only a few customers.

Step 5 - Make your feature live

Whenever you want to enable the features in your customers' accounts, change the status of the toggle from draft to live. As soon as you change the status, you will be able to see the feature in the targeted customers' accounts.

After adding the feature, click on the "Code" button. You can copy this code and share it with your developer to add to the application. Without this step, your feature will not work on the dashboard. You can follow the to understand how to use this code.

📪
integration guide
integration guide