---
title: "MyJourney: create product demos without wasting a day"
url: https://daily.dev/posts/myjourney-create-product-demos-without-wasting-a-day-x7f6zhbl6
source_url: https://blog.codeminer42.com/myjourney-product-demos-without-wasting-a-day
type: article
source: "The Miners"
published: 2026-08-05T15:40:49.724Z
updated: 2026-08-05T15:45:05.331Z
tags: ["automation", "ai-agents", "claude", "video-generation"]
reading_time: 13
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MyJourney: create product demos without wasting a day

**[The Miners](https://daily.dev/sources/miners)** · 13 min read · 0 upvotes · 0 comments

## Summary

MyJourney is a tool that automatically generates narrated product demo videos. You provide a URL and a description, and it uses Claude Opus to plan a tour of the site in a real browser, compiles the plan into a Playwright script via a custom DSL (the model writes JSON, never code), records the session using Chromium's CDP screencast, and assembles the final MP4 with voice narration, lip-synced presenter, and branding using ffmpeg. Key design decisions include: a human approval step before recording, safety guardrails that block destructive actions, a human-handled login flow, quality gates for motion and composition, and a cost of roughly $0.30 per tour. The architecture is intentionally minimal — two processes and a database, with the queue implemented as a database table.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.codeminer42.com/myjourney-product-demos-without-wasting-a-day>

## Similar posts on daily.dev

- [Record a product demo with Playwright](https://daily.dev/posts/record-a-product-demo-with-playwright-bfaidl1pm) · Flavio Copes · 0 upvotes · 0 comments
- [Have your agent record video demos of its work with shot-scraper video](https://daily.dev/posts/have-your-agent-record-video-demos-of-its-work-with-shot-scraper-video-g5fynkctv) · Simon Willison · 0 upvotes · 0 comments

---

Tags: [#automation](https://daily.dev/tags/automation), [#ai-agents](https://daily.dev/tags/ai-agents), [#claude](https://daily.dev/tags/claude), [#video-generation](https://daily.dev/tags/video-generation)

[View this post on daily.dev](https://daily.dev/posts/myjourney-create-product-demos-without-wasting-a-day-x7f6zhbl6)
