Product Life Cycle Slide Template
S-curve showing product/market phases: Introduction, Growth, Maturity, Decline (or custom phases). Labeled phase zones with descriptions below. Optional current-phase highlight. Best for product strategy, market analysis, portfolio planning, and technology adoption curves.
Try in PlaygroundParameters
Example brief
Product lifecycle for SaaS platform: Introduction (building user base), Growth (rapid adoption 40% MoM), Maturity (market saturation), Decline (competitor disruption). Currently in Growth.
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": "87d2218b-4698-5d9c-b220-8050f5bead9d",
"brief": "Product lifecycle for SaaS platform: Introduction (building user base), Growth (..."
}'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": "87d2218b-4698-5d9c-b220-8050f5bead9d",
"params": {
"title": "SaaS Platform — Product Life Cycle",
"steps": [
{
"title": "Introduction",
"description": "Building initial user base, high acquisition cost"
},
{
"title": "Growth",
"description": "Rapid adoption at 40% MoM, expanding sales team"
},
{
"title": "Maturity",
"description": "Market saturation, focus shifts to retention"
},
{
"title": "Decline",
"description": "Competitor disruption, commoditization pressure"
}
],
"takeaway": "Currently in Growth phase — invest in capacity before maturity plateau hits."
}
}'Tags
Frequently asked questions
How do I render a Product Life Cycle slide?
Send a POST request to /v1/render with template "87d2218b-4698-5d9c-b220-8050f5bead9d" 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 Product Life Cycle template accept?
The Product Life Cycle template accepts: title, steps, takeaway. Supports 3-6 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 Product Life Cycle slide in under 1 second. $3 free credit, no card required.