Logo and image set
gen_logo · slug logo-and-image-set · icon 🎨 · outputs image, markdown
Four distinct logo directions for a brand, rendered as images, with a contact sheet that explains each direction and recommends one. An art director writes the prompts, an illustrator generates the variants.
Inputs
| Field | Type | Notes |
|---|---|---|
| Brand name | string | required, 1-60 chars |
| What the brand is | text | required, 10-1200 chars |
| Style | pick | Minimal geometric mark · Wordmark with custom lettering · Emblem or badge · Abstract organic form · Mascot or character · Let the art director decide |
| Colour palette | string | optional — blank lets the art director propose one |
| Must include | string | optional, advanced |
| Avoid | string | optional, advanced — e.g. “gradients, generic globes, rocket ships” |
| Format | pick | Square 1024x1024 · Wide 1536x640 · Tall 640x1536 (advanced) |
Pipeline
| Step | Role | Skills | Tier | Depends on |
|---|---|---|---|---|
brief | art-director | llm.generate | cheap | — |
generate | illustrator | image.generate, files.write, files.list | cheap | brief |
contact_sheet | art-director | docs.write_markdown, files.write | cheap | brief, generate |
generate calls image.generate once per direction — with a
configured image model these are real generated artwork; without one, every direction still gets a
distinct, deterministically-seeded abstract SVG, so the contact sheet always has four real images to
compare and recommend from.
Example run
{ "generatorId": "gen_logo", "inputs": { "brandName": "Novaterra", "essence": "A calm place where people and AIs live and build together. Feels like dawn light on water. For makers.", "style": "Minimal geometric mark", "palette": "deep indigo, aurora green, warm white" }}