Convert your WordPress site into a blazing-fast Astro project with one command.
Powered by AI agents. Free and open source.
Run locally or ask Claude Code to convert your site. Zero config.
$ npx -y @wp2astro/convert convert --url https://myblog.com --scaffold
⠙ Probing WordPress REST API… ✓
⠙ Fetching 247 posts… ✓
⠙ Fetching 12 pages… ✓
⠙ Discovering custom post types… ✓ 3 found
⠙ Transforming content… ✓
⠙ Analyzing site design… ✓
✓ Conversion complete!
ℹ Scaffold prompt printed — paste into Claude Code with /elite-style Astro ships pure HTML. Pages load instantly — no hydration overhead, no bundle bloat.
AI agents scan your content, themes, and plugins — then generate clean, optimized Astro code.
Push to Vercel, Netlify, Cloudflare Pages, or any static host. Redirects and sitemaps configured automatically.
Astro delivers what WordPress can't — speed, security, and simplicity. No PHP, no database, no plugin vulnerabilities.
Six AI-powered capabilities make WordPress-to-Astro migration effortless. Content, themes, plugins — all handled automatically.
Our AI agents handle the heavy lifting. You stay in control.
Run npx -y @wp2astro/convert convert with your WordPress URL. Works locally, in Claude Code, or in Codex. Zero setup required.
--scaffold to extract design data for AI styling$ npx -y @wp2astro/convert convert --url https://myblog.com --scaffold The CLI scrapes your live site to extract colors, fonts, navigation, layout patterns, and page types — then generates a styling prompt.
## Color Palette
| primary | #7c3aed |
## Typography
- Inter → pnpm add @fontsource/inter Paste the scaffold prompt into Claude Code and run /elite-style — it generates styled Astro components matching your original design.
src/layouts/BaseLayout.astro ✓
src/components/Header.astro ✓
src/styles/global.css ✓ Push to Vercel, Netlify, or Cloudflare Pages with one click. Redirects and sitemaps configured automatically.
✓ deployed to https://myblog.vercel.app
✓ 247 redirects configured
✓ sitemap.xml generated wp2astro is free and open source, built by the community. Run it locally, in Claude Code, or in Codex. No accounts, no credit cards, no limits.
Contribute →