Comparison MatrixCommercial tier cardsSales & PresalesStartups & InvestorsMarketing & Agencies

Commercial tier cards

Compare Starter, Growth, and Scale plans as tier cards

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

Example brief

Compare three subscription plans as commercial tier cards. Starter is free and aimed at solo users and trials, with 3 connected data sources but no scheduled reports, role-based access, SSO, success manager, or compliance pack. Growth is the recommended best-fit plan at $49 per seat for scaling teams, adding 25 data sources, scheduled reports, and partial SSO. Scale has custom pricing for regulated and enterprise buyers, with unlimited sources, a dedicated success manager, and a full compliance and audit pack.

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": "commercial_tier_cards",
  "headline": "Growth is the right fit for most scaling teams",
  "context": "Plan comparison for the analytics platform",
  "takeaway": "Growth adds governance and collaboration; Scale layers on compliance and dedicated support.",
  "data": {
    "columns": [
      {
        "name": "Starter",
        "price": "Free",
        "sub": "Solo & trials"
      },
      {
        "name": "Growth",
        "emphasis": "primary",
        "price": "$49 / seat",
        "sub": "Scaling teams",
        "badge": "Best fit"
      },
      {
        "name": "Scale",
        "price": "Custom",
        "sub": "Regulated & enterprise"
      }
    ],
    "rows": [
      {
        "label": "Connected data sources",
        "cells": [
          "3",
          "25",
          "Unlimited"
        ]
      },
      {
        "label": "Scheduled reports",
        "cells": [
          "no",
          "yes",
          "yes"
        ]
      },
      {
        "label": "SSO & SCIM",
        "cells": [
          "no",
          "partial",
          "yes"
        ]
      },
      {
        "label": "Dedicated success manager",
        "cells": [
          "no",
          "no",
          "yes"
        ]
      },
      {
        "label": "Compliance & audit pack",
        "cells": [
          "no",
          "no",
          "yes"
        ]
      }
    ]
  }
}

cURL (REST)

curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"comparison_matrix","variant":"commercial_tier_cards","headline":"Growth is the right fit for most scaling teams","context":"Plan comparison for the analytics platform","takeaway":"Growth adds governance and collaboration; Scale layers on compliance and dedicated support.","data":{"columns":[{"name":"Starter","price":"Free","sub":"Solo & trials"},{"name":"Growth","emphasis":"primary","price":"$49 / seat","sub":"Scaling teams","badge":"Best fit"},{"name":"Scale","price":"Custom","sub":"Regulated & enterprise"}],"rows":[{"label":"Connected data sources","cells":["3","25","Unlimited"]},{"label":"Scheduled reports","cells":["no","yes","yes"]},{"label":"SSO & SCIM","cells":["no","partial","yes"]},{"label":"Dedicated success manager","cells":["no","no","yes"]},{"label":"Compliance & audit pack","cells":["no","no","yes"]}]}}'

Related templates

Frequently asked questions

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

Commercial tier cards Slide Template | SlideForge | SlideForge (slideforge.dev)