Dealership technology demo
From a Google Sheet to a finished sales video.
Two moving parts, wired end to end. First, a spreadsheet your team already knows how to edit becomes a live website inventory. Then, one click turns any unit into a broadcast-style video — rendered and exported entirely in the browser.
The inventory feed
You publish one tab of a Google Sheet as CSV. A Cloudflare Pages Function
(/api/inventory) reads it, validates the columns, drops anything
unsafe, and hands the site clean JSON — cached at the edge so a traffic spike
never hammers Google, with a 7-day last-good fallback if the sheet ever hiccups.
The video studio
Every inventory card has a Create video button that deep-links into the full Motion Studio with that unit preloaded — name, photo, price, and copy. Upload a walk-around clip, drop in music and a voiceover, and export an MP4. No render server; it all runs in your browser.
Open the studio →