What problem does it solve?
This skill helps teams rapidly design and implement Domino-styled web applications and dashboards by providing consistent theme tokens, architecture patterns, authentication guidance, chart styling, and UX review checklists to avoid inconsistent UI, proxy routing errors, and poor user-facing error and empty state handling.
Core Features & Use Cases
- Provides Domino theme tokens and Ant Design 5.x CDN integration guidance to build React frontends without a build step.
- Documents FastAPI backend patterns, per-request Domino API authentication, proxy-safe relative routing, and Highcharts chart styling for dashboards.
- Supplies UX rules, copy guidelines, review checklists, and component patterns for forms, tables, empty states, and error messaging.
- Use cases include building a Domino dashboard app, auditing an existing Domino UI screenshot for UX issues, and integrating Domino APIs into proxy-aware applications.
Quick Start
Create a Domino-styled dashboard using a FastAPI backend and an Ant Design 5.x CDN frontend, apply the Domino theme tokens, ensure relative URLs for proxy routing, and run the server with uvicorn on port 8888.