Now with AI-powered rollout recommendations

Ship features with confidence

Flagship is a modern feature flag management platform that helps development teams release features safely, test in production, and deliver faster.

No credit card required · Free tier available

flagship.dev/dashboard

Total Projects

12

Feature Flags

87

Active Flags

64

API Requests

2.4M

Recent Flags

View all →
dark_mode
100%ON
new_checkout
45%ON
ai_suggestions
0%OFF

TRUSTED BY ENGINEERING TEAMS AT

VercelStripeLinearNotionFigmaDiscord

Everything you need to ship safely

Powerful features to help your team release with confidence and iterate faster.

Feature Flags

Toggle features on/off instantly without deploying new code. Control what users see in real-time.

Instant Rollouts

Gradually roll out features to specific percentages of users. Reduce risk with controlled releases.

Kill Switches

Instantly disable problematic features in production without emergency deployments.

Analytics & Insights

Track feature adoption, performance metrics, and user engagement in real-time.

User Targeting

Target specific user segments, beta testers, or enterprise customers with precision.

Multi-Environment

Manage flags across development, staging, and production environments seamlessly.

Get started in minutes

Integrate Flagship into your application with just a few lines of code.

1

Create a flag

Define your feature flag in the dashboard with targeting rules and rollout percentages.

2

Add the SDK

Install our lightweight SDK and initialize it with your API key. Works with any framework.

3

Ship with confidence

Toggle features remotely, run experiments, and roll back instantly if needed.

app.tsx
import { Flagship } from '@flagship/sdk';

// Initialize the SDK
const flagship = new Flagship({
  apiKey: 'your-api-key',
  environment: 'production'
});

// Check if a feature is enabled
if (flagship.isEnabled('new_checkout')) {
  // Show new checkout experience
  renderNewCheckout();
}

Simple, transparent pricing

Start free and scale as you grow. No hidden fees.

Starter

For small teams getting started

Free
  • Up to 5 feature flags
  • 1 project
  • 2 environments
  • Community support

Pro

For growing teams and products

$49/month
  • Unlimited feature flags
  • 10 projects
  • Unlimited environments
  • Advanced targeting
  • Audit logs
  • Priority support

Enterprise

For large-scale organizations

Custom
  • Everything in Pro
  • Unlimited projects
  • SSO & SAML
  • SLA guarantee
  • Dedicated support
  • Custom integrations

Ready to ship with confidence?

Join thousands of teams using Flagship to release features safely.

Get Started for Free