AlephBet is a pure-javascript A/B (multivariate) testing framework for developers.
Key Features:
- A choice of tracking backends:
- Weighted variants. See #20
- user-based / cross-device experiments. See #16
- Pluggable backends: event tracking (defaults to Google Universal Analytics), and storage (defaults to localStorage)
- Supports multiple variants and goals
- Tracks unique visitors and goal completions
- Flexible triggers
- Ideal for use with page and fragment caching
- Developer-friendly for both usage and contirbution (using npm / webpack)