> ## Documentation Index
> Fetch the complete documentation index at: https://docs.softlaunch.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Ship features with confidence using real-time feature flags.

Softlaunch is a feature flag platform. You wrap new code in a flag, then turn it on, roll it out gradually, or target specific users — all without redeploying.

Your SDKs evaluate flags **locally** against a configuration snapshot served from a global CDN, so evaluations are instant and add no network latency to your app. When you change a flag, the update propagates to connected SDKs in real time.

## What you can do

<CardGroup cols={2}>
  <Card title="Toggle features instantly" icon="toggle-on">
    Turn features on or off per environment without a deploy.
  </Card>

  <Card title="Roll out gradually" icon="chart-line">
    Release to a percentage of users and ramp up with consistent bucketing.
  </Card>

  <Card title="Target precisely" icon="users">
    Serve different variations to different users based on their attributes.
  </Card>

  <Card title="Update in real time" icon="bolt">
    Flag changes reach connected SDKs immediately — no polling required.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first flag and read it from an SDK in a few minutes.
  </Card>

  <Card title="Core concepts" icon="book-open" href="/concepts/feature-flags">
    Understand flags, environments, targeting, and how evaluation works.
  </Card>

  <Card title="SDKs" icon="code" href="/sdks/overview">
    Install a client or server SDK and start evaluating flags.
  </Card>

  <Card title="How it works" icon="diagram-project" href="/concepts/how-it-works">
    See how configuration flows from the dashboard to your app.
  </Card>
</CardGroup>
