Codes survive cancellation
Stop paying us and your dynamic codes still work. They keep redirecting to wherever they pointed at the moment you cancelled. The free tier limit only applies to new codes you create after that.
Print on product packaging, insert cards, table tents, and physical signs with absolute confidence. If you cancel your subscription, your dynamic codes keep working. Forever.
Free, no sign-up. Save it to a free account to track scans and re-point it later.
Dynamic QR codes are critical assets. We built TurtleQR to ensure your printed labels, menus, and client campaigns stay active forever, regardless of subscription status.
Print on custom boxes, tags, and product inserts with absolute confidence. If you cancel your TurtleQR subscription, your dynamic codes never go dark and keep redirecting to your fallback URL. Forever.
Keep tables turning and signage active. Instantly update specials, beverage menus, or wifi checkout links in 30 seconds. No more reprinting, re-laminating, or throwing away table stands due to a last-minute menu typo.
Deliver print collateral and campaign assets knowing your client will never encounter a broken link or third-party ad. On paid plans, remove the TurtleQR mark from every code. Expose our full capability natively through a REST API and a native AI agent MCP server.
Reserve a slug like qr.turtleqr.com/yourname. We hold it for 7 days while you sign up.
15 QR code types, one dashboard. Hover a tile to see what scanning it opens.
Wi-Fi: join "TurtleQR Guest"
A TurtleQR is a dynamic, two-dimensional barcode designed for speed and versatility. Scanned instantly by any smartphone, it bridges the gap between the physical and digital worlds.
With TurtleQR, you can store and share everything from website links and contact info to menus, files, and social media profiles. Once scanned, your audience gets immediate access to your content. Whether you are optimizing marketing campaigns, managing events, upgrading product packaging, or streamlining payments, TurtleQR provides the ultimate flexibility to connect and grow.
Stop paying us and your dynamic codes still work. They keep redirecting to wherever they pointed at the moment you cancelled. The free tier limit only applies to new codes you create after that.
Connect Claude, Cursor, ChatGPT, or any MCP client and manage QR codes by chat. 14+ tools at the same surface as the dashboard, day one.
The platform runs on a global edge network. The infra cost is cents per million scans, and we pass that on. $9 per month for Pro, real freemium underneath.
TurtleQR's REST API and MCP server expose the same surface. Whether you create codes from a dashboard, a script, or an AI agent, the contract is the same.
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "create_qr",
"arguments": {
"slug": "autumn-menu",
"targetUrl": "https://example.com/menu",
"fallbackUrl": "https://example.com/"
}
}
}
curl -X POST https://api.turtleqr.com/v1/codes \
-H "Authorization: Bearer qr_live_..." \
-H "Content-Type: application/json" \
-d '{
"slug": "autumn-menu",
"targetUrl": "https://example.com/menu",
"fallbackUrl": "https://example.com/"
}'
// npm install @turtleqr/sdk
import { TurtleQR } from '@turtleqr/sdk';
const tq = new TurtleQR({ apiKey: process.env.TURTLEQR_API_KEY });
const code = await tq.codes.create({
slug: 'autumn-menu',
type: 'url',
targetUrl: 'https://example.com/menu',
fallbackUrl: 'https://example.com/',
});
Your codes will work. Forever. Even if you stop paying us. The redirect path is fast, available, and observable. We publish uptime. The freemium tier is real, the paid tiers are transparent, and there is no surprise throttling.