Design a clean, printable event ticket in a couple of minutes — no design software, no signup. Fill in the event details and each ticket gets its own QR code built from your ticket ID, so staff can scan people in at the door.
Enter your event details and a unique ticket ID, and the generator builds a QR code from that ID. At the door, scan it with any QR reader or check-in app, which matches the ID against your attendee list. The QR holds just the ID, so it displays fine even offline.
Yes. Download as a PDF and print on regular paper or cardstock. The QR code stays sharp when printed so a phone or handheld scanner can read it.
Any text or number — an order number, seat code, or random string. For real events make each one unique so every attendee gets a one-of-a-kind QR code. Reusing an ID lets two people scan in on one ticket.
Yes. The browser tool is free with no signup for single tickets. For hundreds with different IDs, the API renders them in bulk for about a cent each.
Selling more than a handful? Instead of the form, POST /v1/render with template "event-ticket" and pass the event, date, venue, holder, seat, and a unique ticket_id. Each call returns a print-ready ticket with its own QR code for about one cent. Loop over your attendee list to mint a full run of unique tickets in one job. See the API docs.