Support: Backend, Frontend
Continuous Integration:
License:
A simple A/B testing platform.
Xperiments A/B Tesing Service is a real time platform to create and manage A/B experiments. Users are empowered to run experiments across many applications and platforms (e.g. web, mobile, desktop)
It's very fast and can handle millions of users.
- API driven - Separate API endpoints that deal with management and assignment of experiments
- Experiment Management UI - Comes bundled with a Material-UI based interface to manage experiments
- Postgresql verions 9.4 and newer
- Elixir 1.4
- Erlang 19.0 (might work on older versions, not tested)
- Node.js v4.0 and higher
% brew install elixir
% git clone git@github.com:WeTransfer/Xperiments.git
% cd Xperiments; mix deps.get
% mix ecto.create && mix ecto.migrate
% npm install yarn
% (cd assets; yarn install)
% mix phx.server
Now you can visit lvh.me:5000
from your browser.