My WordPress Primer

I Tried WordPress Playground and Here’s What I Learned

I didn’t install anything. I just went to playground.wordpress.net, and a full WordPress site loaded in my browser in a few seconds. I was already logged in as an admin. From there I went to Posts → Add New Post, wrote a short post about my neighborhood, and hit Publish. That was it — my first WordPress post.

The editor is called Gutenberg. Everything you write or add is a “block” — paragraphs, images, headings — and you can move them around independently. It took me about five minutes to feel comfortable with it.


What the Four Freedoms Actually Mean

WordPress runs on something called the GPL license, which guarantees four freedoms to anyone who uses it. Before I looked this up I thought “free software” just meant it didn’t cost money. It means more than that.

  • Freedom to run it — for any purpose, any site, no restrictions.
  • Freedom to study it — the source code is open. You can read how it works.
  • Freedom to share it — you can give copies to anyone.
  • Freedom to improve it — you can modify it and release those changes.

The one that stands out to me is the freedom to improve. That’s why there are tens of thousands of free plugins — developers built something, kept it open, and everyone benefited. It’s a different model than most software I’ve used.


How WordPress Got Here

WordPress started as a fork of an older blogging tool called b2/cafelog. In 2003, Matt Mullenweg and Mike Little took that abandoned project and built WordPress 0.7. What I found interesting is that from the very beginning, they committed to the GPL — the Four Freedoms were baked in from day one, not added later.

A few moments that stuck with me from the history:

  • 2005 — Themes arrived, and WordPress became a platform, not just a blog.
  • 2006 — WordPress.com launched. It’s built on the same software but it’s a commercial product. WordPress.org is the open-source project. They’re related but different.
  • 2008 — The WordPress Foundation was created so the project would never be owned by any one company.
  • 2018 — The Gutenberg editor shipped. This was apparently controversial at the time, but it’s what I learned on, so it just feels normal to me.
  • 2023 — Playground launched publicly. A full WordPress site in a browser tab, no server needed, using something called WebAssembly.

Why Playground Is a Good Way to Learn

The thing I liked most about Playground is that I couldn’t break anything real. I installed a plugin I’d never heard of, poked around, deleted it, and started over — all without worrying about messing up a real site. That made me more willing to actually explore instead of just reading about things.

I also learned that you can share a pre-configured Playground environment using something called a Blueprint — a JSON file that sets up plugins, themes, and content automatically. So a teacher could send students a link and everyone gets the exact same starting point. That seems really useful for workshops or tutorials.

Honestly, Playground feels like the most direct way to understand WordPress. You’re not reading about how the admin works — you’re in the admin.