Thread to Video

X/LinkedIn thread as post cards: hook tweet, one scene per post (iterate), follow card.

Type
Video
Format
Instagram Reel · 9:16
Orientation
Portrait
Duration
18.4s
Scenes
5
Render cost
$0.0046 / render
VariablesData-driven repeat
Open in editor

Free template · opens in the editor, no account required.

Customize Thread to Video

Thread to Video is a ready-to-render Content creator / social video design formatted for Instagram Reel · 9:16 with 5 scenes and support for variables, data-driven repeat. Open it in the editor to replace its copy and media, then render variations through the Zvid API.

8 variables: Every value below is a variable you can override — send them in the variables field of the render request (or edit them in the editor) to generate on-brand versions at scale.

authorNameText
Rami Farah
authorHandleText
@ramibuilds
threadHookText
I automated 90% of my content pipeline with three boring scripts. Here's the whole setup: 🧵
likesLabelText
12.4K likes
ctaTextText
Follow {{authorHandle}} for build threads
avatarImageMedia URL
postsList · 3
num1/3
textScript one watches my blog RSS. Every new post becomes a JSON payload: title, key points, cover image.
num2/3
textScript two sends that JSON to a video API. Ninety seconds later there's a vertical video in my S3 bucket.
num3/3
textScript three schedules it everywhere. I write once — the machines do the distribution. That's the whole trick.
musicUrlMedia URL

The exact JSON payload

This is the full render config — POST it to the API, or open it in the editor to tweak.

