What AI coding tools can do now

Tools like Claude Code, OpenAI Codex, and Cursor have crossed a threshold: given a codebase, they can redesign a page, restructure navigation, fix layout bugs, add whole sections, and keep a site maintained — from plain-English instructions, in minutes, for pennies. Businesses that used to wait days for a developer change now type a sentence.

There's one precondition, and it's absolute: the site has to be code. Files the AI can open, read, and modify — HTML, CSS, components, Markdown.

Why WordPress sites are locked out

A WordPress site's design isn't code in any usable sense. It's rows in a MySQL database: Elementor JSON blobs, Divi shortcodes, Gutenberg block markup, theme options serialized into settings tables. The color you want to change is buried in a database value reachable only by clicking through wp-admin. There is no file to edit.

AI coding tools can't operate page builders. They can't click through wp-admin, can't parse a proprietary builder's serialized layout, and can't safely modify a live database. The result: the 40% of the web that runs on WordPress is invisible to the tools that are transforming how every other website gets maintained.

The fix: convert your site to code

Migrating WordPress to a modern framework — Astro, Next.js, Hugo — turns your entire site into a Git repository: components for layout, CSS for styling, Markdown for content. Every AI coding tool works with these natively. After migration:

  • "Make the header sticky and add a dark mode toggle" — a one-sentence instruction, done in minutes
  • "Add a new landing page for our spring campaign, matching the site style" — AI generates it from your existing components
  • "Update all 80 product pages to the new layout" — a batch edit no human would enjoy doing in a page builder
  • Every change is a Git commit — reviewable, revertible, and safe

Why this matters more every month

The gap compounds. AI-editable sites iterate weekly at near-zero cost; WordPress sites wait for developer availability and budget. Search interest in tools like Claude Code is growing fast — and the businesses adopting them are shipping site improvements at a pace page-builder workflows can't match. The migration is a one-time cost; the editing advantage is permanent.

What we do

AfterPress rebuilds your WordPress site pixel-perfect in the framework of your choice — same design, preserved SEO, free hosting — delivered as a clean Git repository that any AI tool (or any developer) can maintain. From $300, in 3 days. The audit is free, and if your site isn't a fit, we'll say so.