QrioTagQrioTag Docs
Getting Started

What is QrioTag?

Understand what QrioTag does, how it works, and why it exists — explained simply.

The short version

QrioTag (pronounced "KREE-oh-tag") stands for Quick Response Intelligent Object Tag. It is a platform that lets you put smart QR code tags on your physical belongings — your keys, pet collar, luggage, bike, car, laptop, or anything else you care about.

If that item ever gets lost, whoever finds it can scan the QR code with their phone, see a page with the information you have set up, and contact you anonymously — without ever seeing your phone number, email, or personal details.

Think of it like a digital "if found, please return to..." label, but smarter, safer, and more powerful.

"Better to QrioTag Than Lose Forever."

How it works

Here is how QrioTag works in four simple steps:

You buy or create a tag

You get a physical QrioTag — it could be a keychain, a sticker, a card, a pet collar tag, or many other forms. Each tag has a unique QR code printed on it.

You activate the tag

You scan the QR code or enter the tag code on the QrioTag website. This links the tag to your account. You then fill in a profile for that tag — for example, your pet's name, a photo, and any important medical details.

Someone finds your item

If you lose your keys (or your dog runs off), the person who finds them pulls out their phone and scans the QR code.

They contact you anonymously

The scanner sees a page with the information you chose to share. They can send you a message, share their location, or call an anonymous relay number. They never see your personal contact details, and you never see theirs (unless you both choose to share).

The 16 tag types

QrioTag is not a one-size-fits-all sticker. There are 16 different tag types, each designed for a specific use case:

Keychain

A small tag you attach to a keyring. Best for keys, bags, and backpacks.

Card

A credit-card-sized tag for your wallet. Best for wallets, cardholders, and ID cases.

Pet

A tag designed for pet collars. Best for dogs, cats, and other animals.

Travel

A luggage tag with QR code. Best for suitcases, carry-ons, and travel bags.

Sticker

An adhesive QR sticker. Best for laptops, phones, water bottles, and anything with a flat surface.

Bike

A durable tag for bicycles. Best for bikes, scooters, and e-bikes.

Car

A tag for vehicles. Best for cars, motorcycles, and ATVs.

Band

A wristband with embedded QR. Best for medical ID, event access, and kids at amusement parks.

Key

A standalone smart key tag. Best for individual keys, USB drives, and small tools.

Metal

A rugged metal tag. Best for industrial equipment, outdoor gear, and harsh environments.

Custom

A fully customizable tag. Best for businesses, special use cases, and white-label deployments.

Document

Document recovery tag for passports, driver's licenses, and national IDs.

Phone

A tag for smartphones. Best for recovering lost phones.

Laptop

A tag for laptops and computers. Best for recovering lost or stolen devices.

Wallet

Crypto wallet identity tag with public address and ENS name — never stores private keys.

ID Card

Digital business card with job title, LinkedIn, social links, and bio.

Plugin architecture

QrioTag is built so that new tag types can be added easily. Each tag type is a "plugin" with its own profile fields and scan page design. If you need a tag type that does not exist yet, it can be created without rebuilding the whole system.

Why anonymous contact matters

This is the key thing that makes QrioTag different from just writing your phone number on a label.

Without QrioTag:

  • You write your phone number on a luggage tag
  • A stranger now has your personal phone number forever
  • They might call you at 3 AM, spam you, or worse

With QrioTag:

  • The finder scans the QR code
  • They see a page that says "This belongs to someone — tap here to contact them"
  • Messages go through the QrioTag system — neither side sees the other's real contact info
  • You can respond, arrange a pickup, and that is it

This is called anonymous relay and it is a core feature of the platform.

What is behind the QR code?

When you look at a QrioTag QR code, it might look like any other QR code. But what is encoded inside it is not a simple ID number.

QrioTag uses AES-256-GCM encryption to encode the tag's identity. In plain English:

  • The QR code contains a scrambled (encrypted) version of the tag ID
  • Only the QrioTag server has the key to unscramble it
  • This means you cannot guess tag IDs, you cannot create fake tags, and you cannot intercept someone else's tag data

Think of it like a locked box. The QR code is the box, and only the QrioTag server has the key to open it.

Core use cases

Lost items recovery

Put tags on your keys, wallet, laptop, luggage, headphones — anything you might lose. If someone finds it, they scan and contact you.

Pet recovery

A QrioTag pet tag stores your pet's name, photo, breed, medical conditions, vaccination status, and vet contact info. Whoever finds them gets all the information they need to help.

Medical ID

A QrioTag band on your wrist can store your blood type, allergies, medications, emergency contacts, and medical conditions. In an emergency, a first responder scans it and immediately knows what they are dealing with.

Vehicle identification

Put a QrioTag on your bike or car. If it gets stolen and someone finds it, they scan the tag. You can even mark a tag as stolen — anyone who scans it sees a warning and can report the location.

Subscription tiers

QrioTag uses a tiered subscription model. The more tags you need, the higher the tier:

TierMonthly priceNumber of tagsBest for
FREE$0Up to 3 tagsTrying it out, a few key items
BASICPaidUp to 10 tagsIndividuals, families
PREMIUMPaidUp to 25 tagsPower users, small businesses
ENTERPRISECustomUp to 100 tagsCompanies, institutions, fleets

What counts as a tag?

Each physical tag you activate counts as one tag. If you deactivate a tag, it frees up a slot. You can always upgrade your tier if you need more.

Every tier includes:

  • Anonymous contact relay
  • Location sharing (when the finder opts in)
  • Tag status management (active, lost, stolen, found)
  • Push notifications when your tag is scanned
  • Access to the web dashboard

Higher tiers unlock additional features like priority notifications, analytics, and extended scan history.

The tech behind it (for the curious)

You do not need to understand this to use QrioTag, but if you are curious:

  • Frontend: Built with Next.js (a React framework) — this is the website you see in your browser
  • Backend API: Built with Fastify — this is the server that handles all the logic
  • Database: PostgreSQL — this is where all the data lives (users, tags, messages)
  • Cache & Queues: Redis + BullMQ — this handles background jobs like sending emails and notifications
  • Monorepo: The entire codebase lives in one repository, managed with pnpm and Turborepo

Next step

Now that you know what QrioTag is and how it works, let's get your computer ready to run it.

Continue to Installation →

Was this page helpful?

What is QrioTag? | QrioTag Docs