generateQR
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://andrew--0198cccc187f720b9996276d56572b79.web.val.run
Generate QR codes for any URL with a clean, user-friendly interface!
- 🔗 Simple form-based interface at the root URL
- 📱 Clean QR code display with URL information
- 🔄 Backward compatibility with query parameter format
- 📱 Mobile-responsive design
Visit the root URL to access the form interface:
- Home:
/
- Enter a URL in the form to generate a QR code - QR Code:
/code/:url
- View the generated QR code for the encoded URL
You can also generate QR codes directly by visiting:
/code/https%3A//example.com
(Note: URLs must be URL-encoded)
The old query parameter format is still supported and will redirect:
/?url=https://example.com
Try it out: QR Code Generator