The Open Source A/B Testing Platform
Get up and running in 1 minute with: ```sh git clone https://github.com/growthbook/growthbook.git cd growthbook docker-compose up -d ``` Then visit http://localhost:3000 [](https://www.growthbook.io) ## Our Philosophy 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. ## Major Features - ❄️ Pull data from Snowflake, Redshift, BigQuery, Mixpanel, Google Analytics, [and more](https://docs.growthbook.io/app/datasources) - 🆎 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](https://github.com/growthbook/growthbook-react), [Javascript](https://github.com/growthbook/growthbook-js), [PHP](https://github.com/growthbook/growthbook-php), [Ruby](https://github.com/growthbook/growthbook-ruby), and [Python](https://github.com/growthbook/growthbook-python) with more coming soon - 👁️ [Visual Editor](https://docs.growthbook.io/app/visual) 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 ## Try Growth Book ### Managed Cloud Hosting Create a free [Growth Book Cloud](https://app.growthbook.io) account to get started. ### Open Source The included [docker-compose.yml](https://github.com/growthbook/growthbook/blob/main/docker-compose.yml) file contains the Growth Book App and a MongoDB instance (for storing cached experiment results and metadata): ```sh 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](https://docs.growthbook.io/self-host) for more details. ## Documentation and Support View the [Growth Book Docs](https://docs.growthbook.io) for info on how to configure and use the platform. Join [our Slack community](https://join.slack.com/t/growthbookusers/shared_invite/zt-oiq9s1qd-dHHvw4xjpnoRV1QQrq6vUg) if you get stuck, want to chat, or are thinking of a new feature. Or email us at [hello@growthbook.io](mailto:hello@growthbook.io) if Slack isn't your thing. We're here to help - and to make Growth Book even better! ## Contributors We ❤️ all contributions, big and small! Read [CONTRIBUTING.md](/CONTRIBUTING.md) for how to setup your local development environment. If you want to, you can reach out via [Slack](https://join.slack.com/t/growthbookusers/shared_invite/zt-oiq9s1qd-dHHvw4xjpnoRV1QQrq6vUg) or [email](mailto:hello@growthbook.io) and we'll set up a pair programming session to get you started. ## License 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.