I open sourced the QR designer from my failed startup

This QR code designer web app allows users to create unique QR codes with custom designs in the middle while not utilizing error correction that QR codes typically use. The app is a statically generated Nuxt v2 app that previously belonged to a larger app. In order to maximize designer space, users must use a URL that is exactly 25 characters long from a set list of characters. The app requires Node version 16 and can be installed and run with the commands `npm i`, `npm run generate`, and `npm run start`. The app used to be served from domains sw.ink and qr.new.

https://github.com/kochrt/qr-designer

To top