render_screen
Render a UI screen mockup from a prose layout and shared sidebar, returning an image path and a manifest entry for downstream development.
Instructions
Render one UI screen mockup with the local qwen pipeline. Give the screen a name, a prose layout of the main panel, and (for consistency across a product) the shared sidebar items plus which one is active. Returns the image path and a manifest entry. Text discipline (dark theme, colors as words, only short labels real, rows as bars) is applied for you. A render takes a few minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Short technical tags allowed as real text, e.g. ["RTX 4090","QLoRA"] | |
| style | No | Extra style words | |
| theme | No | ||
| accent | No | Single accent color in words, e.g. 'electric violet' | |
| active | No | Which sidebar item is highlighted (defaults to the screen name) | |
| layout | Yes | Prose description of the main panel: which components, where, proportions | |
| screen | Yes | Screen name, e.g. "Overview" | |
| palette | No | Palette in words, e.g. 'near-black graphite with dark charcoal panels' | |
| product | Yes | Product / wordmark name, kept short | |
| sidebar | No | Sidebar nav items, once each, shared across screens |