# sixpack/sixpack

Sixpack is a language-agnostic a/b-testing framework

Repository: https://github.com/sixpack/sixpack
Canonical: https://ross.abutalabs.com/products/sixpack
Homepage: http://sixpack.seatgeek.com
Language: Python
License: BSD-2-Clause
License Family: permissive
Last push: 2022-08-21T18:43:32+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5040, "days_push": 1473, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1754, forks 179 (observed 2026-08-28T04:05:32.060341+00:00)

## What it is
Sixpack is a language-agnostic A/B testing framework that exposes a simple HTTP API for client libraries in any programming language. It consists of a server for handling experiment participation/conversion requests backed by Redis, and an optional web dashboard for tracking and acting on tests.

## Use cases
- run a/b tests across multiple programming languages
- self-host an experimentation server
- track experiment conversions via a simple rest api
- serve feature experiments without vendor lock-in
- filter bot traffic from a/b test results
- monitor experiment metrics with statsd

## When to choose
- you need language-agnostic a/b testing behind a simple http api
- you want a self-hosted alternative to hosted experimentation services
- you already run redis and want lightweight split testing

## When to avoid
- you need a modern actively maintained experimentation platform
- you want client-side sdk-heavy testing without running a server
- you need advanced statistical analysis or bayesian reporting out of the box

## Facets
- artifact type: service
- maturity: maintenance
- function: http-server, api-framework, analytics, feature-flags
- domain: web-development, analytics, developer-tools, self-hosted
- platform: python, self-hosted
- tags: ab-testing, experimentation, split-testing, redis, statsd, language-agnostic, web-server, docker

## Member repositories
- sixpack/sixpack (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.060341+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:28:08.933747+00:00, confidence not recorded.
  - readme: https://github.com/sixpack/sixpack (fetched 2026-08-28T04:05:32.060341+00:00, sha 6aa3d1e722c0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
