agentreel
v0.6.1
Published
Turn your apps into demo videos
Maintainers
Readme
agentreel
Turn your apps into launch videos.
https://github.com/user-attachments/assets/474fd85d-3b35-48f4-82b8-1b337840fb51
Turn on sound
Install
npx agentreelUsage
# CLI launch video:
agentreel --cmd "npx my-cli-tool"
# Browser launch video:
agentreel --url http://localhost:3000How it works
- You provide a CLI command or URL
- AI plans and executes the demo (terminal or Playwright browser)
- AI generates a launch video with text slides, terminal highlights, diagrams, and panels
- Renders a polished 1080x1080 video with Remotion — ready for Twitter/X, LinkedIn, Reels
Flags
-c, --cmd <command> CLI command to demo
-u, --url <url> URL to demo (browser mode)
-t, --title <text> video title
-s, --subtitle <text> video subtitle
-o, --output <file> output file (default: agentreel.mp4)
-a, --auth <file> Playwright auth state for browser demos
-g, --guidelines <text> highlight generation guidelines
--music <file> background music mp3
--no-share skip the share promptRequirements
- Node.js 18+
- Claude CLI (
claude) — plans and records demos
Credits
Default background music: "Boogie Funky" by Petrushka Sound
License
MIT
