All projects
Tech / 2025
Coronaservice
A UK COVID-19 information hub, migrated off WordPress onto a publishing platform of its own.
TechNext.jsSupabasePostgresServer ActionsVercel
A content site that had outgrown WordPress, rebuilt as a small publishing platform: article pages, search and a stats page on the public side, an admin panel with posts CRUD and analytics behind a gate.
The analytics are first-party and cookieless. The site measures its own traffic without handing visitors to a third party or asking them to consent to being followed around.
Notes from the build
- 01Content migrated out of WordPress by script rather than by hand.
- 02Every admin mutation runs as a server action; nothing privileged is exposed to the client.