Someone finishes building a survey, sends the link to their team for review, and three people open it on their phones — and it looks broken. Text overflows, buttons are too small, the logo is cropped, and the progress bar has disappeared. The builder has no idea because they only ever previewed it on their desktop, and the native mobile preview in their survey tool is either missing, outdated, or doesn't reflect real device rendering.

This gap exists because survey tools are built survey-first, not QA-first. Adding a robust cross-device preview engine is expensive infrastructure to maintain, and most vendors treat preview as a convenience feature rather than a core workflow. The complaints about 'mobile app needs improvement' and 'some features more difficult to find because they're buried in the tool' both point to the same underlying issue: the editing and verification workflow was designed for desktop power users, not the person who just needs to know 'will this look right on an iPhone 14?'

What existing tools get wrong in this specific case: their preview modes show a generic mobile viewport, not real device emulation. They don't flag common mobile breakage patterns like images that don't scale, touch targets that are too small, or custom fonts that fail to load on iOS. There's no checklist or pass/fail output — just a visual that the user has to evaluate manually.

This is a business because every survey that goes to respondents on mobile — which is most surveys sent via email or text — has this QA moment. If the survey breaks on mobile, response rates drop, data quality suffers, and someone's research project or NPS cycle is compromised. That's a direct, measurable cost. The need recurs every time a new survey is created or an existing one is updated, and survey teams don't have QA engineers checking this manually.

What to build

Build a URL-based survey preview tool that renders any publicly accessible survey URL inside real device frames (iOS, Android, common screen sizes), auto-flags mobile UX issues (small tap targets, overflow text, slow load), and outputs a sharable QA report that the builder can send to a manager or client for sign-off before launch.

Where to start

Launch specifically for one survey platform that has a known, reproducible mobile rendering problem and a large active user community — post the tool in their user forum and let frustrated users self-discover it; this creates word-of-mouth before any paid acquisition.

The hard part

Accurately rendering third-party survey URLs inside your own preview tool requires dealing with iframe restrictions, authentication walls on private surveys, and platform-specific JavaScript dependencies — some surveys will simply refuse to render correctly in any external context, which undermines the core value proposition.

How it makes money

Free for up to 3 preview checks per month, then a flat monthly subscription for unlimited previews; higher tiers include scheduled re-checks that alert you if a live survey breaks after a platform update.

See the evidence. The complaints behind this idea, the products they came from, and similar ideas in Survey.

More ideas in Survey