Skip to main content
RENDIVIA

Use case

Weekly metrics videos for SaaS products

Automatically turn weekly product metrics into branded video summaries using an API.

Turn reports, dashboards, and weekly recaps into MP4 videos - automatically.

Why metrics dashboards aren't enough

  • Users don't log in every week to interpret charts.
  • Email and PDF reports are ignored or skimmed.
  • Key insights get lost without a clear narrative.
  • Manual video creation doesn't scale with customer count.

Turn metrics into video - automatically

  • Schedule a weekly job (cron) to fetch your metrics.
  • Send the metrics to the /render endpoint with a template id.
  • We render an MP4 asynchronously and reliably.
  • Receive a webhook when the video is ready, then deliver it to users.

Input (structured metrics)

{
  "template": "weekly-summary-v1",
  "data": {
    "week": "2026-01-14",
    "users": 1243,
    "revenue": 8920,
    "growth": "+12%",
    "churn": "2.1%",
    "topFeature": "Team Workspaces"
  },
  "brand": "acme"
}

Output (deterministic MP4)

  • 45-60 second MP4 video
  • Brand logo, colors, and typography applied
  • Charts and counters generated from your metrics
  • Webhook includes output URL and render metadata

Architecture

Data source / event
  |
  v
Rendivia Render API
  |
  v
Queue + Workers
  |
  v
Remotion templates
  |
  v
Branded MP4 + webhook

How it works

Pick a template

Choose a versioned template like weekly-summary-v1 to keep output deterministic.

Send data

POST your weekly metrics as JSON to /render using your API key.

Render async

We queue the job, render at scale, and retry safely on transient failures.

Receive the result

Get a webhook with the MP4 URL when the render completes.

Benefits

  • Higher engagement than dashboards or PDFs
  • Clear, consistent narrative around key metrics
  • Fully automated weekly workflow
  • Deterministic output you can trust in production

Common questions

Is the output deterministic?

Yes. Templates are versioned and the same input produces the same video output.

Where does the video live?

You receive an output URL in the webhook. Store it in your database and embed it in your app or email it to users.

Can I brand the video?

Yes. Use Brand Profiles to inject logo, colors, and typography automatically.

Related

Generate weekly summaries via API

Create an API key and render your first weekly metrics video in minutes.

Get API key