Back to browse
GitHub Repository

Turn Playwright scripts into polished product demo videos with AI voiceover

15 starsTypeScript

Argo – Turn Playwright scripts into polished demos with AI voiceover

by shreyask·Mar 13, 2026·1 point·1 comment

AI Analysis

●●SolidShip ItSolve My Problem

Playwright scripts become demo videos with local TTS, no API keys needed.

Strengths
  • Leverages existing Playwright knowledge for demo creation workflow.
  • Content-addressed caching speeds up re-runs significantly.
  • Local Kokoro TTS eliminates cloud dependencies and API costs.
Weaknesses
  • Requires Playwright familiarity, limits non-technical users.
  • Demo video tools like Loom and ScreenStudio already exist.
Target Audience

Developers creating product demos or documentation

Similar To

Loom · ScreenStudio · Descript

Post Description

Hey HN,

I built Argo, an open-source CLI that turns Playwright test scripts into product demo videos — complete with overlays and AI-generated voiceover.

The idea: if you already know Playwright, you can write a demo script the same way you'd write a test. Argo records the browser, generates voiceover from a simple JSON manifest using Kokoro TTS (runs locally, no API keys), and exports an MP4. How it works: 1. Write a demo script using the Playwright API 2. Add a voiceover manifest (JSON with scene names and narration text) 3. Run npx argo pipeline my-demo

That's it. One command runs the full pipeline: TTS generation → browser recording → audio alignment → video export via ffmpeg.

Features: - Overlay system (lower-thirds, headline cards, callouts) injected during recording - Local TTS via Kokoro — no cloud services, no API keys - Content-addressed caching so re-runs are fast - Familiar Playwright API — page.click(), page.goto(), etc.

The showcase video on the repo was itself recorded by Argo, using Argo.

Code: https://github.com/shreyaskarnik/argo npm: https://www.npmjs.com/package/@argo-video/cli

Would love feedback on the API design and what use cases you'd find most valuable.

Similar Projects