FLAGSHIP

INTEGRATIONS

Works with your entire stack. SDKs for every language. Native integrations with your favorite tools.

OFFICIAL SDKs

JavaScript/TypeScript

Works in Node.js, browsers, and edge functions

npm install @flagship/sdk

Python

Full-featured SDK for Python 3.8+

pip install flagship-sdk

Go

High-performance Go client

go get github.com/flagshipsh/go-sdk

Java

Enterprise-ready Java client

gradle dependency:add:com.flagship:sdk

Ruby

Gem for Rails and Ruby apps

gem 'flagship-sdk'

PHP

Composer package for PHP 7.4+

composer require flagship/sdk

FRAMEWORK INTEGRATIONS

React

Native hooks and context support

Next.js

App & Pages Router compatible

Vue 3

Composables and directive support

Angular

Dependency injection compatible

Svelte

Stores and reactive bindings

Remix

Loader and action support

iOS Native

Swift and Objective-C

Android Native

Kotlin and Java

React Native

iOS and Android support

SERVICE INTEGRATIONS

Analytics

  • • Segment
  • • Amplitude
  • • Mixpanel
  • • Google Analytics 4

Observability

  • • Datadog
  • • Splunk
  • • New Relic
  • • Elastic

Product Tools

  • • LaunchDarkly competitor
  • • Optimizely alternative
  • • VWO comparison
  • • PostHog integration

Developer Tools

  • • GitHub webhook
  • • Slack notifications
  • • PagerDuty alerts
  • • Vercel edge functions

REST API

Full REST API for programmatic flag management. Create flags. Update rules. Query experiments.

API Endpoints

  • GET /api/v1/flags
  • POST /api/v1/flags
  • PATCH /api/v1/flags/{id}
  • GET /api/v1/experiments
  • POST /api/v1/experiments
  • GET /api/v1/segments
View API Documentation