DEV Community

Cover image for Best Practices for Onboarding Content Managers to Your Strapi CMS
Strapi for Strapi

Posted on • Originally published at strapi.io

Best Practices for Onboarding Content Managers to Your Strapi CMS

Author: Quentin Sinig

This article is for Content Managers who may know Strapi already or not. It also aims to guide the development team to succeed in the implementation and efficiently conduct the change management to move from another CMS to Strapi.

Adopting a Headless CMS Editing Style Requires Change Management

A headless CMS provides many benefits for business users. However, this comes with one limitation: you need a developer's assistance to connect your content with a front-end. As a technically-educated person but not a developer, I can testify that Strapi isn’t the best choice for simple projects and that no-code applications like softr.io are better equipped for a few use cases. When you’re managing campaigns like the marketing campaigns at Toyota, you have extended requirements, and it makes sense to change your content editing style to move to a modern content management flow.

But what does it mean to change your content editing style? In a nutshell:

  • Leave behind the drap-and-drop style.
  • Let go of the pre-defined templates.
  • Don’t try to organize everything in a folder.
  • Stop relying on your developers for publishing operations.
  • Work in production, not in staging.

These are the exact reflectionsof the legacy CMSs like WordPress or Drupal that have built their user experience, not adapted anymore to the way multi and omnichannel publications now require. As a result, by using tags and properties instead, you’ll gain the freedom to view and organize your content according to your way of thinking.

Following the best practices below, you can expect a more efficient flow to publish new content (4 clicks only are required) and a refined dashboard with the key features that you need.

Best Practices to Onboard Content Managers on Strapi

Onboarding Experience

First of all, let’s start with the onboarding process. As a new user, using a new tool is ok but adopting it and enjoying it at the point where you become an ambassador requires more than a friendly UI. It starts with the first page when you log in. Did you know that you could switch it to dark mode if that’s your preference?

Strapi Dark Mode Screenshot

Ok, now you’re set! Instead of being left alone and discovering the admin panel by yourself, there are two options for a nice onboarding experience:

  • A Guided Tour Plugin: Helps you to guide your users step-by-step to create their first pieces of content.
  • A Custom Homepage with Internal Training Resources: By default, Strapi comes with links to the Documentation, Tutorials, Blog posts, etc. Suppose you’re building internal training (as the Strapi Academy is currently off). In that case, it can be easily achieved by modifying the codebase, as long as you do not add brand-new paragraphs and only update the existing components.

That can be easily achieved by modifying the codebase as long as you do not add brand-new paragraphs and only update the existing components. And instead of forking it into a private repository, you can leverage patch-package (please read the READ.ME file from patch-package that explains the benefits of patching over forking and when to fork instead)

Strapi Welcome Page

💡 A little history here:
Strapi v3 used to have an “extension” system that the Strapi Team (almost) completely removed while building Strapi v4 because it was not maintainable over time, not for them, nor for the users. It generates too many bug reports and could cause issues. As a result, by default, packages like the Admin UI are no longer customizable natively.

Ideal Content Editing Flow

Now you’re surely eager to create and publish your first piece of content! The ideal flow for content editing should be a 4-steps-flow:

  1. Build pages by picking-up components through the dynamic zone.

Dynamic zone

  1. Fill components with your content: text, videos, pictures… Components

💡 Tips:
You can also add a placeholder to guide your user during the creation process.

Placeholder

  1. Preview your work and save & review.
    Preview

  2. Publish your content: it’s live!
    Do you remember that I told you earlier to drop off templates? Dynamic zone is the substitute. And “dynamic” is a compelling concept, in opposition to templates that are assimilated to a static approach. Think of it as a library of lego where you can pick up the different bricks (different sizes, different colors, etc.) to build your masterpiece the way you want. Well, modern content editing is the same. By having the liberty of choosing the components (like a hero, a banner, a card) that you need to assemble your page, you don’t have to ask your developer each time you need something.

💡 Tips:
Instead of creating all your components from scratch, you can pick up examples directly from the strapi.io website and the official FoodAdvisor Demo.

Collaboration & Productivity Hacks

Finally, the more time you spend on your dashboard, the more value you can get from it. Here are the three extensions I would recommend for an enhanced collaborative experience that fits each persona in your Content Team.

Conclusion

Many more hacks exist, like the duplicate button to save an additional click in the UX, a to-do-list to track what remains to be done on articles, or the possibility of turning your dashboard into an internal forum space with a commenting system. But do not forget that “if it ain't broke, don't fix it”.

So if you’re a developer and you hear “Oh, I saw this plugin. Can you please, install it? That would so useful!” I strongly advise you to adopt the same posture as a product manager to evaluate the inquiry, and more precisely:

  • How many users will be impacted?
  • How many times will this feature be used on a daily basis?
  • How much time would be saved?

From experience, very few companies audit their usage, but most are convinced they’re only using a maximum of 20% of the capability of their CMS or DXP. As Strapi is designed to be delivered as a light-weighted application and you decide to add the features you need, it’s a real opportunity to clean up your stack! I mean, who would need a Ferrari to drive on a countryside road?

meme

Top comments (0)