Creative flow runner
Run · Instagram Carousel Creator
Start with the lesson, checklist, or post angle, then generate a slide-by-slide carousel workflow around it.
Run the carousel flow
Create stronger carousels with clearer slide logic, visual-system consistency, and post-ready layouts from one idea.
Quick-start carousel angles
Use a proven post setup to prefill the brief before tailoring the details.
Stage editors
Migrated stages now expose implementation-backed controls. Changed values are appended to the run query as a structured node-editor brief.
Direction + references
Generation concept renderimage-variant-editorBuild direction board for carousel.
Color system definition
Generation vector identityvector-asset-editorDefine carousel color system.
Slide structure drafting
Thinking slide structurestructure-editorDraft carousel slide structure.
Final carousel production
Composition deck slide deckdeck-layout-editorGenerate final carousel set.
Describe the idea you want turned into a swipeable Instagram Carousel Creator deck.
Who should the slides speak to?
How should the slides feel?
Aim for a compact mobile-friendly sequence.
Choose whether to generate text only, text with image prompts, or visual-first slides.
Control how heavily visuals drive the deck.
Root query template
Edit the root query when you want to override the default launch phrasing for this flow.
Rendered query preview
Create a Instagram Carousel Creator mobile presentation.
Topic or brief:
{{topic}}
Reference directions: "“5 mistakes new founders make”" and "“How to turn one idea into 10 posts”".
Audience: {{audience}}
Tone: {{tone}}
Slide count: {{slide_count}}
Output mode: {{output_mode}}
Image density: {{image_density}}
Return strict JSON only with this shape:
{
"title": "...",
"slides": [
{ "layout": "title", "title": "...", "subtitle": "...", "image_prompt": "...", "image_url": "..." },
{ "layout": "default", "title": "...", "content": [
{ "type": "text", "content": "..." },
{ "type": "bullets", "content": "bullet one\nbullet two\nbullet three" }
], "image_prompt": "...", "image_url": "..." }
]
}
If output_mode is text-only, omit image_prompt and image_url from every slide.
If output_mode is text-and-images, include strong image_prompt text for the title slide and each content slide.
If output_mode is images-only, keep copy minimal and rely on image_prompt to drive the deck.
Keep slides concise, swipeable, and easy to scan on a phone. Do not wrap the JSON in markdown fences.