Era strip

A century of company history as four eras

Try in Playground
Era strip slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Timeline Roadmap
Output
.pptx + PDF + PNG

Example brief

A century of company history as four eras

Render it

Structured intent — create_slide payload

Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.

{
  "form": "timeline_roadmap",
  "variant": "era_strip",
  "headline": "A century from workshop to platform",
  "context": "Four eras shaped how the firm makes and sells",
  "blocks": [
    {
      "when": "1900s",
      "label": "The workshop era",
      "detail": [
        "Hand-built to order",
        "Local reputation carried sales"
      ],
      "owner": "Founded by the Berger family"
    },
    {
      "when": "1950s",
      "label": "The factory era",
      "detail": [
        "Standardised production lines",
        "National distribution network"
      ],
      "owner": "First thousand-employee year"
    },
    {
      "when": "1990s",
      "label": "The export era",
      "detail": [
        "Three overseas plants",
        "Quality certification opened new markets"
      ]
    },
    {
      "when": "2010s",
      "label": "The platform era",
      "detail": [
        "Direct digital sales",
        "Services outgrew products"
      ],
      "emphasis": "primary"
    }
  ]
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"timeline_roadmap","variant":"era_strip","headline":"A century from workshop to platform","context":"Four eras shaped how the firm makes and sells","blocks":[{"when":"1900s","label":"The workshop era","detail":["Hand-built to order","Local reputation carried sales"],"owner":"Founded by the Berger family"},{"when":"1950s","label":"The factory era","detail":["Standardised production lines","National distribution network"],"owner":"First thousand-employee year"},{"when":"1990s","label":"The export era","detail":["Three overseas plants","Quality certification opened new markets"]},{"when":"2010s","label":"The platform era","detail":["Direct digital sales","Services outgrew products"],"emphasis":"primary"}]}'

Related templates

Frequently asked questions

How do I render the Era strip template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Era strip deterministically — editable PowerPoint in under a second.

Era strip Slide Template | SlideForge (slideforge.dev)