Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

GrowthBook

GrowthBook

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

23 reviews
from

External reviews are not included in the AWS star rating for the product.


    Events Services

Great tool with even better support

  • April 30, 2025
  • Review provided by G2

What do you like best about the product?
It's pretty straight forward if you know your way around other A/B testing tools. Does a really good job at that. Works well in our frontend as well as backend.
Their support is outstanding, we had an issue with our store and I was suspecting growthbook as one of the causes. Quick turnaround and hinting us the right direction did help us fix the real issue of a synchronous script from a third party not loading in time, something I had missed in the network tab myself.
What do you dislike about the product?
Well, could be slightly more opinionated for starters.
What problems is the product solving and how is that benefiting you?
conversion rate optimisation


    Daniel R.

Best Feature flag I have tested

  • February 06, 2025
  • Review provided by G2

What do you like best about the product?
The ease of technical implementation, flexibility of connection to data analysis tools and easy management of tests through the tool.
What do you dislike about the product?
I think there could be more use cases and support in the tool's onboarding process
What problems is the product solving and how is that benefiting you?
He helped me make robust customizations within my product by connecting several variables in my code without my technology team having to spend hours on development and also helped me analyze A/B Test data faithfully


    Steven M.

Easy set up, extremely powerful and data transparency

  • November 06, 2024
  • Review provided by G2

What do you like best about the product?
Native datawarehouse and feature flagging capabilies exceed expectations.
What do you dislike about the product?
No current way to preview server side experiments without turning test on.
What problems is the product solving and how is that benefiting you?
We did not have an AB/ Feature testing solution.


    Myles S.

Excellent platform with endless possibilities to advanced testing

  • August 22, 2024
  • Review provided by G2

What do you like best about the product?
The platform has let us explore multiple rounds of testing as well as a wide variety of metrics to test against. The dashboard is easy to use and read and store test data. The tools for both codebased tests and visual tests has allowed us to both roll out tests fast and learn whilst implementing codebased tests when we have more data to backup the dev time. Overall we are very pleased since switching to GrowthBook.
What do you dislike about the product?
The initial integration was painful. We joined the platform when it first started and some of the documentation was hard to interperet and took months of testing before we were confidnet in fully using Growthbook. Since however, we have had no issues and are thriving using GrowthBook as our primary testing tool.
What problems is the product solving and how is that benefiting you?
Testing variations of elements through split testsing then temporarily rolling out solutions whilst we invest in dev time to implement fully.


    Leisure, Travel & Tourism

Robust A/B Testing

  • August 21, 2024
  • Review provided by G2

What do you like best about the product?
Growthbook fit our needs being open source and able to self-host
Can connect to external data warehouses
Makes running A/B tests from feature flags easy
What do you dislike about the product?
Some features are locked behind the pro and enterprise pricing like advanced permissions by project
What problems is the product solving and how is that benefiting you?
Growthbook is our experimentation platform for running A/B tests on websites. The UI allows non-devs to run experiments after the SDK is configured with a one-time setup.


    Christian H.

Fully featured feature flag & experimentation product

  • August 15, 2024
  • Review provided by G2

What do you like best about the product?
Super easy to set up. Great support for a ton of different data warehouse providers. There is very good and thorough documentation as well as a vibrant community for additional help.
What do you dislike about the product?
I was in particular looking for an Angular integration, which the team doesn't provide nor the community. However we made one ourselves, so not a big deal.
What problems is the product solving and how is that benefiting you?
It allows us to quickly set up and conduct experiments - which helps us explore new business opportunities, features etc.


    Information Technology and Services

Easy to use, feature-rich, robust

  • August 13, 2024
  • Review provided by G2

What do you like best about the product?
GrowthBook has proven to be a reliable tool for running experiments and analyzing results. It offers useful features that help streamline the process of making data-driven decisions.
What do you dislike about the product?
GrowthBook offers strong A/B testing capabilities, but the learning curve for advanced features can be steep, especially for new users.
What problems is the product solving and how is that benefiting you?
GrowthBook helps solve the challenge of running and managing A/B tests efficiently, allowing teams to make data-driven decisions with confidence. By simplifying the process of experiment setup, tracking, and analysis, it saves time and reduces the risk of errors. This leads to faster iterations and more informed product development, ultimately improving the overall user experience and driving better results for the business.


    Matt J.

Talk about bang-for-buck

  • August 12, 2024
  • Review provided by G2

What do you like best about the product?
The tools offered are comprehensive, customer support gets you what you need, and including additional userTargeting is easy to implement. It's exceptionally reliable at splitting traffic and sending data to our warehouse.
What do you dislike about the product?
Sometimes the UI can be confusing and not the most user-friendly, but the community of GB users and their customer service reps are responsive and helpful. The integration took a bit longer than we were initially expecting and we had to make sure it was loading in the browser synchronously before the elements we were testing which had thrown off some early tests. But, now we use this day-in and day-out with ease.
What problems is the product solving and how is that benefiting you?
It solved splitting traffic for us, as we had no way to do this prior to integrating GrowthBook. Like many in this community we were relying on Google Optimize which was sunset late last year. GrowthBook was an effective, inexpensive, and comprehensive tool to replace Optimize and add new functionality we didn't have previously: Feature Flags.


    Tom T.

Great feature flag + A/B Testing Platform

  • August 12, 2024
  • Review provided by G2

What do you like best about the product?
Deploying GrowthBook in AWS works really well and we are very happy with the platform and what it can provide. We also had the requirement to use multiple organisations so we can isolate different teams and projects which also works very well. We were able to run the GrowthBook UI and proxies in ECS and have them communicate well along with DocumentDB as the backend database, and EFS for persistent storage.

We are still in the experimentation phase but so far everything we played with has worked well.

The team is very helpful and provide good support over Slack. Given the project is open source, we found there was one feature we really needed but was not implemented yet. We were able to contribute to the project and add the feature we wanted which was merged and available in the next release (just a few weeks later).
What do you dislike about the product?
We found that the client for obtaining features can be somewhat bloated and wasn't suited well for our use-case. We were looking to implement feature flags in Games/Game Engines over a simple REST API. This lead us to build a simple API middleware between the GrowthBook proxies and the clients to perform this instead to keep the interaction from the game client fairly simple.

Documentation sometime can be lacking, and very little is described about the `multi-org` setup which is present in the application.
What problems is the product solving and how is that benefiting you?
We can perform end-to-end AB testing of features enabled in Games and use the telemetry sent from our games to validate the test. This is a great way for us to quickly iterate and allow the teams/studios involved in developing the games to manage their own flags and experiments as they see fit.


    Anna S.

A small, very talented team

  • August 12, 2024
  • Review provided by G2

What do you like best about the product?
Very smart solutions. Feels like the people who are coding GB, does know very well AB testing and it's challenges, and they come up with very useful features.
What do you dislike about the product?
Sometimes hard to undertand the/find the right documentation, but they improved there a lot.
What problems is the product solving and how is that benefiting you?
It is a very nice alternative for those who were looking for an AB testing tool after the Google Optimize sunset.
The SQL based metrics, and the lot of possibilites to fine-tune metrics, making the AB test analyzing way faster.