Launching on AppSumo — Get Lifetime Access

Create Smart QR Codes
for Every Platform

Generate static and dynamic QR codes for 15 content types. Track every scan. Integrate with WordPress, Shopify, and your own apps via REST API.

15+
QR Code Types
100%
Free to Generate
REST
API Access
3
Platforms Supported
Live Generator

Try It Right Now — No Sign Up Needed

Select a QR code type, fill in your details, and see your code generate instantly.

1 Select Type
2 Enter Details
3 Design Pro
4 Download

Choose the type of QR code you want to create:

🔗URL / Link
💬Text
✉️Email
📞Call
📱SMS
👤vCard
💚WhatsApp
📶WiFi
📄PDF Soon
📲App Soon
📸Social Soon
🎬Video Soon

Your QR preview
will appear here

Select a type to start

Free account required to download

How It Works

Three Simple Steps

From idea to printed QR code in under a minute.

Step 01
🎯

Choose Your Type

Pick from 15 QR code types — URL, vCard, WiFi, PDF, WhatsApp, and more. Each type has a tailored input form.

Step 02
✏️

Enter Your Content

Fill in your details and see a live QR preview update in real-time. No guessing — what you enter is what gets encoded.

Step 03
⬇️

Download & Share

Create a free account to download your QR code as PNG. Pro users get SVG, PDF, and design customisation.

QR Code Types

Static vs Dynamic QR Codes

Understanding the difference helps you choose the right tool for every use case.

Static

Static QR Codes

The data is permanently encoded in the pattern. Once printed, it cannot be changed. Best for simple, one-time use cases.

Free forever — no account needed
Works offline — no server required
Instant generation for text, URLs, WiFi
Cannot edit content after printing
No scan analytics available
No redirect management
Dynamic

Dynamic QR Codes

The QR pattern stays the same, but the destination URL can be changed anytime. Full analytics on every scan.

Edit destination URL without reprinting
Real-time scan analytics (location, device)
Pause or redirect codes instantly
Track campaign performance per code
Bulk generate via REST API
Requires free account
Available On

Works Everywhere You Do

Use QRLeap from your browser, inside WordPress, Shopify, or via API.

🌐

Web App

plugins.leapinglogic.com — works on any device, no install needed.

Live Now
🟦

WordPress Plugin

Shortcodes + Gutenberg block. WooCommerce integration included.

Phase 2
🟢

Shopify App

Embedded app inside your Shopify admin. Product QR codes in one click.

Phase 2

REST API

Full CRUD + bulk generation. Integrate QRLeap into any product.

Live Now

Generate QR Codes Programmatically

Our REST API lets you generate, manage, and track QR codes from any application. One endpoint. Instant response.

POST /api/v1/qr/generate — create a single QR code

POST /api/v1/qr/bulk — generate up to 100 codes at once

GET /api/v1/analytics/:id — full scan data per code

PATCH /api/v1/qr/:id/status — pause or reactivate codes

// POST /api/v1/qr/generate const response = await fetch( 'https://plugins.leapinglogic.com /api/v1/qr/generate', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ url: 'https://rentmy.co/item/123', name: 'Bike Rental QR', size: 400 }) }); // Response: // { success: true, data: { // id: 1, short_code: "A1B2C3D4", // redirect_url: "…/r/A1B2C3D4", // scan_count: 0 }}
Reference

API Reference

All endpoints, parameters, and response schemas in one place.

API Reference — QRLeap
🔐 Authentication: All requests require Authorization: Bearer YOUR_API_KEY header. Get your API key from Settings → API Keys.
Endpoints
POST Generate QR
/api/v1/qr/generate
POST Bulk Generate
/api/v1/qr/bulk
GET QR + Analytics
/api/v1/qr/:id
PATCH Update Status
/api/v1/qr/:id/status
GET Download Image
/api/v1/qr/:id/download
GET List All QR Codes
/api/v1/qr
POST /api/v1/qr/generate

Create a single QR code from a URL. Returns QR code ID, short code, and redirect URL.

Request
POST /api/v1/qr/generate Authorization: Bearer YOUR_API_KEY Content-Type: application/json { "url": "https://example.com", "name": "Company Website", "label": "marketing", "size": 400 }
Response 201 Created
{ "success": true, "data": { "id": 1, "short_code": "A1B2C3D4", "url": "https://example.com", "name": "Company Website", "status": "active", "redirect_url": "https://plugins.leapinglogic.com/r/A1B2C3D4", "scan_count": 0, "created_at": "2026-04-23T12:00:00+00:00" } }
Pricing

Simple, Transparent Plans

Start free. Upgrade when you need more. Lifetime deal available on AppSumo.

Free
$0/mo
For individuals trying QRLeap. No credit card required.
10 static QR codes
5 dynamic QR codes
Basic scan count analytics
URL, Text, WiFi types
PNG download
API access
Custom branding
Pro / Agency
$24.99/mo
For agencies and power users needing white-label and team access.
Everything in Growth
White-label scan pages
Custom domain support
Unlimited API keys
Team workspaces (up to 10)
Priority support
Advanced analytics export

🔥 Looking for a lifetime deal? Grab it on AppSumo → starting at $49 one-time.