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.
A wide release card split into a near-black panel with a huge white version number 4.2 and a dark purple panel with the lime-green label Live climb alerts above the white headline Know every climb before you reach it.
feature-announcement/template.html

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.

  1. Product nameA short text.
  2. Release labelA short text.
  3. VersionA short text.
  4. Feature nameA short text.
  5. HeadlineA short text.
  6. DescriptionA short text.
  7. Impact lineA short text.
  8. ActionA short text.
  9. FooterA short text.
Sample 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."
}

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.

API request
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}}'
MCP call
{
  "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.