📖
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
  • Let's familiarise ourselves with the terminology first
  • Dashboard components
  • Features
  • Environments
  • Add feature
  • Target audience
  • Settings
  • Profile
  1. Launchbees Overview

Overview of the Launchbees dashboard

Feel like a tech wizard without any risk of turning your cat into a pumpkin 🎃

Launchbees dashboard is a comprehensive and user-friendly interface that allows developers, product managers, and other stakeholders to effectively manage and control features within a software application or system. It provides a centralized platform for teams to plan, deploy, and monitor features, enabling seamless collaboration and faster development cycles.

Let's familiarise ourselves with the terminology first

  1. Feature flags: A feature flag, also known as a feature toggle or feature switch is used to enable or disable certain features in an application without the need for redeployment. With Launchbees, It can be managed dynamically at runtime through a centralized system.

  2. Environments: Environments refer to different deployment environments or stages where software applications are hosted and tested before being released to the production environment. You control the availability and behavior of features during different stages of development and testing. Common environments are - development, staging, and production.

  3. Enterprise: Target audience or enterprises refer to your customers' accounts. To target, you can select from the list of enterprises that are your customers.

Dashboard components

Features

As soon as you log in, you will be redirected to the feature flags table. Use this table to see all feature flags in the selected environment. By default, the development environment will be chosen.

Table contains -

  1. Name of the feature flag

  2. Unique ID of the feature

  3. Description of the feature

  4. Creation date and time

  5. Status: Live or Draft

  6. Target enterprises or update the enterprise's list

  7. Edit feature

  8. Copy the code of the feature flag to be used in your application

  9. Delete feature flag

Environments

By default, two environments will be there in your account - development, and production. All the feature flags will be available in all environments. If you add a new feature flag, you will be able to access it from all two environments. While feature flags will remain the same, all the environments will have different targeting options. For example, in staging you can target just your own organization to test, and in production, you can target three end enterprises for beta release.

Add feature

Click on the "Add feature" button to add a new feature flag. To add a new feature flag you will have to enter -

  1. Feature name

  2. A unique feature key

  3. Description of the feature

Target audience

Use this section to select enterprises for whom you want to enable the feature. You can select all the enterprises from the dropdown or only a few based on the type of release that you are doing.

Settings

On the settings page, you can find the environment key to be used in the SDK integration. All three environments (development, staging, and production) will have different environment keys. You can also add your own custom environment using the "Add Environment" button.

Profile

You can view your profile or view all the members in your organization using this page.

PreviousWhat can you do with Launchbees?NextHow does Launchbees work?

Last updated 1 year ago

📝