Open in editor ↗
{
  "name": "social-thread-video",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#0E1116",
  "outputFormat": "mp4",
  "variables": {
    "authorName": "Rami Farah",
    "authorHandle": "@ramibuilds",
    "threadHook": "I automated 90% of my content pipeline with three boring scripts. Here's the whole setup: 🧵",
    "likesLabel": "12.4K likes",
    "ctaText": "Follow {{authorHandle}} for build threads",
    "avatarImage": "https://images.pexels.com/photos/7241328/pexels-photo-7241328.jpeg?auto=compress&cs=tinysrgb&w=1620",
    "posts": [
      {
        "num": "1/3",
        "text": "Script one watches my blog RSS. Every new post becomes a JSON payload: title, key points, cover image."
      },
      {
        "num": "2/3",
        "text": "Script two sends that JSON to a video API. Ninety seconds later there's a vertical video in my S3 bucket."
      },
      {
        "num": "3/3",
        "text": "Script three schedules it everywhere. I write once — the machines do the distribution. That's the whole trick."
      }
    ],
    "musicUrl": "https://cdn.pixabay.com/audio/2025/04/21/audio_ed6f0ed574.mp3"
  },
  "scenes": [
    {
      "id": "hook-post",
      "duration": 4.6,
      "backgroundColor": "#0E1116",
      "transition": "smoothup",
      "transitionId": "post",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4.6,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='stvBg' cx='0.5' cy='0.3' r='0.95'><stop offset='0' stop-color='#171C24'/><stop offset='1' stop-color='#0E1116'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#stvBg)'/><rect x='80' y='560' width='920' height='700' rx='36' fill='#151A22' stroke='rgba(255,255,255,0.14)' stroke-width='1.5'/><path d='M172 690 L172 1160' stroke='rgba(255,255,255,0.14)' stroke-width='2'/></svg>"
        },
        {
          "type": "IMAGE",
          "src": "{{avatarImage}}",
          "x": 172,
          "y": 660,
          "width": 96,
          "height": 96,
          "anchor": "center-center",
          "radius": {
            "tl": 48,
            "tr": 48,
            "bl": 48,
            "br": 48
          },
          "track": 1,
          "enterBegin": 0.2,
          "enterEnd": 0.55,
          "enterAnimation": "circleopen",
          "exitEnd": 4.6
        },
        {
          "type": "TEXT",
          "x": 248,
          "y": 620,
          "width": 700,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.3,
          "enterEnd": 0.7,
          "enterAnimation": "fade",
          "exitEnd": 4.6,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='color:#FFFFFF; font-size:30px; font-weight:800;'>{{authorName}} <span style='color:#5B93D9; font-size:24px;'>✔</span></div><div style='margin-top:4px; color:#71767B; font-size:24px; font-weight:500;'>{{authorHandle}}</div>"
        },
        {
          "type": "TEXT",
          "x": 150,
          "y": 800,
          "width": 790,
          "anchor": "top-left",
          "track": 4,
          "enterBegin": 0.55,
          "enterEnd": 1,
          "enterAnimation": "smoothup",
          "exitEnd": 4.6,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='color:#E7E9EA; font-size:42px; line-height:1.4; font-weight:600;'>{{threadHook}}</div><div style='margin-top:30px; color:#71767B; font-size:24px; font-weight:600;'>♥ {{likesLabel}} &nbsp;·&nbsp; thread ↓</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 200,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.15,
          "enterEnd": 0.5,
          "enterAnimation": "smoothdown",
          "exitEnd": 4.6,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='display:inline-block; background:rgba(91,147,217,0.14); border:1.5px solid rgba(91,147,217,0.55); color:#5B93D9; border-radius:999px; padding:14px 38px; font-size:26px; font-weight:800; letter-spacing:3px;'>🧵 THREAD OF THE DAY</div>"
        }
      ]
    },
    {
      "id": "post",
      "iterate": "posts",
      "iterateAs": "post",
      "duration": 4,
      "backgroundColor": "#0E1116",
      "transition": "smoothup",
      "transitionId": "follow",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='stpBg' cx='0.5' cy='0.3' r='0.95'><stop offset='0' stop-color='#171C24'/><stop offset='1' stop-color='#0E1116'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#stpBg)'/><path d='M540 330 V620' stroke='rgba(255,255,255,0.18)' stroke-width='2'/><rect x='80' y='620' width='920' height='620' rx='36' fill='#151A22' stroke='rgba(255,255,255,0.14)' stroke-width='1.5'/></svg>"
        },
        {
          "type": "IMAGE",
          "src": "{{avatarImage}}",
          "x": 172,
          "y": 716,
          "width": 84,
          "height": 84,
          "anchor": "center-center",
          "radius": {
            "tl": 42,
            "tr": 42,
            "bl": 42,
            "br": 42
          },
          "track": 1,
          "enterBegin": 0.15,
          "enterEnd": 0.45,
          "enterAnimation": "fade",
          "exitEnd": 4
        },
        {
          "type": "TEXT",
          "x": 240,
          "y": 686,
          "width": 700,
          "anchor": "top-left",
          "track": 2,
          "enterBegin": 0.2,
          "enterEnd": 0.55,
          "enterAnimation": "fade",
          "exitEnd": 4,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='color:#FFFFFF; font-size:27px; font-weight:800;'>{{authorName}} <span style='color:#71767B; font-weight:500;'>{{authorHandle}} · {{post.num}}</span></div>"
        },
        {
          "type": "TEXT",
          "x": 150,
          "y": 820,
          "width": 790,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.4,
          "enterEnd": 0.85,
          "enterAnimation": "smoothup",
          "exitEnd": 4,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='color:#E7E9EA; font-size:40px; line-height:1.45; font-weight:600;'>{{post.text}}</div>"
        }
      ]
    },
    {
      "id": "follow",
      "duration": 3.8,
      "backgroundColor": "#0E1116",
      "visuals": [
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.8,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='stfBg' cx='0.5' cy='0.4' r='0.9'><stop offset='0' stop-color='#1A2029'/><stop offset='1' stop-color='#0E1116'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#stfBg)'/><circle cx='540' cy='700' r='128' fill='none' stroke='rgba(91,147,217,0.7)' stroke-width='3'/></svg>"
        },
        {
          "type": "IMAGE",
          "src": "{{avatarImage}}",
          "x": 540,
          "y": 700,
          "width": 220,
          "height": 220,
          "anchor": "center-center",
          "radius": {
            "tl": 110,
            "tr": 110,
            "bl": 110,
            "br": 110
          },
          "track": 1,
          "enterBegin": 0.2,
          "enterEnd": 0.6,
          "enterAnimation": "circleopen",
          "exitEnd": 3.8
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 900,
          "width": 880,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.5,
          "enterEnd": 0.95,
          "enterAnimation": "smoothup",
          "exitEnd": 3.8,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:46px; font-weight:800;'>{{authorName}}</div><div style='margin-top:10px; text-align:center; color:#71767B; font-size:28px; font-weight:600;'>{{authorHandle}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1140,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 1,
          "enterEnd": 1.4,
          "enterAnimation": "circleopen",
          "exitEnd": 3.8,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='display:inline-block; background:#5B93D9; color:#0E1116; border-radius:999px; padding:24px 60px; font-size:32px; font-weight:800;'>{{ctaText}}</div>"
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.14,
      "track": 0
    }
  ]
}

More Content creator / social templates

View all ↗

Ready to ship video at scale?

Start free — your first render is only a JSON payload away.