Skip to content
railsengines.com

Split

Rack-based A/B testing with a mountable dashboard

Takes off your invoice

You would run instead $0/mo

No ratings yet
Gem
split
Repository
splitrb/split
License
MIT
Stars
2,700
Added
August 09, 2026
Split mounted at /split
Split mounted at /split

About

The long-running Rack A/B testing framework, with a dashboard you mount.

What you get

  • Experiments with any number of alternatives
  • Multiple goals per experiment
  • Weighted alternatives, and forced variants for QA
  • A dashboard to start, stop and reset experiments and pick a winner
  • Redis-backed

Mounting it

ruby
# Gemfile
gem "split"

# config/routes.rb
authenticate :user, ->(user) { user.admin? } do
  mount Split::Dashboard, at: "split"
end

Split or Field Test

Split stores in Redis and has been around longer; Field Test stores in your database
and reports Bayesian probabilities. If you want experiment data joinable with the
rest of your schema, take Field Test.

Discussion (0)

Sign in to join the discussion.

No comments yet.