ToggleFleet Sign in Start free
Flipper Cloud alternative

Every gate Flipper has.
A flat bill instead of a per-seat one.

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

ToggleFleet vs Flipper Cloud

Flipper Cloud pricing verified June 2026 from flippercloud.io/pricing.

ToggleFleetFlipper Cloud
Free tier10 flags · unlimited seats5 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 modelflat — no per-seat feesper seat
Gatesall fiveall five
Ruby gem + REST API✓ (open source, MIT)✓ Ruby
Environmentsprod / staging / dev + custom
Teams & roles

Start free →

Migrating

Same model, one initializer

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.

config/initializers/togglefleet.rb
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)
  # …
end

Full setup in the docs. The gem evaluates locally (no network on the hot path) and fails safe if the service is unreachable.

FAQ

Flipper Cloud alternative — questions

Is ToggleFleet a good Flipper Cloud alternative?

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.

How much cheaper is it?

$15/mo flat for unlimited seats, versus Flipper Cloud's $49 (10 seats), $149 (25), and $299 (50). Verified June 2026.

Is ToggleFleet affiliated with Flipper?

No. It's an independent product that implements the same well-known gate concepts the open-source Flipper gem popularized.

Do I have to rewrite my code?

No rewrite — swap to the togglefleet gem and point it at your key. Same gates, same enabled? mental model.

Is there a free tier?

Yes — 10 flags, unlimited members, unlimited environments, no card.