
A browser-based app that converts any article URL into a fully rendered short-form video — no server, no external video API required.
Feed it a link, get back a film. This app takes any article URL and automatically reads it, writes a script, matches stock footage to each scene, overlays captions, scores background music, and renders the final video — all directly in the user’s browser. Output includes YouTube and TikTok metadata ready to paste.
Technologies Used:
- Claude AI (Anthropic) — article reading & script generation
- FFmpeg.wasm — client-side video encoding
- HTML5 Canvas + JavaScript — in-browser scene rendering
- Pexels / Pixabay API — automated stock footage matching
- Web Audio API — background music scoring
- Native Web APIs — article fetching & media handling






