A simple, elegant web application that generates QR codes from URLs. No server required β runs entirely in the browser.
- π Generate QR codes from any URL
- π± Scannable with any smartphone camera
- πΎ Download QR codes as PNG images
- π Beautiful dark theme UI
- β‘ No dependencies to install β uses CDN
- π Privacy-friendly β all processing happens locally
Simply open index.html in your web browser. That's it!
# macOS
open index.html
# Linux
xdg-open index.html
# Windows
start index.htmlOr serve it with any static file server:
# Python
python -m http.server 8000
# Node.js (npx)
npx serve .
# PHP
php -S localhost:8000Then navigate to http://localhost:8000
- Enter a URL in the input field
- Click "Generate QR Code"
- Scan the QR code with your phone, or download it as PNG
- Vanilla HTML, CSS, JavaScript
- QRCode.js for QR code generation (loaded via CDN)
- DM Sans font from Google Fonts
MIT