QR codes that outlive
your subscription
Make one right now, free, without signing up. Then keep the ability to change where it points for $4.99 a month, instead of $199 for a plan that still counts your edits.
Thirty QR code types including URL, WiFi, vCard contact cards, PDF, email, SMS, calendar events, crypto wallets and GS1 Digital Link. Set your own colors and dot shapes, drop a logo in the middle, add a frame with a call to action. Everything renders in your browser, so what you type never reaches our servers. Download at 1024px as PNG, SVG or WebP.
30
QR code types
1024px
Download resolution
0
Bytes sent to us
H
Error correction level
The catch with most QR platforms
A dynamic QR code exists for one reason. The printed square stays the same while the destination behind it can change. That is the entire product.
So it is worth knowing that Bitly meters exactly that. Their pricing page lists redirects as a plan feature: none at all on Free, 5 a month on Core, 20 on Growth, and 110 on the $199 a month Premium plan. Run out and your printed code points wherever it last pointed until next month.
Their downgrade policy goes further. If you used the complimentary domain bundled with a paid plan and later drop down a tier, Bitly stops renewing that registration, and in their words any links using that domain will stop working. Every code you printed on packaging or signage goes dead.
Meanwhile the free tier has been cut from 10,000 links a month before 2018, to 50, to 10, to 5 today, QR codes went from unlimited to 2 a month, and since February 2025 free links show an ad page before the destination.
We do not meter destination changes, we do not put ads in front of your visitors, and we do not hold a domain you printed on packaging as leverage.
What the entry plans actually cost
Annual pricing from each vendor’s own page, checked on 18 July 2026. Every row links to its source so you can confirm it.
| Entry paid plan | Per month | Links | Destination edits | People included | Analytics kept for |
|---|---|---|---|---|---|
| reRoute ProYou are here | $3.99 | Unlimited | Unlimited | 5 | Unlimited |
| Bitly Coreannual only | $10 | 100 / month | 5 / month | Just you | 30 days |
| Dub Pro | $27 | 1,000 / month | Unlimited | 3 | 1 year |
| Rebrandly Essentials | $8 | 250 / month | Unlimited | No team access | Not published |
| Short.io Pro | $15 | Unlimited | Unlimited | Not published | Not published |
Bitly Core, Growth and Premium are single seat plans. Multi-user access begins at Enterprise, which is quote only. Rebrandly Essentials lists no teammates. Where a vendor does not publish a retention period we say so rather than guess.
Work out what you would keep
Real arithmetic on published prices. Move the slider to your team size.
Based on each vendor’s published annual pricing, checked 18 July 2026. Sources are linked in the comparison below.
You keep about
$300
every year, for more usage than you have now
What you get on Pro
$4.99 a month, or $3.99 if you pay for the year.
Change the destination, always
Point a printed code somewhere new whenever you want. We do not count how many times you do it, because charging for that never made sense to us.
Analytics that stay put
Country, city, device, browser, OS, referrer and full UTM data on every scan. Your history does not get deleted after 30 days.
Routing rules per link
Send iPhone users to the App Store and everyone else to Google Play. Route by country, by time of day, or split traffic for an A/B test.
Locks and limits
Password protect a link, expire it on a date, or cap it at a scan count. Useful for tickets, private docs and limited runs.
Five people, not one
Pro includes five team members with roles and an audit log. Most platforms make you reach Enterprise before a second person can log in.
Retail and GS1 barcodes
UPC-A, EAN-13, EAN-8 and ITF-14 with bearer bars, plus a conformant GS1 Digital Link resolver for products that need one.
A REST API, webhooks, and an MCP server
Create links, pull analytics, render QR codes and barcodes, and post conversions back with a click ID so you can see which scans turned into revenue. Webhooks are signed with HMAC SHA-256 and fire on every scan.
The MCP server means Claude and other assistants can work with your links directly. Ask for last month’s scan numbers by country, or have an agent create a batch of campaign links, without anyone opening the dashboard.
curl -X POST https://reroutehq.com/api/v1/links \
-H "Authorization: Bearer $RR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"destinationUrl": "https://example.com/spring-menu",
"customShortId": "menu",
"iosUrl": "https://apps.apple.com/app/id000",
"tags": ["print", "q3"]
}'
{
"id": "uuid",
"shortId": "menu",
"shortUrl": "https://rrte.link/menu",
"destinationUrl": "https://example.com/spring-menu",
"isActive": true,
"createdAt": "2026-07-18T14:02:11.000Z"
}Bring your links with you
Export a CSV from Bitly or Rebrandly and drop it in. We recognise their column layouts, so there is no spreadsheet surgery. Up to 1,000 links at a time, and you can keep your existing short codes if you are moving a domain across.
Worth being honest about one thing. Links on someone else’s domain, like bit.ly slashes, cannot be moved by any provider. Those keep resolving on their side until you replace them. Anything on a domain you own comes across cleanly.
See how importing worksThree plans, no sales call
Prices are on the page because hiding them wastes everyone’s time.
Free
$0
No account needed
- Unlimited static QR codes
- All 30 code types
- 1024px PNG, SVG and WebP
- 3 dynamic links
Pro
$4.99
per month, $3.99 billed yearly
- Unlimited dynamic links
- Unlimited destination edits
- Scan analytics and CSV export
- Geo, device and time routing
- 5 team members
Enterprise
$19.99
per month, $15.99 billed yearly
- Your own short domain
- API keys and MCP server
- Signed webhooks
- White label for agencies
- Unlimited team members
Questions people actually ask
- Is the QR code generator really free?
- Yes, and it works without an account. Codes are generated in your browser using canvas and SVG, so nothing you type is uploaded to us. There is no watermark, no expiry and no scan limit, because a static QR code costs us nothing to make.
- What happens to my QR codes if I stop paying?
- Your links keep resolving. We do not deactivate printed codes to pressure you into a plan, and we do not register a domain on your behalf and then let it lapse. If you cancel Pro you lose the paid features, not your redirects.
- How is this so much cheaper than Bitly?
- Static QR codes are made in your browser rather than on our servers, so the free tier costs us close to nothing. Redirects are cheap to run at small scale. We priced Pro at what it actually costs to operate plus a margin, instead of pricing against what the incumbent charges.
- Can I move my existing links over?
- Yes. Export a CSV from Bitly or Rebrandly and import it directly. We read their column formats, so you do not need to reshape the file. Note that short links on someone else's domain cannot be transferred by anyone, which is a good reason to use your own domain going forward.
- Do you have an API?
- There is a REST API for links, analytics, QR codes, barcodes and conversion tracking, signed outbound webhooks, and an MCP server so AI assistants can create and analyze links directly. API keys are on the Enterprise plan.
- What does a dynamic link do that a static QR code does not?
- A static code encodes the destination in the pixels, so changing it means reprinting. A dynamic link encodes a short URL you control, so you can repoint it later and see who scanned it. Print the dynamic one on anything you cannot easily reprint.
Free QR code generators by type
Each one is a full generator, free, no sign up.
Print it once, change it whenever
Start with the free generator above. When you need a code you can repoint and measure, an account takes about a minute.
