/mini-qr

Generate customized qr codes easily 👾

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Mini QR Code Generator

License: GPL v3

A customizable QR code generator to create beautiful and unique QR codes.

Features

  • ✅ 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.

Demo

Try it out here

MiniQR-demo.mp4

Batch data export is also now supported.

batch_data_export.mp4

Self-hosting with Docker 🐋

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

Contributing

See CONTRIBUTING.md for more details.