ToggleFleet implements the same five-gate model — boolean, actor, group, % of actors, % of time — as a hosted service. The difference is the price: $15/mo flat for your whole team, versus Flipper Cloud's $49 → $299 per-seat tiers. Independent product, same mental model, drop-in Ruby gem.
Head to head
Flipper Cloud pricing verified June 2026 from flippercloud.io/pricing.
| ToggleFleet | Flipper Cloud | |
|---|---|---|
| Free tier | 10 flags · unlimited seats | 5 flags · 2 seats |
| Entry paid plan | $15/mo · unlimited seats | $49/mo · up to 10 seats |
| Team of 25 | $15/mo | $149/mo |
| Team of 50 | $15/mo | $299/mo |
| Pricing model | flat — no per-seat fees | per seat |
| Gates | all five | all five |
| Ruby gem + REST API | ✓ (open source, MIT) | ✓ Ruby |
| Environments | prod / staging / dev + custom | ✓ |
| Teams & roles | ✓ | ✓ |
Migrating
You're already thinking in gates, so there's nothing conceptual to relearn — swap the SDK for the togglefleet gem, point it at your environment's key, and keep your enabled? checks.
ToggleFleet.configure { |c| c.sdk_key = ENV["TOGGLEFLEET_SDK_KEY"] }
ToggleFleet.register_group(:admins) { |u| u.admin? }
ToggleFleet.start
if ToggleFleet.enabled?(:checkout_v2, actor: current_user)
# …
endFull setup in the docs. The gem evaluates locally (no network on the hot path) and fails safe if the service is unreachable.
FAQ
Yes — it implements the same five gates as a hosted service, priced flat at $15/mo instead of per-seat. Ruby gem, REST API, teams, and multiple environments included.
$15/mo flat for unlimited seats, versus Flipper Cloud's $49 (10 seats), $149 (25), and $299 (50). Verified June 2026.
No. It's an independent product that implements the same well-known gate concepts the open-source Flipper gem popularized.
No rewrite — swap to the togglefleet gem and point it at your key. Same gates, same enabled? mental model.
Yes — 10 flags, unlimited members, unlimited environments, no card.