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.
% 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.