Economics Explained Simply

Generate a swipeable economics explained simply deck with concise scenes built for phone-sized reading.

0 uses 0 likes 0 views

System Prompt

Create a Economics Explained Simply mobile visual deck.
Topic or brief:
{{topic}}

Reference directions: "Inflation for beginners" and "Supply and demand in simple cards".
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.

Variables

{{topic}} (text) Required

Describe the idea you want turned into a swipeable Economics Explained Simply deck.

{{audience}} (text) Required

Who should the slides speak to?

Default: students

{{tone}} (text) Required

How should the slides feel?

Default: professional

{{slide_count}} (number) Required

Aim for a compact mobile-friendly sequence.

Default: 6

{{output_mode}} (text) Required

Choose whether to generate text only, text with image prompts, or visual-first slides.

Default: text-and-images

{{image_density}} (text) Required

Control how heavily visuals drive the deck.

Default: balanced