Review every product flow in the context of real devices.

A lightweight QA workspace for mobile teams. Share preview links, scan codes to check device status, and leave review notes right next to the code.

pocket previewConnected
npx pocket preview
 Tunnel ready on pp.dev/flow-28
 Press i for iOS, a for Android

Flow Link

Open a specific screen state without rebuilding.

Build Notes

Consolidate status, reviewers, and change logs onto a single, clean surface.

Device Check

Log inspection results for both mobile and desktop previews simultaneously.

Keep release checks close to both the code and the device preview.

Expo-style pages feature compact workflow cards, dark code surfaces, and ecosystem icon blocks; blue is reserved for body text links, not CTAs.

Connect RepositoryLink a preview build to each pull request.
Open on DeviceScan the code to access the specific screen state and complete the review.
Log NotesSave review comments alongside build metadata.
Advance ReleasePromote approved previews to the release staging environment.
preview.config.ts
export const flow = {
  device: "ios",
  route: "/checkout",
  build: "28"
}
React
iOS
Android
EAS