Create Your Fancy QR Code

Upload an image or GIF and add your text to generate a custom QR code.

This text will be encoded in your QR code (e.g., https://example.com)

Drag & drop your image here or browse

Advanced Options

Higher version = more data capacity but larger code

Higher correction = more reliable but larger code

White space around the QR code (in modules)

2.0
1.5

Animated QR codes only work with GIF images

API Usage Example

Use this curl command to generate the same QR code from your terminal:

curl -X POST -F "image=@your_image.png" -F "text=your_text" -F "colorized=true" -F "version=10" -F "contrast=2.0" -F "brightness=1.5" http://localhost:3000/api/generate-qr