DEV Community

PureHub
PureHub

Posted on • Originally published at github.com

Rebuilding QR Studio as a calm, privacy-first Android scanner

Rebuilding QR Studio as a calm, privacy-first Android scanner

QR scanners are small utilities, but many of them feel cluttered, interrupt the scan with ads, or make simple creation workflows surprisingly technical. For PureHub beta 6, we rebuilt QR Studio around one principle: the useful action should always be the clearest action on screen.

What changed

  • A camera-first layout with a clear square target and animated scan line
  • One-tap torch and 1x/2x zoom controls
  • QR and barcode recognition plus image-based scanning
  • Result classification and a preview before opening links
  • Friendly creation forms for websites, Wi-Fi, email, phone numbers and contacts
  • A private local library for recent scans
  • On-device processing, with no ads and no tracking wall

Why the creator needed a redesign

A QR creator should not ask people to understand payload syntax. The new flow asks for normal fields such as network name, password or email subject, and PureHub builds the standards-compliant QR payload behind the scenes.

Android and web

The native Android experience uses CameraX and ML Kit for responsive scanning. The matching PWA surface follows the same information architecture, so the tool feels familiar across devices.

PureHub remains free, ad-free and open source. I would especially value feedback about low-light scanning, one-handed use and the result screen.

Top comments (0)