WordPress runs a huge share of the web and has an enormous ecosystem. But for many sites it is too much machinery: a PHP application backed by a MySQL database, a plugin-and-theme stack to keep patched, and ongoing security updates - all to publish what is, in the end, a set of pages. lazysite is a file-based engine that keeps the useful parts and drops the overhead.

FeaturelazysiteWordPress
Architecture
Content formatPlain Markdown files you ownRich content in a database (block editor)
Build stepNone - renders on request, caches the resultNone - generated dynamically by PHP
DatabaseNone - files onlyRequired (MySQL / MariaDB)
FootprintTiny - one CGI script plus Perl modules from your distroHeavy - PHP plus a MySQL/MariaDB database
Capabilities
Dynamic contentServer-side templating, remote data, query parametersYes - PHP and plugins
Built-in forms, auth & paymentsAll built in (forms, sign-in, x402 pay-per-read)Added through plugins
AI-first managementBuilt for it - agents edit over WebDAV, an API or MCPPossible via the REST API or plugins
Memberships & paid contentPay-per-read (x402) and per-user accessVia membership or e-commerce plugins
Design & experience
Themes & customisationLayout plus theme tokens - one file to re-skinThousands of themes; PHP and block templates
Editing experienceMarkdown files, a simple manager, or an AI agentA polished WYSIWYG admin
Hosting & operations
HostingAny CGI host, or its own built-in serverA managed WordPress host or a LAMP server
PerformanceCached static HTML after the first hitDynamic; usually needs caching plugins or a CDN
BackupCopy the files - nothing else to dumpDatabase plus files - usually a plugin
Migration & portabilityMove the folder anywhere - plain filesExport/import the database and media; migration plugins
Maintenance & security surfaceSmall - static files, no database, a compact codebaseLarge - database, PHP and plugins; a frequent target
CostFree, with minimal hostingFree core, but hosting and premium add-ons add up

Switching from WordPress

WordPress content exports to Markdown reasonably well, and once it is plain files you are free of the database, the plugin-update treadmill and the hosting bill. Most people who switch are running a blog, documentation or a brochure site that never leaned on the plugin ecosystem - for them the move is pure simplification.

When WordPress still wins

If you rely on a specific plugin, run a mature e-commerce store, or have a non-technical team that needs a polished click-and-drag admin, WordPress's ecosystem is hard to beat - stay with it.

When lazysite wins

For a content-first site - marketing, docs, a blog, a portfolio, a directory, a small members' area - lazysite gives you dynamic features (templating, forms, search, feeds, memberships, even pay-per-read) without a database to secure, an admin app to patch, or content locked in a proprietary store. It is free, MIT-licensed, and your whole site is portable text.

Compare lazysite with another platform

Ready to try it? Install lazysite in minutes.