AI App Onboarding

Personalized welcome, an iterate over first-run steps, a condition-gated pro tip and a CTA — swap userName, steps, toggle the tip.

Type
Video
Format
Instagram Reel · 9:16
Orientation
Portrait
Duration
20.2s
Scenes
6
Render cost
$0.00505 / render
VariablesData-driven repeatConditional scenes
Open in editor

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

Customize AI App Onboarding

AI App Onboarding is a ready-to-render AI startup video design formatted for Instagram Reel · 9:16 with 6 scenes and support for variables, data-driven repeat, conditional scenes. Open it in the editor to replace its copy and media, then render variations through the Zvid API.

15 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.

appNameText
Synth
userNameText
Maya
welcomeKickerText
WELCOME ABOARD
welcomeSubText
Your AI workspace is ready. Here's how to get your first win in under 3 minutes.
stepsKickerText
FIRST-RUN CHECKLIST
stepsList · 3
num1
titleConnect your data
detailLink a doc, sheet, or URL — Synth learns your context instantly.
num2
titlePick a workflow
detailStart from a template or describe the task in plain language.
num3
titleRun & review
detailHit generate, tweak the result, and ship it in one click.
showTipToggle
on
tipLabelText
PRO TIP
tipTextText
Press ⌘K anywhere to summon the AI command bar — it's the fastest way to work.
ctaText
Start my first project
ctaUrlText
app.synth.ai
accentColorColor
#6366F1
brandColorColor
#38BDF8
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": "ai-onboarding",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#080B18",
  "outputFormat": "mp4",
  "variables": {
    "appName": "Synth",
    "userName": "Maya",
    "welcomeKicker": "WELCOME ABOARD",
    "welcomeSub": "Your AI workspace is ready. Here's how to get your first win in under 3 minutes.",
    "stepsKicker": "FIRST-RUN CHECKLIST",
    "steps": [
      {
        "num": "1",
        "title": "Connect your data",
        "detail": "Link a doc, sheet, or URL — Synth learns your context instantly."
      },
      {
        "num": "2",
        "title": "Pick a workflow",
        "detail": "Start from a template or describe the task in plain language."
      },
      {
        "num": "3",
        "title": "Run & review",
        "detail": "Hit generate, tweak the result, and ship it in one click."
      }
    ],
    "showTip": true,
    "tipLabel": "PRO TIP",
    "tipText": "Press ⌘K anywhere to summon the AI command bar — it's the fastest way to work.",
    "cta": "Start my first project",
    "ctaUrl": "app.synth.ai",
    "accentColor": "#6366F1",
    "brandColor": "#38BDF8",
    "welcomeImage": "https://images.unsplash.com/photo-1521737711867-e3b97375f902?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3MDgwMTZ8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBzdGFydHVwJTIwb2ZmaWNlJTIwdGVhbXxlbnwwfHx8fDE3ODMyNjg1NDV8MA&ixlib=rb-4.1.0&q=80&w=1080",
    "musicUrl": "https://cdn.pixabay.com/audio/2026/02/24/audio_3f375fdf97.mp3"
  },
  "scenes": [
    {
      "id": "welcome",
      "duration": 4.2,
      "backgroundColor": "#080B18",
      "transition": "smoothleft",
      "transitionId": "step",
      "transitionDuration": 0.55,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{welcomeImage}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "zoom": true,
          "opacity": 0.4,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4.2
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 4.2,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='obShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#080B18' stop-opacity='0.8'/><stop offset='0.5' stop-color='#080B18' stop-opacity='0.35'/><stop offset='1' stop-color='#080B18' stop-opacity='0.96'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#obShade)'/><rect x='44' y='44' width='992' height='1832' rx='44' fill='none' stroke='rgba(99,102,241,0.35)' stroke-width='1.5'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 250,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.2,
          "enterEnd": 0.65,
          "enterAnimation": "fade",
          "exitEnd": 4.2,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='display:inline-block; border:1.5px solid rgba(56,189,248,0.6); border-radius:999px; padding:14px 34px; color:#38BDF8; font-size:25px; font-weight:700; letter-spacing:6px;'>{{welcomeKicker}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1120,
          "width": 960,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 0.45,
          "enterEnd": 0.95,
          "enterAnimation": "smoothup",
          "exitEnd": 4.2,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:104px; line-height:1; font-weight:700; letter-spacing:-3px;'>Welcome,<br>{{userName}}.</div><div style='margin-top:32px; text-align:center; color:#B4BEDA; font-size:34px; line-height:1.42; font-weight:400;'>{{welcomeSub}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1760,
          "anchor": "center-center",
          "track": 4,
          "enterBegin": 0.9,
          "enterEnd": 1.3,
          "enterAnimation": "fade",
          "exitEnd": 4.2,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='color:rgba(255,255,255,0.6); font-size:26px; font-weight:700; letter-spacing:4px;'>{{appName}} · AI WORKSPACE</div>"
        }
      ]
    },
    {
      "id": "step",
      "iterate": "steps",
      "iterateAs": "step",
      "duration": 3.4,
      "backgroundColor": "#080B18",
      "transition": "smoothleft",
      "transitionId": "tip",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='stBg' cx='0.32' cy='0.36' r='0.95'><stop offset='0' stop-color='#121732'/><stop offset='1' stop-color='#080B18'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#stBg)'/><rect x='84' y='700' width='912' height='520' rx='44' fill='rgba(255,255,255,0.03)' stroke='rgba(99,102,241,0.4)' stroke-width='1.5'/><circle cx='250' cy='430' r='120' fill='rgba(99,102,241,0.14)' stroke='rgba(99,102,241,0.6)' stroke-width='2'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 250,
          "y": 430,
          "anchor": "center-center",
          "track": 1,
          "enterBegin": 0.2,
          "enterEnd": 0.6,
          "enterAnimation": "circleopen",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:110px; font-weight:700;'>{{step.num}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 600,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.35,
          "enterEnd": 0.75,
          "enterAnimation": "fade",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='color:#38BDF8; font-size:26px; font-weight:800; letter-spacing:6px;'>{{stepsKicker}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 770,
          "width": 820,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 0.5,
          "enterEnd": 0.95,
          "enterAnimation": "smoothup",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:72px; line-height:1.02; font-weight:700; letter-spacing:-2px;'>{{step.title}}</div><div style='margin-top:26px; text-align:center; color:#AEB8D6; font-size:34px; line-height:1.44; font-weight:400;'>{{step.detail}}</div>"
        }
      ]
    },
    {
      "id": "tip",
      "condition": "{{showTip}}",
      "duration": 4,
      "backgroundColor": "#080B18",
      "transition": "smoothleft",
      "transitionId": "cta",
      "transitionDuration": 0.55,
      "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='tipBg' cx='0.5' cy='0.4' r='0.95'><stop offset='0' stop-color='#151033'/><stop offset='1' stop-color='#080B18'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#tipBg)'/><rect x='96' y='680' width='888' height='560' rx='48' fill='rgba(99,102,241,0.08)' stroke='rgba(99,102,241,0.5)' stroke-width='1.5'/><circle cx='540' cy='430' r='96' fill='rgba(56,189,248,0.14)' stroke='rgba(56,189,248,0.6)' stroke-width='2'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 430,
          "anchor": "center-center",
          "track": 1,
          "enterBegin": 0.2,
          "enterEnd": 0.6,
          "enterAnimation": "circleopen",
          "exitEnd": 4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='color:#38BDF8; font-size:80px; font-weight:700;'>💡</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 620,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.35,
          "enterEnd": 0.75,
          "enterAnimation": "fade",
          "exitEnd": 4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='display:inline-block; background:rgba(56,189,248,0.16); border:1.5px solid rgba(56,189,248,0.55); color:#38BDF8; border-radius:999px; padding:12px 32px; font-size:25px; font-weight:800; letter-spacing:5px;'>{{tipLabel}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 780,
          "width": 800,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 0.55,
          "enterEnd": 1,
          "enterAnimation": "smoothup",
          "exitEnd": 4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:48px; line-height:1.34; font-weight:600;'>{{tipText}}</div>"
        }
      ]
    },
    {
      "id": "cta",
      "duration": 4.4,
      "backgroundColor": "#080B18",
      "visuals": [
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4.4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='obEnd' cx='0.5' cy='0.42' r='0.95'><stop offset='0' stop-color='#171142'/><stop offset='1' stop-color='#080B18'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#obEnd)'/><rect x='44' y='44' width='992' height='1832' rx='44' fill='none' stroke='rgba(99,102,241,0.4)' stroke-width='1.5'/><circle cx='540' cy='640' r='152' fill='none' stroke='rgba(56,189,248,0.8)' stroke-width='2.5'/><path d='M478 640 L522 686 L604 596' fill='none' stroke='#38BDF8' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 920,
          "width": 940,
          "anchor": "top-center",
          "track": 1,
          "enterBegin": 0.3,
          "enterEnd": 0.8,
          "enterAnimation": "smoothup",
          "exitEnd": 4.4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:82px; line-height:1.06; font-weight:700; letter-spacing:-2px;'>You're all set,<br>{{userName}}.</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1230,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.75,
          "enterEnd": 1.2,
          "enterAnimation": "smoothup",
          "exitEnd": 4.4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='display:inline-block; background:{{accentColor}}; color:#FFFFFF; border-radius:999px; padding:28px 66px; font-size:40px; font-weight:800;'>{{cta}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1400,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 1.15,
          "enterEnd": 1.55,
          "enterAnimation": "fade",
          "exitEnd": 4.4,
          "style": {
            "fontFamily": "Outfit"
          },
          "html": "<div style='text-align:center; color:#7E88A6; font-size:28px; font-weight:600; letter-spacing:2px;'>{{ctaUrl}}</div>"
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.16,
      "track": 0
    }
  ]
}

More AI startup templates

View all ↗

Ready to ship video at scale?

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