SwiftUI: Viewing multiple #Previews at once + catching visual regressions?

Hi everyone,

I keep running into this problem when working on reusable SwiftUI components:

I update a shared view, then want to see how it looks across 4-6 different screens. Xcode can only pin 1 preview.

I’m experimenting with a tool called PreviewLens.com that automatically captures all SwiftUI previews during a build and shows visual diffs (side-by-side, overlay, masking, diff tolerance) so regressions are easier to catch visually.

It’s local-first and preview-native.

If this sounds like a problem you’ve hit too, I’d love feedback.

Free for early adopters: https://previewlens.com#waitlist

Thanks!