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

Strapi

Strapi

Reviews from AWS customer

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

External reviews

191 reviews
from

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


    Amr A.

Simple with many advanced options

  • December 30, 2023
  • Review provided by G2

What do you like best about the product?
It can be used as a simple and easy-to-use CMS without any complications and comes with built-in graphQL support, API tokens with custom permissions, localization and ready to pair with Next.JS!
And all of these features can be used under a community license without any fees.
What do you dislike about the product?
I have been trying it for 2 days, haven't found any issues yet.
What problems is the product solving and how is that benefiting you?
Quick and easy to manage content management system


    Biswajit B.

Strapi Experience

  • December 28, 2023
  • Review provided by G2

What do you like best about the product?
Strapi is very easy to get started . It is one of the best CMS . The documentation is very clear and easy to undersatnd. It is open source so continuously growing.
What do you dislike about the product?
The deployment is kind of tricky for strapi. There should be much support in strapi.
What problems is the product solving and how is that benefiting you?
We are using strapi for headless CMS. It helps us managing and adding data.


    Writing and Editing

Fantastic CMS

  • October 12, 2023
  • Review provided by G2

What do you like best about the product?
It's highly customizable, intuitive, and easy to use. There's also plenty of resources out there to help you do what you need to do.
What do you dislike about the product?
Learning how things work can take some time.
What problems is the product solving and how is that benefiting you?
It helps the writing team upload and modify website content.


    Sushmeet S.

Great CMS!

  • April 18, 2023
  • Review provided by G2

What do you like best about the product?
The best thing about Strapi is that it is quite user friendly and anyone with a moderate education making changes to the backend of a website can do it without the need for a developer.
What do you dislike about the product?
There's not much to dislike about Strapi just that it can have more functionalities.
What problems is the product solving and how is that benefiting you?
Strapi solved the problem of having a Headless CMS with a great interface for us to easily modify the content on the website that we developed.


    Verified User in Computer Software

Best headless CMS for advance users

  • February 27, 2023
  • Review provided by G2

What do you like best about the product?
It has lots of preconfigured customization which can be further customized to make it more useful according to your needs.
What do you dislike about the product?
It becomes sometimes complex for beginners. It has too much available that become sometimes overwhelming in some scenarios.
What problems is the product solving and how is that benefiting you?
Helpful in managing the backend of the jam stack website. It has lots of things premade that can be useful for development. We have a need for CMS that can be self-hosted and Starpi is a good choice for that.


    Rahul C.

Strapi is our go to for content management on app

  • February 17, 2023
  • Review provided by G2

What do you like best about the product?
The interface is easy to grasp and implement.
Creating carousels and video feed within our app has optimized thanks to strapi.
What do you dislike about the product?
Its difficult to manage the team and add more users for non-tech people like me.
What problems is the product solving and how is that benefiting you?
Strapi is helping us deploy in app banners and carousels on different screens. We also use it for uploading videos in different categories for our in-app training.


    Kunal C.

One of the best CMS

  • February 14, 2023
  • Review provided by G2

What do you like best about the product?
Strapi is a great CMS(Content Management System) which provide a lot of great features like easy integration with the product, fast content change, inbuilt editor with multiple formatting options. The content also includes and option to support media files.
What do you dislike about the product?
Although Strapi is a great product, but there is one thing that can be improved which is the editor provides a very limited formatting options. The editor is a bit basic.
What problems is the product solving and how is that benefiting you?
We are using strapi as content management system for our course content in Learning Management System. We also use strapi for managing the content of our blogs and events.


    Ilya G.

Best balance between "build v buy" you can find. Especially if you ned to self-host.

  • January 31, 2023
  • Review provided by G2

What do you like best about the product?
Clear intuitive interface. Excellent collection of plugins. Define data structures in development mode and then enforce them in published versions. Landed itself wonderfully to dockerizing both in local development and production environment. Has GraphQL capability which accelerates development. Put Apollo Client on the other end and you are good to go. Also has a plugin to output all the TypeScript types for entities you defined in the backend. Plugins are very straightforward to install and propagate between environments.
What do you dislike about the product?
Native API querying is quite cumbersome. Has a nice Swagger plugin for the API, but it does not work properly for data fetch which renders it useless. GraphQL is the way to go, however, in v4 data structures became significantly complex. There is no way to force relationships between entities to be required.
What problems is the product solving and how is that benefiting you?
Content management has well-defined flows and data entry needs. StrAPI removes tedious CRUD work to upload and publish your content. It also provides plugins for various types of hosting content to expedite development. At the same time, it gives you full flexibility to either build out the user interface completely or integrate CMS elements into an existing interface. In addition, it satisfies the self-hosting requirement, by supporting major data stores like Postgres and MySQL out of the box.


    Florencia S.

It's the best Open Source CMS i've tried

  • January 03, 2023
  • Review provided by G2

What do you like best about the product?
- Easy to configure and use
- Big support community
- Periodics updates and upgrades
- Lots of plans and options for your business
What do you dislike about the product?
- The documentation do not update with each update, you have to search a lot to find a solution to new versions bugs
What problems is the product solving and how is that benefiting you?
- It's an easy and advanced way to have our own CMS and it's free


    Program Development

Strapi is a simple and intuitive CMS for beginners, which is my case.

  • December 28, 2022
  • Review provided by G2

What do you like best about the product?
In my case, I started a Open Source project with React and I need a database with CMS so I decided to use Strapi to learn since I had never used it before
What do you dislike about the product?
Sometimes, when entering pages and performing certain actions, it shows an error card that doesn't make sense, and it could you confuse making you think that you did wrong
What problems is the product solving and how is that benefiting you?
Strapi solved my backend databaseCMS system in my project because I'm simulating an online store to practice Remix Run, Next JS and Astro using React as frontend