2025 — 2026 · Personal project
WordPress-to-Edge Publishing Engine
WordPress is an excellent editing tool and a mediocre way to serve a website. After rebuilding the same split architecture by hand more than once, I turned it into a tool.
It’s a CLI that runs WordPress headlessly — via PHP-WASM, so no server is needed — crawls and renders the whole site to static HTML, then classifies the dynamic parts it finds. Contact forms, comment threads and search each get a generated serverless function to replace them.
It also provisions the cloud resources it needs — Pages project, KV namespace, D1 database, R2 bucket — and handles the deploy. Multi-environment support means staging and production are the same pipeline with different config.
Editors keep the WordPress they know. Visitors get static files from the edge. Both newo.me and 7etresoi.fr run on it.
Node.js
PHP-WASM
WordPress Playground
Cloudflare
CLI
Workers
Leave a comment