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.
Viewing readonly version of main branch: v6View latest version
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