Product updates
Feature announcement
Launch a new feature with the version, the result for customers, and one action.
- File types
- PNGJPEGWebP
- Size
- 1200 × 630 px
- Use case
- Product updates
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Space Grotesk font, original graphic marks, and fictional sample names.

About this design
What you can make with it.
Product teams send this out whenever a new feature ships. It shows the version number, names the feature, states the result in plain terms, explains what changed, and points to one next step. Replace the version, feature, and result for every update you announce.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- Product nameA short text.
- Release labelA short text.
- VersionA short text.
- Feature nameA short text.
- HeadlineA short text.
- DescriptionA short text.
- Impact lineA short text.
- ActionA short text.
- FooterA short text.
{
"product_name": "Ridgeline",
"release_label": "App update",
"version": "4.2",
"feature_name": "Live climb alerts",
"headline": "Know every climb before you reach it",
"description": "See gradient and effort for the hill ahead, so you can pace the ride.",
"impact_line": "Turn on Live climb alerts in Settings before your next ride.",
"action": "Update the app",
"footer": "Available now for iOS and Android."
}For developers
Make this file from your code or your AI tools.
Save your copy once, then send the new details with each request. Each finished file costs 1 credit.
curl https://thirds.ai/v1/image \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: feature-announcement-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"product_name":"Ridgeline","release_label":"App update","version":"4.2","feature_name":"Live climb alerts","headline":"Know every climb before you reach it","description":"See gradient and effort for the hill ahead, so you can pace the ride.","impact_line":"Turn on Live climb alerts in Settings before your next ride.","action":"Update the app","footer":"Available now for iOS and Android."},"image":{"format":"png","width":1200,"height":630}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "feature-announcement-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"product_name": "Ridgeline",
"release_label": "App update",
"version": "4.2",
"feature_name": "Live climb alerts",
"headline": "Know every climb before you reach it",
"description": "See gradient and effort for the hill ahead, so you can pace the ride.",
"impact_line": "Turn on Live climb alerts in Settings before your next ride.",
"action": "Update the app",
"footer": "Available now for iOS and Android."
},
"image": {
"width": 1200,
"height": 630
}
}
}
}
}Make this design yours.
Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.


