Fully Automated Product Tutorial Videos: Claude + Playwright + Magic Hour + Remotion

One developer automated the entire product tutorial video pipeline — from raw feature URL to finished CMS upload — with zero human involvement. The system, built over a weekend, now produces one video per day, down from 2–3 per month when done manually.
Stack
- Playwright — screen recording with humanized mouse movement to avoid robotic feel
- Claude — script writing and orchestration: decides what to record, teaching order, voiceover structure
- Magic Hour API — face swap, lip sync, talking photos, thumbnails (replaced four separate tools)
- Remotion — programmatic video editing
- Latenode — glue layer: trigger on new feature URL, sequencing (Playwright → Claude → Magic Hour → Remotion), retries on failure, final CMS upload
Key Breakthroughs
- Tone consistency: 20 iterations to get Claude's script tone right. The fix was feeding three hand-written scripts as few-shot examples — the author reports that pasting examples beats describing tone with adjectives every time.
- Cost: ~$2–4 per video vs. 4–6 hours of human time.
- Community acceptance: No users have flagged the videos as AI-generated. The author notes that demo videos with AI fingerprints are fine as long as they teach effectively.
- Architecture transferable: The system generalizes to any product with features worth demoing.
The author is willing to share the Claude system prompt and orchestration setup.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Skill File Applies Negotiation Theory to Email Composition
A developer created a SKILL.md file for Claude that injects negotiation frameworks like BATNA, anchoring, and reciprocity into email writing. The skill generates 2-3 variant emails with tradeoff analysis instead of a single generic response.

Emergency coding setup: Claude Code on OCI free VM with Termux on Android
A developer shares a setup using Oracle Cloud Infrastructure's free VM (24GB RAM, 4 vCPUs) with Claude Code installed, accessed via Termux on Android for emergency coding when a laptop isn't available. The setup requires Claude Pro ($20/month) or Max ($100/month) subscription.

Building a Concert Radar with OpenClaw: Scraping Multiple Sources for Artist Shows
A developer built a concert radar using OpenClaw on a VPS that pulls artists from Spotify, scans multiple sources daily, normalizes events, matches artists, deduplicates, and tracks new announcements via cron jobs.

Non-coder builds full prospecting stack with Claude Code and APIs
A Reddit user with zero coding experience built a complete outbound prospecting system in a weekend using Claude Code, Crustdata for company/people search, FullEnrich for contact enrichment, and Instantly for sending.