Why Boxed CMSs Can Suck

By Deane Barker 3 min read
AI Summary

This post critiques boxed content management systems (CMSs), arguing they often limit flexibility and customization. The author emphasizes that these systems can create challenges for developers and hinder the ability to adapt to unique project needs, ultimately affecting the overall user experience and site performance.

I’ve Never Met a Boxed CMS I Like: SitePoint has a brutally accurate post about CMSs and making them run actual Web sites.

The first issue is that the very nature of a CMS is not easily boxable, without creating an application that tries to do everything for everyone and fails at doing most things particularly well. The tasks required for content management are generic, but every organization has a far different focus when it comes to how that content should be managed and how it thinks about that content.

This is all so true. I’ve often thought that the “best” CMS in the world would actually just be a really well-executed API that solved the “major” CM problems, since everything in a CMS is so custom anyway. We’ve had good luck with eZ publish, but there are times when your information architecture and grand plans get plowed under by the limitations of any CMS.

Let me say this for the record: the CMS that will best fit your needs is always going to be a custom, hand-built, one-off CMS…provided you have unlimited time, skill, and budget to create it. And that bit on the end is the only reason we used boxed systems: because a lot of the problems with content management are solved problems, and we don’t want to go about solving them again.

I’m reminded of a number of things here that relate –

There was a funny piece a few years ago: Content Management as Relationships. The source is offline right now, but here was the part we quoted:

There comes a point in your life when you feel that you really should be in one. […] They’re expensive up front, and you never stop paying for them. […] After a few months of excitement you realize that you’re basically doing everything that you were doing before.

Also, we’ve talked about how Ruby on Rails may be the uber content management system, in that it gets really close to an amazing API that can manage content fairly well. I think to solidify this, they should build a versioning option into ActiveRecord, so that when you write back to the datastore, you’re writing a new record, and the ActiveRecord object itself gives API access to all the old versions.

The SitePoint comments about CMSs being so custom reminds me of the comments I made about shopping carts a few weeks ago. I wrote my own cart – re-solved a solved problem – just because every store I’ve ever found is such a one-off deal. Content management is not quite this bad, but it’s close.

Finally, we had a mildly tense comment thread in the post about Big Medium from the other day. Someone chimed in with an endorsement of Typo3 as the “do all” content management system, and he got a little pounced on.

I tend to think – as this guy did – that my chosen system will do everything, but that’s not true: if you’re using a pre-written system, any plan you ever make for your Web site gets weighed against its limitations, whether you’re aware of it or not. There’s a lot of subconscious compromising we do with our plans to make sure they can fit in our chosen system.

This link is via a reference on the wonderful CMS Report. I was on a panel discussion about “Web 2.0” the other day. This guy walked up to me afterward ad introduced himself as Bryan – the guy behind CMS Report. You could have knocked me over with a feather. I had no idea he was local. What are the odds?

Links to this – An Argument for Building Your Own CMS September 7, 2009
Content Management Systems just don’t work. : This is an excellent post about something we’ve discussed before – is a “boxed” CMS really worth it? For instance, in this excerpt, the author is struggling with the decisions that the vendor or platform makes for you: See, the problem with a full scale...
Links to this – Content Management as an API October 2, 2007
A good CMS is built from the API out, not the interface in.
Links from this – Random Thoughts on Shopping Carts October 1, 2006
I built a shopping cart system the other day. It seemed at the time to be a ridiculous waste of resources – I mean, how many shopping carts are out there already? There are probably 500 open-source versions alone. But, I built my own, and for good reasons. Here are those reasons, plus some random...