Hey IHers!
I'm looking for a headless CMS for my web app, but most of the solutions I've found seem to be catered towards websites, blogs, etc. Are there any out there specifically geared towards editing content within a web app?
Looking for something easy to implement and use, and preferably one that has a Git integration and a visual editor that's compatible with Vue. Any recommendations?
You can try to use Strapi. It’s open-source and free. Also flexible for every type of project.
But I prefer Headless Wordpress + GraphQL for data-driven projects. You can build your database schema from Wordpress UI (with CPT UI). Wordpress has ready-to-use translation system, If you want to need multilingual structure. And also, It has embed media gallery + discussion systems.
So You can keep and manage eveey piece of data/text/media on Wordpress and you can focus only data fetching + UI with Vue