Process Chevrons Slide Template
Horizontal process flow using interlocking chevron shapes. 3-7 steps with titles and descriptions. The most recognizable consulting diagram — used in every strategy deck for transformation roadmaps and methodology overviews.
Try in PlaygroundParameters
Example brief
Digital transformation: Assess (current state analysis), Design (target architecture), Build (platform development), Deploy (phased rollout), Optimize (continuous improvement).
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": "45e739b0-c9f3-54d8-b6e7-521378cdc9d7",
"brief": "Digital transformation: Assess (current state analysis), Design (target architec..."
}'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": "45e739b0-c9f3-54d8-b6e7-521378cdc9d7",
"params": {
"steps": [
{
"title": "Sign Up",
"description": "Create account, verify email",
"icon": "user-plus"
},
{
"title": "Configure",
"description": "Set brand colors, upload logo",
"icon": "settings"
},
{
"title": "Integrate",
"description": "API key, webhook setup",
"icon": "link"
},
{
"title": "Generate",
"description": "First slide via API or UI",
"icon": "file-plus"
},
{
"title": "Scale",
"description": "Team access, usage monitoring",
"icon": "users"
}
],
"title": "5-step onboarding process delivers first slide in 4 minutes",
"subtitle": "Customer Onboarding Flow",
"footer": "Customer onboarding process | Source: product analytics, Q2 2025",
"takeaway": "Average time to first slide: 4 minutes"
}
}'Tags
Related templates
Cycle Diagram
Circular flywheel diagram with 3-6 stages arranged around a center hub. Nodes on a circular orbit with descriptions positioned to left and right. Best for virtuous cycles, feedback loops, iterative processes.
Funnel
Funnel diagram with narrowing stages on the left and numbered descriptions on the right. Each stage shows a label, value, and conversion rate. Standard consulting visual for sales pipelines and conversion analysis.
Gantt Chart
Horizontal bar chart on a time axis. Rows are tasks or workstreams, columns are time periods. Bars show duration with theme tint colors. Optional milestone diamonds and progress overlay. Best for project plans, implementation timelines, and resource allocation.
Process Timeline
Horizontal sequence of 3-7 process steps with numbered badges, titles, and optional descriptions. Connected by a colored line. Best for workflows, onboarding flows, project phases, or roadmaps.
Frequently asked questions
How do I render a Process Chevrons slide?
Send a POST request to /v1/render with template "45e739b0-c9f3-54d8-b6e7-521378cdc9d7" 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 Process Chevrons template accept?
The Process Chevrons template accepts: steps. Supports 3-7 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 Process Chevrons slide in under 1 second. $3 free credit, no card required.