A customizable QR code generator to create beautiful and unique QR codes.
- β Accessible: minimally WCAG A compliant
- π¨ Customizable colors and styles
- πΌοΈ Export to SVG and PNG
- π Copy to clipboard
- π Light/dark/system-preference mode toggle
- π² Randomize style button
- π Available in 29+ languages thanks to deepl-translate-github-action
- πΎ Save & Load QR Code config
- πΌοΈ Upload custom image for logo
- π Presets: Pre-crafted QR code styles
- π‘οΈ Error correction level: affects the size of the QR code and logo within. Use lower correction levels for bigger pieces of data to ensure that it can be read.
- π¦ Batch data export: Import a CSV file with multiple data strings and export QR codes for them all at once.
Try it out here β¨
MiniQR-demo.mp4
Batch data export is also now supported.
batch_data_export.mp4
Mini-QR can easily be self-hosted. We provide a docker-compose.yml file as well as our own images. We are using GitHub's ghrc.io
Container Registry.
wget https://github.com/lyqht/mini-qr/raw/main/docker-compose.yml
docker compose up -d
See CONTRIBUTING.md for more details.