Six things DataDriver gets out of your way — and a handful more below.
Template rigging
Tag any layer in your AE comp — text, image, color, footage, audio, even visibility — and it becomes a slot a spreadsheet column can fill.
Non-destructive pseudo-effect rigging across all primary layer types. Original comp untouched; rigs persist in project state and survive panel reload.
Bring your data — or build it here
newCSV, a Google Sheet you keep editing live, a REST endpoint, or a Marp deck. No data yet? Build the sheet straight from your comp and fill it in the panel.
Connectors for CSV, Google Sheets (web-owned OAuth, tokens stay local), REST (flat JSON + JSONPath), and Marp .md. Data Design reverse-rigs a schema from the comp, with in-panel type-aware cell editing and populate-from-folder.
Every aspect ratio, one rig
One rig ships as 1:1, 16:9, 9:16, and 4:5 — and a single batch can render every row into every format at once.
Spatial layout engine with attachment rules + safe areas; layers reflow on resize. Multi-format fan-out renders one row into multiple aspect presets in a single batch pass.
Smart layer resizing
Long names don't blow out. Short names don't look lonely. Faces don't get cropped at the eyebrows.
Text-fit modes (shrink / balance / wrap) plus focal-point image cropping with optional face detection. Per-layer fit rules survive aspect changes.
Data-driven charts
newDrop a chart in the comp and let every row redraw it — bars, lines, the works — recolored to match the brand in one click.
In-panel chart creation with per-row data binding, atomic single-undo type-switching, and palette presets (Vivid / Pastel / Mono).
Filename templates
No more comp_001.mp4. Bake column values straight into the output filename — {{market}}_{{product}}_{{date}}.mp4 becomes Berlin_DanceShoes_2026-Q4.mp4 automatically.
Per-campaign filename templates with {{column}} interpolation, path-sanitization, and collision detection. Template lives with the rig, not the data.