splitrb/split
:chart_with_upwards_trend: The Rack Based A/B testing framework observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 97
- Release rhythm 9
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5590
- days_rel: 395
- days_push: 19
- n_releases_24m: 1
Adoption not part of the score
2707 stars · 369 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Split is a Rack-based A/B testing framework for Ruby web applications, working with Rails, Sinatra, or any Rack-compatible app. It uses Redis as its datastore to run experiments, assign users consistent alternatives, and track conversions.
Use cases
- run a/b tests on my rails app
- test different button images to see which converts better
- split traffic between two page variants
- track experiment conversions in a sinatra app
- a/b testing framework backed by redis
- show different text or templates per experiment group
When to choose
- you have a Rack-based Ruby app (Rails, Sinatra) and want lightweight, extensible A/B testing
- you already run Redis and want experiment state stored there
- you need hacker-friendly customization of experiment logic and metrics
When to avoid
- your stack is not Ruby/Rack-based
- you want a hosted SaaS experimentation platform with dashboards out of the box
- you cannot run Redis 4.0+ as a dependency
Facets
library · maturity active
middleware analytics caching web-development analytics backend ruby self-hosted ab-testing rack redis experimentation conversion-tracking rails sinatra web-server
4 sources
- readme: https://github.com/splitrb/split · fetched 2026-08-28 · cccacdccaf6a
- homepage: https://rubygems.org/gems/split · fetched 2026-08-29 · ca0ca1ea6d9a
- site_page: https://guides.rubygems.org/command-reference · fetched 2026-08-29 · ef62154d6253
- site_page: https://rubygems.org/pages/about · fetched 2026-08-29 · e4248571fa5d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| splitrb/split | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem