DEV Community

Discussion on: You don’t always need a CMS

Collapse
 
jpkeisala profile image
Jukka-Pekka Keisala

You don't always need CMS if you are a developer. But if you are building a website for a customer that doesn't know what is markdown or html you need a CMS.

Collapse
 
dailydevtips1 profile image
Chris Bongers

Exactly the point "not always" 🙌

Collapse
 
luizhap profile image
Luiz Henrique

I agree with you. Netlify CMS works great for this case.I agree with you. Netlify CMS works great for this case, because it generates the markdown file behind the scenes but there is a "self-hosted" CMS for people who are not developers.Is there a tool that does this too?

Collapse
 
matthewbdaly profile image
Matthew Daly

One common issue I have experienced is that some clients then decide the CMS is too difficult for them to use, and leave it to the developers to update. So you then end up with a solution that the client isn't willing to use, but is also suboptimal for the developers.

Case in point, at work I got asked this week to add some new blog posts to a Drupal site, because it was too complex for the client to manage, but it was a chore for us because the client provided everything in Word documents, meaning we had to spend ages copy pasting content and adjusting formatting for stuff that would be a breeze if we'd been able to set it up to allow Markdown. As someone who suffers from RSI, this got painful for me very quickly.

Collapse
 
dailydevtips1 profile image
Chris Bongers

I definitely been in your position Matthew 🤦‍♂️