What problem does it solve? Building admin interfaces for Wix apps requires coordinating page components, extension registration, dashboard APIs, and data access patterns, and mistakes in any step cause pages to fail silently or not appear in the dashboard. ## Core Features & Use Cases - Dashboard Page Generation: Creates complete page.tsx components using Wix Design System components wrapped in WixDesignSystemProvider, following layout guidelines for forms, tables, and empty states. - Extension Registration: Generates the required extensions.ts file with a unique UUID and updates the main src/extensions.ts so the page actually appears in the Wix dashboard. - Data & API Integration: Implements CRUD operations via the Wix Data SDK, dashboard host APIs (navigate, showToast, openModal), and embedded script parameter configuration. - Use Case: Ask for an admin panel to manage customer orders and receive a page with an orders table, status filters, a detail dashboard modal, and status update actions, fully registered and ready to run. ## Quick Start Ask the assistant to create a Wix dashboard page that manages your data collection, for example a blog posts management page with search, add, edit, and delete actions.