A simple web-based tool that generates QR codes for WiFi networks. Users can easily share their WiFi credentials by generating a QR code that others can scan with their smartphones to connect automatically.
This was all coded quickly by Aider in a few minutes and about 10 cents. See full post at: Aider WiFi QR Code Generator
- Generate QR codes for WiFi networks
- Modern, clean interface
- Option to show/hide password in printout
- Mobile-friendly design
- No server required - runs entirely in the browser
You don't have to download this - you can just go use it. It's hosted at
https://wifiqrcodegenerator.netlify.app/
- Open
index.htmlin a web browser - Enter your WiFi network name (SSID)
- Enter your WiFi password
- Choose whether to show the password in the printout
- Click "Generate QR Code"
- Share the generated QR code with others
Simply clone this repository and open index.html in a web browser:
git clone https://github.com/davefowler/wifiqr.git
cd wifi-qr-generator
open index.html- HTML5
- CSS3
- JavaScript
- qrcode-generator library
MIT License