Module
Short links and printable QR codes you can embed anywhere — with aggregate click counts instead of invasive tracking.
Simple, privacy-first link management for any project.
Create branded short links with custom slugs. Set optional expiration dates.
Auto-generated QR codes as SVG files. Print them, embed them, or display them on screen.
Aggregate click counts per link. No invasive tracking — just the number that matters.
Set an expiresAt date on any link. Expired links return 404 automatically.
Only aggregate click counts are stored. No individual visitor logging, no cookies.
Export all links with click counts as CSV for reporting.
Anywhere you need a trackable link or scannable QR code.
QR codes on business cards, flyers, posters, and packaging that link to your site.
Short links for email signatures, social media bios, and ad campaigns with click tracking.
QR codes on badges, handouts, and slides that link to resources or feedback forms.
QR codes on physical products linking to support pages, manuals, or registration.
Create a short link and get a QR code in one API call.
POST /v1/qr/links
{
"slug": "summer-sale",
"destinationUrl": "https://yoursite.com/summer",
"title": "Summer Sale 2025",
"expiresAt": "2025-09-01T00:00:00Z"
}A QR code SVG is auto-generated on link creation. Fetch it anytime:
GET /v1/public/qr/:id.svg
// Returns image/svg+xmlEvery redirect through /r/:slug increments the click count. View stats in your dashboard.
GET /v1/qr/links
// Returns links with clickCountCreate a link via the API with a custom slug and destination URL. The redirect endpoint /r/:slug returns a 302 redirect and increments the click count.
Yes, within fair-use limits. No monthly caps on link creation — just rate limits on the API (120 RPM).
SVG files generated via the qrcode library. They scale to any size without losing quality.
Yes. Set an expiresAt timestamp on any link. Expired links return a 404 on redirect.
No. Only aggregate click counts are stored. No IPs, no cookies, no fingerprinting.
Start free. No credit card. Create your first link in seconds.