Use case · Design
From a title, genre, and audience, the canvas writes a creative strategy and renders a batch of cinematic poster concepts — title, tagline, billing block and all. One run gives you a spread of directions, not a single guess.
How it works
Three text inputs and a strategy-then-render pipeline turn a one-line brief into a batch of theatrical posters.
graph LR
title["Title (String)"]
genre["Genre (String)"]
audience["Audience (String)"]
strategy["Strategy (Prompt)"]
strategist["Strategist (Agent)"]
plots["Concepts (ListGenerator)"]
poster["Poster prompt"]
render["Render (TextToImage)"]
title --> strategy
genre --> strategy
audience --> strategy
strategy --> strategist
strategist --> plots
plots --> poster
title --> poster
genre --> poster
poster --> render
- Set the brief. Three text inputs hold the film’s title, its genre, and the audience you’re selling to. That’s the entire creative input. (e.g. “Singularity · Sci-Fi · AI Enthusiasts”)
- Write the strategy. A Prompt node frames the brief and an agent returns a real creative strategy: positioning, audience insight, a core visual concept, and a color palette.
- Spin up concepts. A list generator turns the strategy into a batch of distinct plot angles, so one run gives you a spread of directions.
- Render the key art. Each concept is templated into a full theatrical poster prompt, then an image model renders it — title, tagline, billing block and all.
Concepts from one run
Make it yours
- Swap the image model. GPT Image-2, Flux, Nano Banana, Ideogram. Change one node and the whole batch re-renders in a new look.
- Shift the tone. Change the genre or audience and the strategy, palette, and posters all follow — no manual re-briefing.
- Edit the poster recipe. The poster Prompt node owns the composition, typography, and billing-block layout. Tune it once, every render obeys.
- Batch any title. Drop in a new title and run it again. The workflow is the reusable part; the posters are just this run’s output.
Models in this workflow
Called with your own keys. The bill comes from the provider, and you can switch any of them for a better model the day it ships.
| Model | Role | Provider |
|---|---|---|
| Gemini 3.1 Pro Preview | Writes the strategy and plot concepts | Gemini |
| GPT Image-2 | Renders the poster key art | kie |
See Models & Providers to set up keys.
Next steps
- Movie Posters workflow — the build-it-yourself version in the gallery
- Movie Trailer Generator — from one logline to a cut teaser
- All use cases
</content> </invoke>