Flaglyby Flipgate
Open source · powered by flipgate

Ship features without
shipping code

Create feature flags in a dashboard, toggle them instantly. Your app updates in seconds — no redeployment, no config files.

Two lines to use a flag

import { useFeatureFlag } from 'flipgate';

const { enabled } = useFeatureFlag('new-dashboard');

return enabled ? <NewDashboard /> : <OldDashboard />;

Instant updates

Toggle a flag and your app picks it up within 10 seconds. No redeploy, no config push.

Any React app

Works with Next.js, Remix, Vite, Gatsby — or any JS environment via flipgate-core.

Safe by default

API keys are read-only and safe to expose client-side. Flags default to false until loaded.