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": {
"steps": [
{
"title": "Introduction",
"description": "2024-2025: Heavy R&D, early adopters"
},
{
"title": "Growth",
"description": "2025-2026: Rapid adoption, feature expansion"
},
{
"title": "Maturity",
"description": "2027-2028: Market leadership, optimization"
},
{
"title": "Renewal",
"description": "2029+: AI-native platform, new markets"
}
],
"title": "Currently at the Growth-Maturity inflection point",
"subtitle": "Product Lifecycle Position",
"footer": "Product lifecycle analysis | Current position: Growth→Maturity transition",
"takeaway": "Inflection point between Growth and Maturity — invest now to extend the growth curve"
}
}'Tags
Related templates
Bar Chart
Vertical or horizontal bar chart with category labels, value labels, and optional multi-series grouping. The standard chart for comparisons, survey results, financial data, and performance metrics. Supports 1-4 data series with automatic legend.
Donut Chart
Segmented donut (ring) chart with percentage labels and an optional center metric. Clean, modern alternative to pie charts. Segments use the theme's monochromatic tint ramp for a cohesive look. Best for market share, budget allocation, survey breakdowns, portfolio mix.
Waterfall Chart
Waterfall (bridge) chart showing how a value changes through positive and negative contributions. Standard consulting visual for revenue walks, cost decompositions, and variance analysis. Bars connect with thin lines.
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: steps. 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.