This post is more than three years old so may contain incorrect information, or opinions I no longer hold.

WordPress Creator Vs The Jamstack

20 Sep 2020 | ~2 minute read

I read this post last night and found it really interesting. Especially since I've been exploring Static Site Generators again myself. Clearly Matt Mullenweg, the creator of WordPress, doesn't think that SSGs will hold much weight in the future.

To be honest, I can see where he's coming from - SSGs are great fun to play with, but as I alluded to in my SSG post (linked above), anything more than a simple site/blog and the thing can become convoluted very quickly. Hell, my VERY simple site is already fairly convoluted to maintain.

SSGs are great as a fun project for a developer, but for the vast majority of web users, I can't see them taking off. Just imagine someone from the marketing team in a small company trying to update their company's blog. With an SSG they would have to:

  1. Learn how to use Markdown.
  2. Learn how to use YAML and front matter to get the post's metadata correct.
  3. Learn how to use Git so they can commit the changes.
  4. Write the post.
  5. Save the post in the correct directory within the website tree.
  6. Commit the changes to their Git repo.
  7. Hope the build triggers and the site updates.
  8. If they don't have a builder, then they will need to then learn whatever SSG their dev implemented.
  9. Carry out a local build.
  10. Upload the built site using FTP.

Same person, same scenario, using WordPress:

  1. Login to WordPress.
  2. Click New > Post.
  3. Write the post using the WYSIWYG editor.
  4. Click Publish.

This is why I don't think that static site generators will ever gain the market share that WordPress has.

And that's fine, by the way - SSGs are really cool and super fun to play with - I'm really enjoying it on my side project; but I wish a lot of devs would stop touting about how amazingly simple they are, as it's just not the case.

Reply by email

← The one before
Making A Light Website 08 - Replacing Images With CSS

Up next →
Thinking About New Hardware

Want more?

So you've read this post and you're still not satisfied? Ok then, here's some other stuff for you to do: