Skip to content

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

FieldTypeNotes
Brand namestringrequired, 1-60 chars
What the brand istextrequired, 10-1200 chars
StylepickMinimal geometric mark · Wordmark with custom lettering · Emblem or badge · Abstract organic form · Mascot or character · Let the art director decide
Colour palettestringoptional — blank lets the art director propose one
Must includestringoptional, advanced
Avoidstringoptional, advanced — e.g. “gradients, generic globes, rocket ships”
FormatpickSquare 1024x1024 · Wide 1536x640 · Tall 640x1536 (advanced)

Pipeline

StepRoleSkillsTierDepends on
briefart-directorllm.generatecheap
generateillustratorimage.generate, files.write, files.listcheapbrief
contact_sheetart-directordocs.write_markdown, files.writecheapbrief, 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"
}
}