Can I code WordPress.com?

Here's the odd one on the register: WordPress itself is free, open-source software. The paid tier is convenience — managed hosting, one-click plugins, and support — layered on top of something you could self-host for the cost of a server.

VIBE SCORE 99/100

how this is worked out

Why CanICodeThis says Just pay

  • The underlying software (WordPress.org) is free and open-source — there's nothing to 'build' here in the usual sense
  • Self-hosting it is a well-documented, bounded task: install, point a domain at it, done
  • For a personal blog, a static site generator is honestly simpler still and avoids WordPress's maintenance overhead entirely

Read before building

  • Managed hosting means someone else handles security patches, backups, and uptime — genuinely worth something if you don't want that job
  • The plugin and theme ecosystem is real, accumulated value that self-hosting inherits but still requires you to manage
  • This is the one entry where 'build it' isn't quite the right frame — the software already exists and is free; the question is self-host vs. pay for convenience

Bill of materials

The parts this build actually needs, each rated on its own — the average is the Vibe Score above.

Landing page99

The build spec

Don't build a CMS from scratch. If you want WordPress without the WordPress.com fee, self-host the free, open-source WordPress.org software on any hosting provider — point your domain at it, install it, and you have the identical software running for the cost of hosting alone. If you just need a blog with no CMS complexity, a static site generator is simpler still.

What it actually costs to build

Two real costs, not just "free": the AI agent's own usage, and hosting once it's running. Both are estimated from this app's own effort rating and component list — see the assumptions on the method page.

AI agent — with a subscription (Claude Pro/Max, Cursor, etc.)$0 marginal
AI agent — pay-per-use API, no subscription$86–$172 one-time
Hosting, once it's running$0/mo (free tier)
Domain name, if you want your own~$12/yr

WordPress.com costs $25/mo. Even paying per-token with no subscription, and accounting for hosting, this build pays for itself in about 7 months.

categorywebsites
time to codenot worth starting
Just pay
their price$25/mo · $300/yr
last checked2026-08 · source ↗

Questions

Can I code WordPress.com?

Just pay. Here's the odd one on the register: WordPress itself is free, open-source software. The paid tier is convenience — managed hosting, one-click plugins, and support — layered on top of something you could self-host for the cost of a server.

How much does WordPress.com cost?

WordPress.com costs $25/mo (about $300/yr) as of 2026-08. That's what a working rebuild would save you.

What do I lose by building it myself?

Managed hosting means someone else handles security patches, backups, and uptime — genuinely worth something if you don't want that job The plugin and theme ecosystem is real, accumulated value that self-hosting inherits but still requires you to manage This is the one entry where 'build it' isn't quite the right frame — the software already exists and is free; the question is self-host vs. pay for convenience

Is there a free alternative to WordPress.com I don't have to build?

Yes — WordPress.org, Astro are open-source options worth trying before you build your own. Details are in the standard parts section on this page.