generate_product
Turn a product idea into UI screen mockups with a shared sidebar and manifest for frontend development.
Instructions
Turn a product idea into a set of screen mockups. Either pass screens explicitly, or (if the server has a planner configured) let it plan them from idea. Renders every screen with a shared sidebar and writes a manifest.json next to the images. Rendering is sequential on one GPU, so several screens take many minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idea | Yes | The product idea / brief | |
| theme | No | ||
| accent | No | ||
| palette | No | ||
| product | No | Product name; inferred from the plan if omitted | |
| screens | No | Explicit screens to render; skips internal planning | |
| sidebar | No | Shared sidebar; inferred from the plan if omitted | |
| max_screens | No | Cap on screens (default 6) |