What problem does it solve? Designing a modern WordPress block theme requires coordinating theme.json configuration, React-based custom blocks, block patterns, template parts, and Tailwind CSS integration, which is error-prone without a structured reference. ## Core Features & Use Cases - theme.json v3 Design System: Configure color palettes, fluid typography, spacing scales, shadows, and per-block styles that generate CSS custom properties automatically. - Custom Block Development: Scaffold React-based Gutenberg blocks with block.json metadata, edit/save components, dynamic render.php output, and Interactivity API view scripts. - Full Site Editing Structure: Generate the complete block theme directory layout including templates, template parts, block patterns, and functions.php setup following WordPress coding standards. - Use Case: A developer building a client site can generate a complete block theme with a custom feature-card block, fluid typography scale, and Tailwind integration in one workflow. ## Quick Start Create a WordPress block theme with a custom hero pattern, fluid typography, and a React-based feature card block.