Create branded short-form listing videos for Instagram Reels, TikTok, and YouTube Shorts in minutes — without a video editor.
- Real estate agents who need fast social content for new listings
- Brokerage marketing teams producing reels at scale
- Agent coordinators handling repeat listing video workflows
- Generates polished 1080×1920 MP4 videos from listing photos, agent headshot, and brokerage logo
- Three templates: Just Listed, Open House, and Just Sold
- Ken Burns zoom on listing photos, animated stats card, agent CTA outro
- Batch queue — prepare many listings and render all at once
- Live render progress, output gallery with preview and download
- Create a listing project and upload your photos, headshot, and logo
- Fill in the listing details — address, price, beds, baths, agent info, CTA
- Choose Just Listed, Open House, or Just Sold
- Render and download the MP4
- Frontend: React + Vite + TypeScript + TailwindCSS
- Backend: Node.js + Express + Multer
- Video rendering: Remotion (requires local server)
- Deployment: Vercel (UI) — rendering requires the local server
npm install
npm install --prefix client
npm run devThe app runs at http://localhost:5173, the API server at http://localhost:3000.
Rendering requires the local Express server (node server.js) plus Remotion and FFmpeg installed. The Vercel deployment hosts the UI only — all video processing happens on your machine.
- Historical patch notes live in
docs/patch-history/. - Patch applicators live in
tools/patches/. - Verification scripts live in
tools/verify/. - Maintenance helpers live in
tools/maintenance/.