A lightweight, self-hosted QR code generator with a clean web interface.
This project is built and maintained in my free time.
If it helps you or saves you some time, you can support my work on
Thank you for your support!
- Generate QR codes from text or URLs
- Optional embedded logo/image (centered)
- Configurable size, border and error correction (ECC)
- Mobile-friendly UI
- Multi-architecture Docker image (amd64 & arm64)
- Works perfectly on Raspberry Pi
docker run --rm -p 8088:8000 floibach/qr-web:latest
services:
qr-web:
image: floibach/qr-web:latest
ports:
- "8088:8000"
restart: unless-stoppedthen open:
http://localhost:8088
- Default error correction level: Q (recommended)
- For larger logos, use Q or H ECC
- No data is stored – everything runs in-memory