Storyblok
StoryblokReviews from AWS customer
                            
                            0 AWS reviews
                        
                        - 
                                5 star0
- 
                                4 star0
- 
                                3 star0
- 
                                2 star0
- 
                                1 star0
External reviews
                                
                                525 reviews 
                            
                            from
                            
                                
                                    
                                    
                                    
                                    
                                
                            
                        External reviews are not included in the AWS star rating for the product.
Good-looking & easy integrated headless CMS with many features you'll love
What do you like best about the product?
Storyblok has a modern and good-looking UI where everything is clearly arranged. You can easily find & manage your content without problems. If you want to do crazy stuff, you can do that by writing your own Vue.js plugins for the CMS. Really cool is the visual editor where you can see your changed directly in the CMS itself. The price is superb compared to how many features you get from it.
Storyblok can be integrated with many technologies f.e. Vue.js & React and has a great community which is really helpful if you have any problems.
Storyblok can be integrated with many technologies f.e. Vue.js & React and has a great community which is really helpful if you have any problems.
What do you dislike about the product?
Would be cool if the community would be bigger but it grows.
What problems is the product solving and how is that benefiting you?
Storyblok solves the problem with the content structure of other headless CMS. It's really easy to create paths for specific content (f.e. pages) which then can be fetched via the API. It also provides filters where you can be more specific about your data you want to fetch (f.e. filter by name). That allows especially the developer to spin up websites very fast - from smaller to bigger ones.
Recommendations to others considering the product:
Have a look at the great docs and join the helpful Discord community. If you have questions, just ask there and you will get help. :)
                        
                            Easy to use (good UI/UX), good documentation to integrate with any web technology and good prices
What do you like best about the product?
That I can build a custom data structure in a few clicks.
I can edit my content in any device (also mobile).
I can have users with roles to update, review content added.
I can edit my content in any device (also mobile).
I can have users with roles to update, review content added.
What do you dislike about the product?
Is hard to find something I dislike, because for my project goals and an average project it fulfills every need I have.
But, maybe, in big projects could be something to highlight, not in my case.
But, maybe, in big projects could be something to highlight, not in my case.
What problems is the product solving and how is that benefiting you?
The content management for my personal website/blog.
A centralized place to have the content of different projects, creating more spaces on the same account.
A centralized place to have the content of different projects, creating more spaces on the same account.
Recommendations to others considering the product:
Always check the documentation to have a better understanding on how to set up everything :)
                        
                            Storyblock - The power CMS
What do you like best about the product?
Storyblok is user friendly and powerful headless CMS. The visual editor helps you to build pages with a few clicks and the time to market shrinks dramatically. Storyblok is awesome just start working with it and you will see it.
What do you dislike about the product?
Believe it or not but I still search for the downsides of Storyblok. For every issue I had with the old CMS - Storyblok has a solution.
What problems is the product solving and how is that benefiting you?
The possibility to organise multi languages on the page, decrease developer and maintenance costs, improve time to market and train new employees in a few hours on Storyblok.
                        
                            Just a joy to work with - for devs and business
What do you like best about the product?
- Setup is very easy and documentation with real world examples is very helpful - they provide tools for every stack.
- Editing content with 100% live preview is unique and just impressive.
- Very powerful in terms of extending your own logic. With custom components (tiny vue application you can import) and api's you can achieve probably everything.
- Translations / internationalization just works.
- API is incredible fast, so far the timings where about 20ms.
- Workflow for releasing content is very well thought through - you can group content and apply a scheduled release on this groups.
- Support is awesome - you will get live chat support within minutes.
- Many features, that we didn't even think of.
- Editing content with 100% live preview is unique and just impressive.
- Very powerful in terms of extending your own logic. With custom components (tiny vue application you can import) and api's you can achieve probably everything.
- Translations / internationalization just works.
- API is incredible fast, so far the timings where about 20ms.
- Workflow for releasing content is very well thought through - you can group content and apply a scheduled release on this groups.
- Support is awesome - you will get live chat support within minutes.
- Many features, that we didn't even think of.
What do you dislike about the product?
I missed some minor features like ui improvements. Some of theme are already implemented, for others a feature request has been created.
What problems is the product solving and how is that benefiting you?
For the relaunch of our international e-shop we needed a api driven cms, that is highly customizable. We were able to synch the existing category tree of our e-shop easily. Internationalisation is very well thought trough - one of the features that i missed in other cms. Thanks to the live preview our content team is now able to maintain content twice as fast. So far for all problems, we found more than one solution how to solve it - you have the freedome to choose.
Recommendations to others considering the product:
I definitly can recommend it. Just try it out - you won't regret;-)
                        
                            Fantastic and beautiful, easy to setup and use Headless-CMS
What do you like best about the product?
Super easy setup, with a lot of different available resources in all different programming languages. For beginners there are also easy to use sample pages, with demo content.
It provides a lot of flexibility and freedom on how to manage and setup the product, allowing it to be used for all sorts of different usecases. For the products I used it in I was able to configure everything the way I_ needed it. After that the maintenance and input of data was super fast.
Storyblok has one of the best support I have ever experienced. Fast direct answers via Twitter and E-mail. Useful replies with helpful links to help with questions.
Super fast reliable API with great caching mechanisms. Including a super handy image transformation API to serve images in the size they are required in.
It provides a lot of flexibility and freedom on how to manage and setup the product, allowing it to be used for all sorts of different usecases. For the products I used it in I was able to configure everything the way I_ needed it. After that the maintenance and input of data was super fast.
Storyblok has one of the best support I have ever experienced. Fast direct answers via Twitter and E-mail. Useful replies with helpful links to help with questions.
Super fast reliable API with great caching mechanisms. Including a super handy image transformation API to serve images in the size they are required in.
What do you dislike about the product?
As of the current projects I implemented with it, I had absolutely no problems nor was it missing any functionality.
What problems is the product solving and how is that benefiting you?
Maintain and manage the data for various Android applications.
Easy web interface to edit the data. Web interface allows to properly review modifications.
Versioned and backup of the data. Easily revert changes. Multiple people maintain the data in a secure way. Easy to maintain also for non technical people.
Super fast and reliable API with fantastic caching.
It is that great that I created an open source library to use the API on Android: https://github.com/mikepenz/Storyblok-Android-SDK
Easy web interface to edit the data. Web interface allows to properly review modifications.
Versioned and backup of the data. Easily revert changes. Multiple people maintain the data in a secure way. Easy to maintain also for non technical people.
Super fast and reliable API with fantastic caching.
It is that great that I created an open source library to use the API on Android: https://github.com/mikepenz/Storyblok-Android-SDK
Recommendations to others considering the product:
Check out the various great online resources like tutorials, docs, and all the different sample applications and open source projects and APIs available on GitHub.
                        
                            
                    
            showing 521 - 525