A free, fast, no-sign-up QR Code generator with optional center logo and PNG export.
The project is deployed and ready to use at:
http://freeqrcode.rxmos.dev.br/
This project is a static web application to generate QR Codes with a custom visual identity. You provide text or a URL, optionally add a center logo, adjust logo size and white padding, then download a high-quality result.
- Browser-based QR Code generation
- Optional logo upload applied in the QR center
- Logo size and white padding controls via sliders
- One-click PNG download
- Bilingual interface (PT-BR and EN-US)
- Automatic CDN fallback for the QR Code library
- HTML5
- JavaScript (Vanilla)
- Tailwind CSS (via CDN)
- qrcode (via CDN)
Because this is a static project, you can open index.html directly in your browser.
Optionally, run a local server:
# Python 3
python3 -m http.server 5500Then open:
http://localhost:5500
- Fill in the content field with a URL or text.
- (Optional) Upload a logo image.
- Adjust logo size and white padding.
- Click Generate QR Code.
- Click Download PNG to export.
.
├── index.html
├── script.js
└── README.md
This project is available for free use.
