UI mockup — dashboard analytics screen
Clean UI design mockup of a SaaS analytics dashboard displayed on a 27-inch monitor. The interface shows a dark theme with a left sidebar navigation, a top metrics bar with four KPI cards (revenue, users, conversion, churn), a large area chart in the center showing 30-day trends in gradient blue-to-purple, and a data table below. The design uses a card-based layout with subtle rounded corners and thin borders. Typography is Inter font. Accent color is electric blue (#3B82F6). The monitor sits on a minimal white desk with a wireless keyboard in front.
View API Code
curl -X POST https://runapi.ai/api/v1/wan/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "wan-2.7-image-pro",
"prompt": "Clean UI design mockup of a SaaS analytics dashboard displayed on a 27-inch monitor. The interface shows a dark theme with a left sidebar navigation, a top metrics bar with four KPI cards (revenue, users, conversion, churn), a large area chart in the center showing 30-day trends in gradient blue-to-purple, and a data table below. The design uses a card-based layout with subtle rounded corners and thin borders. Typography is Inter font. Accent color is electric blue (#3B82F6). The monitor sits on a minimal white desk with a wireless keyboard in front."
}
JSON