Team welcomes

Welcome card

Welcome a new team member with their name in big letters and a warm note.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Team welcomes
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Righteous font, original graphic marks, and fictional sample names.
A square welcome card on a cream field with a yellow sun circle, a mint circle, and a coral ribbon in the corner, the dark plum word Welcome, the large coral name Maya Okafor, a short note, and a dark pill that says who it is from.
welcome-card/template.html

About this design

What you can make with it.

Teams use this card to welcome a new person on their first day. It shows their name in big letters, a short note, and who it's from. Change the name and the note, then post it or print it.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Team nameA short text.
  2. NameA short text.
  3. MessageA short text.
  4. Signed byA short text.
  5. DateA short text.
Sample data
{
  "team_name": "Juniper & Pine Studio",
  "name": "Maya Okafor",
  "message": "We're so glad you're here. The whole team can't wait to meet you.",
  "signed_by": "From everyone at Juniper & Pine",
  "date": "2026-09-21"
}

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: welcome-card-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"team_name":"Juniper & Pine Studio","name":"Maya Okafor","message":"We'"'"'re so glad you'"'"'re here. The whole team can'"'"'t wait to meet you.","signed_by":"From everyone at Juniper & Pine","date":"2026-09-21"},"image":{"format":"png","width":1080,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "welcome-card-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "team_name": "Juniper & Pine Studio",
          "name": "Maya Okafor",
          "message": "We're so glad you're here. The whole team can't wait to meet you.",
          "signed_by": "From everyone at Juniper & Pine",
          "date": "2026-09-21"
        },
        "image": {
          "width": 1080,
          "height": 1080
        }
      }
    }
  }
}

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.