Open Source & Self-Hosted

Feature flags that stay
on your infrastructure

Open-source, self-hosted feature flag platform. Ship features safely with full control โ€” no vendor lock-in, no data leaving your network.

MIT Licensed
<1ms Eval time
0 Ext. dependencies

Everything you need

A complete feature flag platform that runs entirely on your infrastructure.

๐Ÿ”’

On-Premise

Your data stays on your servers. Full compliance, zero third-party access.

๐ŸŽฏ

Targeting Rules

Target by user ID, attributes, or roll out to a percentage of users.

๐ŸŒ

Multi-Environment

Isolated dev, staging, and production environments with scoped API keys.

โšก

Blazing Fast

SQLite-powered evaluation in sub-millisecond. No external database required.

๐Ÿ“ก

REST API

Simple HTTP API for flag management and evaluation. Batch support included.

๐Ÿ–ฅ๏ธ

Admin Dashboard

Built-in web UI to manage projects, environments, and flags visually.

Simple by design

One API call to evaluate a flag. That's it.

# Create a flag
curl -X POST /api/flags \
  -H "Authorization: Bearer ff_your_key" \
  -d '{"key": "dark-mode", "name": "Dark Mode"}'

# Evaluate it
curl -X POST /api/evaluate/dark-mode \
  -H "Authorization: Bearer ff_your_key" \
  -d '{"userId": "user-42"}'

โ†’ { "enabled": true }

Up and running in 30 seconds

Three steps from zero to feature flags.

1

Install

npx flagforge init or clone the repo. One command, no config.

2

Configure

Create projects, environments, and flags from the admin dashboard.

3

Ship

Evaluate flags via REST API or client SDKs. Roll out safely to any percentage.

How FlagForge compares

See how we stack up against popular alternatives.

FlagForge LaunchDarkly Unleash
Self-hosted โœ“ โœ— โœ“
Open source MIT โœ— Partial
Pricing Free From $8.33/seat/mo From $0 (limited)
External deps None N/A PostgreSQL
Setup time 30 seconds N/A Minutes
Targeting โœ“ โœ“ โœ“
Multi-env โœ“ โœ“ โœ“

Official SDKs

Drop-in client libraries for your stack.

Python, Go, and more coming soon

Why self-hosted?

Your infrastructure, your rules.

๐Ÿ›ก๏ธ

Compliance

Your data never leaves your network. Meet regulatory requirements without compromise.

๐Ÿ’ฐ

Cost

Free forever. No per-seat pricing, no usage limits, no surprise bills.

๐Ÿ”‘

Control

No vendor lock-in. MIT licensed. Fork it, extend it, make it yours.

Built in the open

FlagForge is MIT licensed and community-driven. Star us on GitHub, open an issue, or submit a PR.

Star on GitHub