structureexternalvisual

Feature Grid Slide Template

Two-column grid of 3-8 feature cards, each with a Lucide icon, title, and short description. Auto-layouts rows based on item count. Use for product overviews, capability summaries, 'what we do' slides, service offerings, 'why choose us', and onboarding feature tours.

Try in Playground
Feature Grid slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
38
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
cards
Array of cards items

Example brief

What is SlideForge? Key capabilities: create single slides or full decks from plain English, 39 built-in templates (KPI, SWOT, timelines, funnels), 8 themes and brand styles, AI-powered creative generation, fast template renders under 1 second, iterate and refine with feedback, outputs native editable .pptx files, compatible with PowerPoint Google Slides and Keynote.

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "f5ee1a0e-d4f0-50bd-9eda-2bedf25027f4",
    "brief": "What is SlideForge? Key capabilities: create single slides or full decks from pl..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "f5ee1a0e-d4f0-50bd-9eda-2bedf25027f4",
  "params": {
    "cards": [
      {
        "title": "AI Generation",
        "description": "Create slides from text briefs",
        "icon": "sparkles"
      },
      {
        "title": "Template Engine",
        "description": "50+ consulting templates",
        "icon": "layout"
      },
      {
        "title": "Brand Lock",
        "description": "Enforce corporate identity",
        "icon": "lock"
      },
      {
        "title": "API-First",
        "description": "REST + MCP integration",
        "icon": "code"
      },
      {
        "title": "Multi-Language",
        "description": "8 languages supported",
        "icon": "globe"
      },
      {
        "title": "Visual QA",
        "description": "Automated quality scoring",
        "icon": "check-circle"
      },
      {
        "title": "Asset Library",
        "description": "1700+ icons available",
        "icon": "image"
      },
      {
        "title": "Theme System",
        "description": "Custom color schemes",
        "icon": "palette"
      },
      {
        "title": "Deck Builder",
        "description": "Multi-slide compilation",
        "icon": "layers"
      }
    ],
    "title": "Nine platform capabilities power the full slide generation lifecycle",
    "subtitle": "Platform Capabilities Overview",
    "footer": "Platform capabilities | SlideForge v2",
    "takeaway": "Full lifecycle coverage from brief to branded deck — no other platform matches this breadth"
  }
}'

Tags

featuresoverviewcapabilitiesproductwhat we dowhy usbenefitsofferingsservicesplatformhighlightsadvantageskey featuresvalue proposition

Related templates

Frequently asked questions

How do I render a Feature Grid slide?

Send a POST request to /v1/render with template "f5ee1a0e-d4f0-50bd-9eda-2bedf25027f4" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Feature Grid template accept?

The Feature Grid template accepts: cards. Supports 3-8 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Feature Grid slide in under 1 second. $3 free credit, no card required.