Visual component builder options in Strapi?

We’re using Strapi as the administrating part of our software, and it’s handling data very well.

What we now want to do is to create a landing page that uses reusable components, such as Quotes, Images, Videos, maybe column layouts combining this, and for that to ideally be a visual interface.

WordPress is an example of a system that does this well.

How would this work in Strapi? Has anyone done anything similar before?

This topic has been created from a Discord post (1293575329872613519) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I don’t think you can achieve the lvl of complexity wordpress page builder has with strapi, strapi it’s more basic but you can build specific fixed components with some options to edit them. You got dynamic zones that let’s you add as many components you want into a page
something like in the image

Amazing, how are they built? Is that a plugin?