What problem does it solve? Porting a WordPress theme to a modern CMS requires manually extracting design tokens, rewriting PHP templates, and recreating menus, taxonomies, and widgets, which is error-prone and time-consuming. ## Core Features & Use Cases - Six-Phase Migration Workflow: Structured phases covering discovery, design extraction, template conversion, dynamic features, seed content, and visual verification. - PHP to Astro Template Mapping: Converts WordPress template hierarchy (single.php, archive.php, category.php) into server-rendered Astro routes using EmDash APIs like getEmDashCollection and getMenu. - Design Token Extraction: Pulls CSS variables, fonts, and colors from style.css or theme.json into a global.css design system. - Use Case: Given the Twenty Twenty-Four WordPress theme, capture demo screenshots, extract its design tokens, convert its templates to Astro components, seed demo content, and verify visual parity against the original. ## Quick Start Port the WordPress theme twentytwentyfour to EmDash, starting by copying the scaffold and capturing screenshots of the demo site.