The Open Source A/B Testing Platform
Get up and running in 1 minute with:
git clone https://github.com/growthbook/growthbook.git
cd growthbook
docker-compose up -d
Then visit http://localhost:3000
The top 1% of companies spend thousands of hours building their own A/B testing platforms in-house. The other 99% are left paying for expensive 3rd party SaaS tools or hacking together unmaintained open source libraries.
Growth Book gives you the flexibility and power of a fully-featured in-house A/B testing platform without needing to build it yourself.
- ❄️ Pull data from Snowflake, Redshift, BigQuery, Mixpanel, Google Analytics, and more
- 🆎 Bayesian statistics engine with support for binomial, count, duration, and revenue metrics
- ⬇️ Drill down into A/B test results by browser, country, or any other attribute
- 💻 Client libraries for React, Javascript, PHP, Ruby, and Python with more coming soon
- 👁️ Visual Editor for non-technical users to create experiments (beta)
- 📝 Document experiments with screenshots and GitHub Flavored Markdown
- 🔔 Automated email alerts when tests become significant
- 💡 Lightweight idea board and objective prioritization framework
Create a free Growth Book Cloud account to get started.
The included docker-compose.yml file contains the Growth Book App and a MongoDB instance (for storing cached experiment results and metadata):
git clone https://github.com/growthbook/growthbook.git
cd growthbook
docker-compose up -d
Then visit http://localhost:3000 to view the app.
Check out the full Self-Hosting Instructions for more details.
View the Growth Book Docs for info on how to configure and use the platform.
Join our Slack community if you get stuck, want to chat, or are thinking of a new feature.
Or email us at hello@growthbook.io if Slack isn't your thing.
We're here to help - and to make Growth Book even better!
We ❤️ all contributions, big and small!
Read CONTRIBUTING.md for how to setup your local development environment.
If you want to, you can reach out via Slack or email and we'll set up a pair programming session to get you started.
This project uses the MIT license. The core Growth Book app will always remain open and free, although we may add some commercial enterprise add-ons in the future.