Now in Private Beta

Feature flags that
ship with confidence

The feature flag platform built for Ruby and Rails. Progressive rollouts, environment inheritance, audit logs, and powerful analytics — so you can ship faster without the stress.

app/controllers/checkout_controller.rb
# Simple feature checks
if Flagstack.enabled?(:new_checkout_flow)
  render_new_checkout
end

# Actor-based rollouts
if Flagstack.enabled?(:beta_features, current_user)
  show_beta_banner
end

Built for Ruby teams

Not another generic feature flag service

Flipper Compatible

Already using Flipper? Keep your existing code. Flagstack syncs with your app and works with both APIs.

Environment Inheritance

Production, staging, development — flags cascade down with override support. Personal dev environments for each team member.

Complete Audit Trail

Every change is logged with who, what, when. One-click rollback to any previous state.

Built-in Analytics

See how your flags are performing with real-time evaluation metrics and historical trends.

Ready to ship features with confidence?

Join the beta. Free during early access, no credit card required.

Coming Soon

What we're building next

Progressive Rollouts

Gradually roll out features to a percentage of users with automatic ramp-up.

Change Requests

PR-style approval workflow for production flag changes.

Webhooks & Slack

Get notified when flags change. Integrate with your workflow.

Code References

See exactly where each flag is used in your codebase.