This article outlines the benefits and potential downsides of different ways to edit content visually. Headless CMSs are starting to add visual components, from side-by-side previews to WYSIWYG inline editing and a lot in between. Some pure players, like Builder.io and Uniform, decided to start visually and work their way back to CMS-like functionality.
Now that all marketing is identical, it’s really hard to choose. In this article, I will explain the different approaches to help you make an informed decision.
Beware, the market changes fast. The vendors mentioned in this video might have changed their offerings since writing this.
TL;DR? Take the questionnaire
This questionnaire will help to figure out what you need in terms of visual editing in your CMS. If you want to know how to all works, read the rest of the article below.
The four categories of visual editing in CMS
Regarding CMS, the editing experience can vary greatly depending on the platform and the user's specific needs. Let's dive into the different categories of CMS editing experiences, their pros and cons, and some examples of platforms that fit into each category.
Category 1: Visual Preview
In this category, the CMS form fields and the website are displayed side by side. You can see your website update in real-time as you fill out the form.
Notes
- For instant updates: Requires a front-end SDK.
- For updates on save: Common in CMSs with strict schema validation rules. Can be done without SDK.
- Preview links: Some CMSs provide links to a specific build of the front end that queries the draft API, opening in a new tab.
Pros
- Ideal for editing domain data.
- Similar to traditional CMS editing but with a potentially better view of the content being edited.
Cons
- Can be pretty abstract.
- Editing is not visually driven.
Vendor examples
Hygraph, Directus, Amplience, Strapi, Contentstack
Category 2: Contextual Live Editing
This category allows you to click on an element on your site, triggering a sidebar with a CMS form for editing. Sometimes, this redirects you to your CMS interface in a new tab.
Notes
- Requirements: A front-end SDK, Vercel’s Stega data, or HTML annotations.
Pros
- Clicking on an element in the preview website opens the corresponding CMS form for editing.
- A significant improvement over side-by-side previews.
Cons
- Feels like a WYSIWYG, but isn't.
- Developers may need to put in extra effort to implement design-like features.
Vendor examples
Sanity, Storyblok, kontent.ai
Category 3: Almost WYSIWYG
This category offers block-based visual editing, providing a more structured, pattern-like approach. It is based on a design system.
Notes
- Requirements: A front-end SDK.
- Additional Features: Some platforms offer external API data managing, mapping, and editing. Also seen are personalization and sitemap management.
Pros
- Native features for WYSIWYG-style editing with guardrails to stay within the design system specifications.
Cons
- Some vendors have complex setups.
- Others are easier to implement but require a bigger buy-in as they handle external data ingestion and mapping.
Vendor examples
Uniform, Contentful Studio, Sitecore XM, builder.io, Plasmic, Netlify Create
Category 4: Full WYSIWYG
In this category, you design like a designer, and a website is created. All CSS properties, animations, and other design elements are available.
Notes
- The platform controls your codebase and hosting.
Pros
- Easy to get started; anyone can design something.
Cons
- Hard to scale.
- A mix of design data vs. domain data.
- Content not reusable.
- Code and hosting are provided by the platform.
Vendor examples
Wix, Weweb, Webflow, Squarespace
Each of these categories offers unique features and caters to different needs. Whether you prioritize real-time updates, contextual editing, structured design systems, or full design freedom, there's likely a CMS that fits your requirements.
Which category is good for your brand?
There is a balance to be found based on your needs for data cleanliness, longevity of data, and how many channels you work in versus content editor experience and ease of use in terms of publishing.
Let’s discuss the difference between domain content and design content and why it is so important in choosing visual editing vendors.
Domain content
Definition: Domain content refers to structured, clean, and semantic data that defines the core information and properties of a specific domain (e.g., products, users, articles) without concern for its presentation. Domain content sits at the brand's core and can be reused in many different contexts.
Examples:
Events websites like Eventbrite that store information including:
- Event name
- Location
- Dates
- Attendees
- Organizing company
Characteristics:
- Strict data-focused schema definitions (no fields for presentation features)
- Focuses on the "what" (content and information)
- Reusable across different channels and platforms
- Maintains longevity and integrity over time
Real-world: You don’t expect payment providers to have data about credit cards that explain how big the logo of a certain credit card is shown on a user's checkout screen. That's the job of the designer and the front-end implementation. Credit card information is used worldwide in different places, and it does not care about how something looks; it is the domain data of the credit card.
Design Content
Definition: Design content refers to the specific instructions, order, and styles for presenting domain data in a front-end application.
Examples:
Presentation styles, such as:
- The product title should be a <h1> tag in red color
- Only display the product title and image on mobile devices, hiding the description
- Adding animations or specific font styles to the text
Layout instructions, including:
- Grid configurations
- Component alignments
- Display rules for different screen sizes
Characteristics:
- Focuses on the "how" (visual representation and styling)
- Tends to be more volatile and subject to frequent changes
- Tightly coupled with the current design and presentation logic
Real-world: A banner component with an image, a title, and a description might look different in different contexts. Sometimes you want an image, and sometimes you don’t. Selecting which banner variant you want to show is design content; the content (image, title, description) comes from a CMS and is domain content. The banner could be used in many places and look different each time.
Let’s choose a category based on domain content versus design content
The less you mess with domain-specific content, the more reusable it is and the longer it lasts. If you start mixing your domain content with design content, you will be working yourself into a corner regarding data flexibility and governance down the line. What if you have a huge multi-tenant project, and someone in France decides to remove a checkbox they don't use, and everything is now broken on the US website?
However, focusing too much on the strictness of using only domain content will make it infinitely more complex for content editors who need to build a website with that content. Mixing domain content with design content could be your best bet to make everyone happy. Proper governance is a must here.
Concluding: it depends.
Different categories offer different benefits and drawbacks based on your company's approach to data management, your need for ever-changing pages, and your technical abilities.
There are factors other than how you want to manage your content, like how much complexity you want in your front-end channels (websites, apps, kiosks, etc). Some pure players like Uniform pride themselves on the saying: “more clicks, less code,” and they store a lot on the platform. Others, like Netlify Create, focus on code first and do not own any of your brands’ data. To learn more about that, I suggest you read: https://timbenniks.dev/writing/choosing-the-right-visual-editor
Rather than giving you twenty examples of use cases, take the questionnaire at the top of this article and see how you score.
Originally published at: https://timbenniks.dev/writing/choosing-the-right-visual-editor