Docs/Getting Started/

Introduction

Everything you need to start using Flagpool

What is Flagpool?

Flagpool is a feature flag management platform that helps engineering teams deploy features with confidence. Control who sees what, when, and how — without redeploying your application.

All flag evaluation happens locally in your application using the Flagpool SDK — no network round-trips per evaluation. Flag definitions are fetched once from the CDN and kept up to date via polling or real-time updates.

Why Feature Flags?

Feature flags (also known as feature toggles) let you:

  • Ship code without releasing features — merge to main safely
  • Gradually roll out to a percentage of users
  • Target specific users with advanced rules
  • Instantly kill a feature if something goes wrong
  • Run A/B experiments with string, number, or JSON variations

How It Works

The typical workflow for using Flagpool involves:

  1. Create a project in the Flagpool dashboard
  2. Install the SDK for your platform
  3. Create feature flags in the dashboard
  4. Evaluate flags in your application code
  5. Control rollouts through the dashboard

Prerequisites

Before you begin, make sure you have:

  1. A Flagpool account — sign up for free
  2. A project to integrate feature flags into
  3. The appropriate runtime for your language:
SDKRuntime
JavaScript / TypeScriptNode.js 18+ or any modern browser
ReactReact 18+
PythonPython 3.8+
GoGo 1.19+
JavaJava 11+
C# / .NET.NET 6.0+

Next Steps

Start Managing Feature Flags Today

Join teams who trust Flagpool to deliver features safely and efficiently.

No credit card required • Cancel anytime