WordPress powers a huge slice of the web. It's flexible, has plug-ins for nearly everything, and most web agencies can build for it. It's also older, more complicated, and takes more care than people expect. Project Broadsheet trades the WordPress ecosystem's breadth for something simpler — a site that's mostly files, nothing to update on a server, nothing to patch.

The short version

Project BroadsheetWordPress
How it runsPlain files on a free hostA program running on a server, with a database
Starting costNothingFree to $25+ a month (WordPress.com)
Ongoing costHosting onlyHosting, plus plug-ins, themes, sometimes security services
Where the writing livesPlain text files on your computerIn a database
Plug-insNone neededTens of thousands
Reader featuresBuilt inThrough plug-ins
LicenceOpen-source (MIT)Open-source (GPLv2+)

The money

WordPress comes in two flavours:

A real WordPress site tends to cost more over time than it looks like at first, once the plug-in licences and hosting upgrades add up.

Project Broadsheet is free on services like Cloudflare Pages, Netlify, and Vercel. No database, no program running on a server, no premium plug-ins.

Security and looking after the site

WordPress is the most-attacked system on the web. Each plug-in adds surface for an attacker. Every outdated piece is a potential hole. Keeping a WordPress site healthy means:

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

Project Broadsheet is mostly plain files served by a host's own network. There's no running program to attack. Keeping it healthy is running an update when you feel like it and making sure the next build works. Your host handles the rest.

Getting your work out

WordPress keeps your writing in a database. You can export it as a file with everything in it, but turning that into something another system can read usually needs a script.

Project Broadsheet's articles are plain text files in a folder. Moving them is copying the folder.

Plug-ins

WordPress has more plug-ins than any other system. If you need a specific feature (event tickets, a directory, a forum, an online shop), there's almost certainly a plug-in for it. Quality varies from excellent to abandoned.

Project Broadsheet has a small set of optional add-ons — a newsletter, analytics, comments, contact forms, a browser-based editor, machine translation — and no plug-in shop. If you need something beyond those, you build it or have it built.

When WordPress is the better fit

When Project Broadsheet is the better fit

Where to next