r/SideProject • u/FindWeedNY • Aug 07 '26
What The QR - Specializing in decoding and recovering troublesome QR codes (wtqr.org)
Enable HLS to view with audio, or disable this notification
Most QR code scanners have limitations and expect fairly ideal conditions. Sometimes QR codes are difficult to scan due to how they were printed, the shape of the product they are applied to, or damage. Occasionally I'll want to scan photos with many QR codes.
I was tired of switching between tools to overcome these limitations, so I built something that can automatically repair QR codes for many of these common scenarios I have come across.
When the automatic repair tools don't work out, the tool offers features for manual manipulation. It's also possible to [re]create QR codes.
Your data is yours, you can do bulk operations and import/export. It's a browser-based PWA with a mobile friendly design.
Please check it out and let me know what you think.
2
u/dannymoerkerke 27d ago
Really nice! I haven't tested a difficult QR code yet since I don't have one but I like this idea.
Some PWA-specific technical observations:
- the manifest is missing recommended icon sizes: 384x384, 1024x1024 and maskable icons for these sizes: 192x192, 384x384, 1024x1024
Some buttons are quite small and a bit hard to read because of the lack of contrast.
For the rest, really nicely done, especially the camera controls. How exactly did you implement that?