Open my wallet

Figma mockup vs real screenshot for a product demo

Both produce an image at the same pixel size. They fail in opposite ways, and the failure mode is what should decide.

Published:

Use a real device screenshot when the feature is built and you need to document what shipped; use a Figma mockup when the screen does not exist yet or has to change every day — you are trading fidelity to the shipped build against the cost of the next revision.

They are not the same artefact

A screenshot is evidence: this is what the app did, on this device, on this day. A mockup is a proposal: this is what the screen should look like. Both export a PNG. Only one of them is falsifiable, and that difference decides everything downstream — what you can claim with it, how long it stays accurate, and what it costs when the design changes on Friday.

Most arguments about which to use are really arguments about which failure the team can live with.

The pixel arithmetic is identical

This is the part people expect to be hard and it is not. An iPhone screen is its size in points multiplied by its scale factor. A 6.1-inch iPhone 14 Pro is 393 × 852 pt at 3×, which is 1179 × 2556 px. So:

Either produces a file the App Store accepts, provided you export PNG or JPEG in RGB with no alpha channel. The exact list of accepted sizes is in our guide on App Store screenshot sizes. If you draw the status bar yourself, the measured status bar geometry matters more than the canvas size does.

Where a Figma comp drifts from the device

A design tool is not a rendering engine for the platform. The gaps are small individually and obvious in aggregate — a comp next to a real screenshot reads as slightly wrong before anyone can say why.

Type

Apple's system font ships in optical sizes and the platform swaps between them by point size, adjusting letterforms and tracking as it does. A design tool applies whatever face you selected at whatever tracking you typed. Text that fits a container by two pixels in Figma is the text that wraps on device.

Real data lengths

Comps get placeholder content chosen to fit. Devices get a 26-character token name, a German label 40 % longer than the English one, and a balance with seven digits. The comp shows the layout working; the screenshot shows what it does under pressure.

Everything the OS draws

Status bar, home indicator, keyboard, scroll indicators, the safe areas — 59 pt at the top on a Dynamic Island device, 34 pt at the bottom. A comp either recreates them by hand, and is subtly off, or omits them, and looks like a comp.

Drift over time

This is the expensive one. A comp is accurate the week it is drawn. Six months later the app has moved and the store listing still shows an interface nobody can find, which is the sort of thing that generates one-star reviews about false advertising rather than build failures.

Where a real screenshot costs you

There is one thing the screenshot route gets for free that comps have to fake: a consistent status bar. On the iOS Simulator, xcrun simctl status_bar overrides the clock, the carrier, the signal bars and the battery level, so a set of six screenshots can all read 9:41 with a full battery without any retouching. A comp has to draw that chrome by hand, correctly, every time.

Side by side

CriterionFigma compDevice screenshotRendered mockup
Matches the shipped buildOnly when maintainedBy definitionNo
Feature must existNoYesNo
Cost of one revisionMinutesA full re-shootSeconds
Exact export sizeYesYesYes
Platform-accurate text renderingApproximateExactApproximate
Ten localised variantsHoursDaysMinutes
Drift risk after six monthsHighLowHigh
Can be used as evidenceNoYesNo

The third route: render from a template

Between the two sits a tool that draws a known screen type from values you supply and exports at native resolution. It behaves like the Figma column on fidelity and beats both on revision cost, because changing a figure is a keystroke rather than an edit.

That is what My Larp Wallet does for one specific screen — a crypto wallet portfolio — exporting at 1179 × 2556 px. It is worth being blunt about the trade: what comes out is a mockup, openly a mockup, and useful exactly where a mockup is the honest answer.

How to decide in ten seconds

The line neither route lets you cross

Invented figures are unremarkable in a store listing, a landing page or a deck. Everyone reads a demo account as a demo account, and platform vendors market their own products this way. The same image stops being acceptable the moment it is offered as a record of something real — a balance shown to get money, an investment or someone's trust.

The practical version of that rule: decide which artefact you are making before you export it, and if a comp is going to travel outside the context that explains it, label it. There is more on choosing a route in shipping screenshots before you have users.

Compose the screen instead of describing it

My Larp Wallet lays out a wallet screen in the browser and exports it at 1179 × 2556 px, the native resolution of an iPhone 14 Pro. What comes out is a mockup, and it says so. One plan, $19/month.

Open my wallet

Keep reading