{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.172Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"image-to-text","name":"Image to Text (OCR)","url":"https://toolsly.tools/image-to-text"},{"slug":"colors-from-image","name":"Colors from Image","url":"https://toolsly.tools/colors-from-image"},{"slug":"image-to-base64","name":"Image to Base64","url":"https://toolsly.tools/image-to-base64"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"code-to-image","name":"Code to Image","url":"https://toolsly.tools/code-to-image"}],"kind":"converter","slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","description":"Generate a Wi-Fi QR code as a PNG — scanning it auto-joins the network. Supports WPA / WEP / open networks and hidden SSIDs.","longDescription":"Create a QR code that, when scanned by any modern phone, prompts the user to join your Wi-Fi network without typing the password. The QR encodes the standard `WIFI:T:<auth>;S:<ssid>;P:<password>;H:<hidden>;;` payload that iOS and Android camera apps natively recognise. Pick the auth type (WPA/WPA2/WPA3, WEP, or open/no password), enter the SSID and password, and we render a high-contrast PNG. Special characters in the SSID/password are properly escaped per the spec. The drop-file area can accept any .txt — its content is ignored; all configuration comes from the options panel.","category":"text","categoryName":"Text & Encoding","keywords":["wifi qr code generator","wifi qr code","wifi password qr code","wifi sharing qr code","guest wifi qr code","wifi qr code free","create wifi qr code","wpa wifi qr code","wpa2 qr code","wifi connect qr","auto-join wifi qr code","hidden ssid qr code","wifi qr code maker","print wifi qr code","wifi qr code online"],"url":"https://toolsly.tools/wifi-qr-code-generator","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".txt"],"mimeTypes":["text/plain"]},"output":{"type":"file","extension":".png","mimeType":"image/png"},"options":[{"type":"text","key":"ssid","label":"Network name (SSID)","defaultValue":"MyNetwork","placeholder":"MyHomeWiFi"},{"type":"text","key":"password","label":"Password","defaultValue":"","placeholder":"Network password (leave empty for open networks)"},{"type":"select","key":"authType","label":"Security","defaultValue":"WPA","choices":[{"value":"WPA","label":"WPA / WPA2 / WPA3"},{"value":"WEP","label":"WEP (legacy)"},{"value":"nopass","label":"None (open network)"}]},{"type":"boolean","key":"hidden","label":"Hidden SSID (not broadcast)","defaultValue":false},{"type":"select","key":"errorCorrection","label":"Error correction","defaultValue":"M","choices":[{"value":"L","label":"Low (~7% recovery)"},{"value":"M","label":"Medium (~15%)"},{"value":"Q","label":"Quartile (~25%)"},{"value":"H","label":"High (~30%)"}]},{"type":"number","key":"scale","label":"Scale (px per module)","defaultValue":8,"min":4,"max":16,"step":1}],"invocation":{"webUi":"https://toolsly.tools/wifi-qr-code-generator","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}