3
5 Comments

How do you take high-quality screenshots of the SaaS web app

What app do you use to take high-quality screenshots of the app to show on the landing or tutorial page if any?

on June 7, 2022
  1. 1

    Once a full-page screenshot goes into Claude or ChatGPT, normal body text can render at something like 1.4 pixels tall. Vision models cap images at 1568px on the long edge, so a long scrolling capture gets crushed down hard before the model even looks at it. GoFullPage handles the capture part fine, that's not where the problem is. The squeeze happens after, in the model's own preprocessing.

    SlimSnap.ai does the same full-page capture, but its MCP connector for Claude Code and Cursor sends structured data instead of one flattened tall image, so that specific failure mode doesn't show up there. Doesn't matter which tool you used for a straight paste into a chat window though, the resize still happens on the model's end. Link if useful: slimsnap.ai/blog/screenshot-downscaling

  2. 2

    You can capture screenshots inside Google Chrome. You can even take screenshots of individual HTML nodes when you right-click on an element inside dev tools. An option for "capture node screenshot" will appear.

  3. 1

    If you need a large about of screenshots of your app, then my slightly biased input would be launchbrightly.com

    We been working on automatic generation of screenshots, reflecting the latest version of your product, to eliminate the manual burden of updating them over and over again.

    My 2 cents anyway! d/ :-)

  4. 1

    I've loved this Chrome extensions for a while. Let's you grab a screen shot of the whole page.

    https://chrome.google.com/webstore/detail/gofullpage-full-page-scre/fdpohaocaechififmbbbbbknoalclacl