Demoflow - AI that creates product demos for your SAAS
by•
Stop wasting hours editing screen recordings. Drop your URL and a text prompt into DemoFlow. Our AI spins up a browser, executes the actions, and automatically applies smooth cursor tracking, motion blur, and cinematic zooms to generate a high-res video.

Replies
The demo video explains the product well, and the landing page looks nice too. One small piece of feedback: I think having a proper custom domain would make the product feel much more trustworthy, especially for a tool where users may connect logged-in sessions or pass cookies. Also, a few links in the navbar and footer did not seem to work for me, so that might be worth fixing quickly during launch day.
Curious how reliable the AI browser actions are on more complex dashboards with modals, multi-step flows, or dynamic data. Definitely something I might try in the future.
@andrasczeizel Appreciate the feedback. We’re migrating to the custom domain now before the main launch, and pushing a fix for the dead nav links shortly.
On complex dashboards: It handles them reasonably well because we use a vision model (Gemini-3-flash-preview) combined with DOM mapping. If a modal pops up, the model processes the screenshot and targets the new elements directly. We also built a verification loop that checks the screen state right before clicking to handle dynamic shifts. It’s not flawless on massive UIs yet, but it gets the job done for most SaaS flows.