Card GridFeature / capability tilesCorporate & Business

Product capabilities

Grocery store operations capability grid.

Try in Playground
Product capabilities slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Card Grid
Output
.pptx + PDF + PNG

Example brief

Create a feature grid for a regional grocery chain's operational strategy. Include six tiles covering hyper-local assortment, dynamic merchandising, precision pricing (highlighted with a 12% waste reduction metric), loyalty programs, omni-channel fulfillment, and compliance. Each tile needs an icon, a clear benefit statement, and two specific capability points. The title should focus on how these operations drive market share and margins.

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": "card_grid",
  "variant": "feature_tile",
  "headline": "Integrated store operations drive regional market share and margin efficiency",
  "context": "Six core competencies powering our 2024 retail transformation",
  "takeaway": "Our platform transitions grocery management from reactive restocking to predictive retail excellence.",
  "data": {
    "cards": [
      {
        "label": "Hyper-local Assortment",
        "sub": "Optimizes shelf space based on neighborhood demographics.",
        "detail": [
          "Micro-market curation",
          "Regional farm sourcing"
        ],
        "icon": "database"
      },
      {
        "label": "Dynamic Merchandising",
        "sub": "Automates end-cap planning through real-time velocity data.",
        "detail": [
          "Planogram compliance",
          "Seasonal rotation"
        ],
        "icon": "layout-grid"
      },
      {
        "label": "Precision Pricing Engine",
        "sub": "Adjusts perishables pricing to minimize shrink and maximize flow.",
        "detail": [
          "Elasticity modeling",
          "Zone-based promos"
        ],
        "emphasis": "primary",
        "icon": "tag",
        "proof": "12% waste reduction"
      },
      {
        "label": "Loyalty Personalization",
        "sub": "Delivers relevant digital coupons via mobile app engagement.",
        "detail": [
          "Basket-fill logic",
          "Churn prevention"
        ],
        "icon": "award"
      },
      {
        "label": "Omni-channel Fulfillment",
        "sub": "Streamlines curbside pickup and last-mile delivery logistics.",
        "detail": [
          "Picker pathing",
          "Real-time inventory"
        ],
        "icon": "sparkles"
      },
      {
        "label": "Operational Compliance",
        "sub": "Ensures food safety and labor regulation adherence across stores.",
        "detail": [
          "Audit automation",
          "Cold-chain monitoring"
        ],
        "icon": "shield"
      }
    ]
  }
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"card_grid","variant":"feature_tile","headline":"Integrated store operations drive regional market share and margin efficiency","context":"Six core competencies powering our 2024 retail transformation","takeaway":"Our platform transitions grocery management from reactive restocking to predictive retail excellence.","data":{"cards":[{"label":"Hyper-local Assortment","sub":"Optimizes shelf space based on neighborhood demographics.","detail":["Micro-market curation","Regional farm sourcing"],"icon":"database"},{"label":"Dynamic Merchandising","sub":"Automates end-cap planning through real-time velocity data.","detail":["Planogram compliance","Seasonal rotation"],"icon":"layout-grid"},{"label":"Precision Pricing Engine","sub":"Adjusts perishables pricing to minimize shrink and maximize flow.","detail":["Elasticity modeling","Zone-based promos"],"emphasis":"primary","icon":"tag","proof":"12% waste reduction"},{"label":"Loyalty Personalization","sub":"Delivers relevant digital coupons via mobile app engagement.","detail":["Basket-fill logic","Churn prevention"],"icon":"award"},{"label":"Omni-channel Fulfillment","sub":"Streamlines curbside pickup and last-mile delivery logistics.","detail":["Picker pathing","Real-time inventory"],"icon":"sparkles"},{"label":"Operational Compliance","sub":"Ensures food safety and labor regulation adherence across stores.","detail":["Audit automation","Cold-chain monitoring"],"icon":"shield"}]}}'

Related templates

Frequently asked questions

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

Product capabilities Slide Template | SlideForge (slideforge.dev)