growthbook / growthbook
- четверг, 3 марта 2022 г. в 00:30:39
Open Source Feature Flagging and A/B Testing Platform
Open Source Feature Flagging and A/B Testing
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 feature flagging and 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.
We want to give all companies the flexibility and power of a fully-featured in-house platform without needing to build it themselves.
Create a free GrowthBook Cloud account to get started.
The included docker-compose.yml file contains the GrowthBook 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 GrowthBook 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 GrowthBook even better!
We
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 GrowthBook app will always remain open and free, although we may add some commercial enterprise add-ons in the future.