Hey everyone! I'm on the hunt for a content management system (CMS), preferably a headless one, that would be easy for designers who don't code. I'm looking for something that allows a designer to use simple tags to quickly insert content without any complicated setup. I've previously enjoyed using ExpressionEngine for its tagging system, but it has become a bit bloated over time. Ideally, I want a completely online solution where the client can log in, publish their posts, and all I need to do in the HTML is format the posts simply like this example: {posts}
{title}
{text}{/posts}. Any recommendations?
2 Answers
You should definitely check out Vvveb CMS! It's super friendly for designers, as it uses HTML attributes like `data-v-post-name` instead of those curly braces you mentioned. This makes it really easy to insert dynamic content into HTML. Plus, the client or designer can edit the HTML directly in the page builder, and there's even live code editing. Here's a link to learn more: [Vvveb CMS](https://dev.vvveb.com/theme-introduction)
I recently tried out Sanity, and I really liked it! As a developer, you can set up a content structure in advance, and then designers can just log in and add whatever content they need without any hassle. It keeps everything organized and user-friendly.

Interesting! Thank you for this. Exploring it now.