WordPress powers a significant fraction of the web. It's flexible, has a deep plugin ecosystem, and almost every web agency can build for it. It's also older, more complex, and carries more maintenance overhead than a publisher might expect. Project Broadsheet trades the WordPress ecosystem's breadth for the simplicity of a static site.

Quick summary

Project BroadsheetWordPress
ModelStatic site, Markdown in GitPHP application with MySQL
Starting cost$0Free to $25+/mo (WordPress.com)
Recurring costHosting onlyHosting + plugin + theme fees
Content formatMarkdown in GitMySQL database
DatabaseNoneYes (MySQL)
Runtime serverNoYes (PHP)
PluginsNone neededTens of thousands available
Reader tools27+ built-inVia plugins
LicenseMITGPLv2+

Pricing

WordPress comes in two forms:

Self-hosted WordPress also accumulates costs over time: premium themes ($30–100 one-time), premium plugins (monthly recurring), security services, backup services, CDN, and developer time for updates and fixes.

Project Broadsheet is free on Cloudflare Pages / Netlify / Vercel. No database, no PHP runtime, no premium plugins, no security concerns beyond pushing updates to your Git repo.

Security and maintenance

WordPress is the most-attacked CMS on the web. Every plugin adds attack surface. Every outdated dependency is a potential exploit. Maintaining a WordPress site in 2026 requires:

A neglected WordPress site will break or get hacked within a year.

Project Broadsheet is static HTML. There's no server application to attack; the host serves files from a CDN. Maintenance is npm update when you feel like it, and confirming the next build succeeds. Security is whatever your host provides, which is fine because there's no dynamic surface.

Content ownership and portability

WordPress content lives in MySQL. Export is via a WXR XML file that contains everything (posts, pages, authors, tags, comments). Importing into a different platform means writing or finding a converter.

Project Broadsheet content is Markdown in Git. Moving between static site generators or even back to WordPress is well-traveled territory.

Plugin ecosystem

WordPress has more plugins than any other CMS. If you need a specific feature — event ticketing, directory listings, forums, e-commerce — a plugin probably exists. Quality ranges from excellent to abandoned.

Project Broadsheet has a small set of first-party integrations (Buttondown, Umami, Cusdis, Web3Forms, GTranslate, Pages CMS) and no plugin marketplace. For features outside the core, you write them (or hire it out).

When WordPress is the better choice

When Project Broadsheet is the better choice

What to do next