Comparison MatrixFeature comparison

Feature comparison

Compare our top-tier alpine jacket against two lighter alternatives.

Try in Playground
Feature comparison slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Comparison Matrix
Output
.pptx + PDF + PNG

Example brief

Create a feature comparison matrix for our outdoor gear catalog. Compare the Apex Expedition jacket, which is our primary focus, against the Summit Lite and Trail Pro models. Evaluate them across eight rows: Gore-Tex Pro 3L, RECCO Reflector, YKK Aquaguard Zips, Helmet-compatible hood, Fair Trade status, reinforced shoulders, snow skirts, and total weight. Use binary yes/no indicators for most features and specific gram weights for the final row. The conclusion should emphasize that the Apex is the best for safety even if it is slightly heavier.

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": "comparison_matrix",
  "variant": "feature_check",
  "headline": "The Apex Expedition Series offers the most comprehensive technical protection for alpine environments",
  "context": "Technical specification comparison vs. entry-level alpine alternatives",
  "takeaway": "The Apex Expedition is the superior choice for high-altitude safety despite the additional weight requirements.",
  "data": {
    "columns": [
      {
        "name": "Apex Expedition",
        "emphasis": "primary"
      },
      {
        "name": "Summit Lite"
      },
      {
        "name": "Trail Pro"
      }
    ],
    "rows": [
      {
        "label": "Gore-Tex Pro 3L",
        "cells": [
          "yes",
          "yes",
          "partial"
        ]
      },
      {
        "label": "RECCO Reflector",
        "cells": [
          "yes",
          "partial",
          "no"
        ]
      },
      {
        "label": "YKK Aquaguard Zips",
        "cells": [
          "yes",
          "partial",
          "partial"
        ]
      },
      {
        "label": "Helmet-compatible hood",
        "cells": [
          "yes",
          "no",
          "no"
        ]
      },
      {
        "label": "Fair Trade Certified",
        "cells": [
          "yes",
          "yes",
          "yes"
        ]
      },
      {
        "label": "Reinforced shoulders",
        "cells": [
          "yes",
          "yes",
          "partial"
        ]
      },
      {
        "label": "Internal snow skirt",
        "cells": [
          "yes",
          "yes",
          "yes"
        ]
      },
      {
        "label": "Total Weight (g)",
        "cells": [
          "480g",
          "310g",
          "345g"
        ]
      }
    ]
  }
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"comparison_matrix","variant":"feature_check","headline":"The Apex Expedition Series offers the most comprehensive technical protection for alpine environments","context":"Technical specification comparison vs. entry-level alpine alternatives","takeaway":"The Apex Expedition is the superior choice for high-altitude safety despite the additional weight requirements.","data":{"columns":[{"name":"Apex Expedition","emphasis":"primary"},{"name":"Summit Lite"},{"name":"Trail Pro"}],"rows":[{"label":"Gore-Tex Pro 3L","cells":["yes","yes","partial"]},{"label":"RECCO Reflector","cells":["yes","partial","no"]},{"label":"YKK Aquaguard Zips","cells":["yes","partial","partial"]},{"label":"Helmet-compatible hood","cells":["yes","no","no"]},{"label":"Fair Trade Certified","cells":["yes","yes","yes"]},{"label":"Reinforced shoulders","cells":["yes","yes","partial"]},{"label":"Internal snow skirt","cells":["yes","yes","yes"]},{"label":"Total Weight (g)","cells":["480g","310g","345g"]}]}}'

Frequently asked questions

How do I render the Feature comparison 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 Feature comparison deterministically — editable PowerPoint in under a second.

Feature comparison Slide Template | SlideForge | SlideForge (slideforge.dev)