Creating demos

How to Record a Product Demo Without Retakes

· 4 min read

To record a product demo cleanly, prepare four things before you press record: realistic data, a clean browser frame, a written click sequence, and a decision about what the final frame will be. Almost every retake is caused by skipping one of those, not by a mistake during the recording — and the fixes are all boring.

This is the recording half of creating a product demo. If you have not decided what the demo is about yet, start there; a well-recorded demo of the wrong workflow is still the wrong demo.

What has to be ready before you press record?

Realistic data. The single biggest tell in an amateur demo is asdf in a name field. Seed the account with plausible customers, believable amounts, and enough history that charts and lists have something in them. If your product looks best with three months of data, create three months of data.

A clean frame. Close every other tab. Turn off notifications at the OS level, not just in the app — a Slack toast in the middle of a demo is a re-record. Use a dedicated browser profile with no personal bookmarks, no signed-in accounts, and no extension icons crowding the toolbar.

The click sequence, written down. Not a script of sentences — a numbered list of actions. "Open Invoices. Filter to Overdue. Click Send reminder. Confirm." This is what you rehearse from, and it is what lets you re-record step three next quarter without touching the rest.

A decided last frame. Know exactly where the demo ends before you start. Demos that trail off do so because nobody decided where the payoff was.

What resolution and window size should you use?

Record at the size people will watch, not the size of your monitor.

A browser window around 1400–1500 pixels wide is the practical sweet spot: wide enough that your layout is not in its mobile breakpoint, narrow enough that text stays legible when the demo is embedded at half the width of a marketing page. Recording full-screen on a large display produces a demo where every label is too small to read the moment it is scaled down, which is the most common reason a technically fine recording is unusable.

Zoom the browser up a step or two if your product has small type. It feels wrong while you record and looks right to everyone who watches.

How do you avoid the retake?

The retakes cluster around a short list of causes:

  • Hesitation. You forgot where the button was. Fixed by rehearsing the click sequence two or three times until it is boring.
  • An interruption. A notification, a calendar popup, an auto-updating badge. Fixed by the clean frame above.
  • A slow load. A spinner that ran for six seconds. Warm the page first — visit it once before recording so caches are populated.
  • Wrong state. You started from a screen the viewer would not be on. Fixed by resetting to the starting state deliberately, not by whatever the app happened to be showing.
  • Talking while clicking. Fixed by not doing it. Narrate afterwards.

Move the cursor deliberately and pause briefly after each click. It feels unnaturally slow while you are doing it, and it reads as confident when watched. Fast, jittery cursor movement is the thing that makes a demo feel like a screen recording rather than a product.

What will not record properly?

This is the part that surprises people, and it is worth knowing before rather than after.

Tools that capture the real DOM of your product — rather than taking screenshots — reproduce your actual markup, which is why the text stays selectable and the layout still reflows. But some things have no DOM to capture. Canvas-based charts, video players and cross-origin embedded widgets come back as empty boxes, because what they render lives outside the document. The capture guide lists what falls into this category, what Rendemo tells you when it detects one, and how to record around it — usually by choosing a view that renders the same information in HTML, or by accepting a still image for that one step.

Screenshot-based tools do not have this problem, because they photograph everything. They have the opposite problem: nothing is real, so nothing updates, and the text is not selectable.

Either way, find out which of your screens are affected before you build a demo around one.

What happens after the recording?

Cut everything that is not on the path to the payoff. Then decide where it goes — for most teams that is the home page, the pricing page, and a link the sales team can send before a call. Embedding an interactive demo is a single script tag, and the embed guide covers the markup and its options.

Rendemo records the workflow from your real product and gives you both an interactive demo and an MP4 from that one take, and real-HTML capture is on the free plan rather than an upgrade. If your demo needs a live sandbox a prospect can wander around freely, that is a different product category and worth being clear about.

The last thing to do is the least exciting and the most valuable: write down what you recorded and when. The demo you make today is a claim about your product, and claims need a review date.

FAQ

What screen resolution should I record a demo at?
Record at the size most of your viewers will watch at, not the size of your monitor. A 1440-pixel-wide browser window scaled into a page is legible on a laptop and survives being embedded at half width. Recording on a 4K display and letting the player shrink it is the most common reason demo text is unreadable.
Should I record my product demo with audio at the same time?
No. Record the clicks silently, then narrate over the finished cut. Recording both together means a single stumble in the voice costs you the whole take, and it makes re-recording one step impossible without redoing the narration for all of them.
What should I do about test data in a demo recording?
Replace it before you record. Placeholder names, lorem ipsum and zero-value charts are the fastest way to make a real product look unfinished. Seed plausible customer names, realistic amounts and a populated state so the screen you are proud of has something in it.
How many takes does a good product demo need?
One, if the preparation is right, plus small pickups. The point of writing the click sequence and rehearsing it is that the recording itself becomes mechanical. If you are on take seven, the problem is almost always that the demo is trying to cover more than one job.

See it instead of reading about it

Record one workflow from your real product and publish a clickable demo anyone can follow. Real-HTML capture is on the free plan.

Start free
More on creating demos
Everything on creating demos