🧾 Receipt Card Maker

About Receipt Card Maker

Receipt Card Maker is a parody greeting-card generator. It borrows the look of a thermal till roll — fixed-width monospace type, dashed rules, a right-aligned price column, a total at the bottom — and fills it with things that cannot actually be bought: late-night phone calls, forgiven snores, secrets kept. You pick a preset, edit the lines, and download a PNG for a story, a feed post or a printed card.

This is an entertainment card maker, not a receipt tool

Saying this plainly, because it is the most important thing on the page: the cards this site produces are not receipts. They are not proof of purchase, not valid for returns, refunds or exchanges, not usable for expense reports, reimbursement, tax records, insurance claims, warranty claims, or any other financial or legal purpose. Nothing here records a real transaction, because no transaction happened — you typed a joke into a text box.

Requests to make the output look like a genuine store receipt are explicitly out of scope. We will not add store-logo uploads, merchant name and address fields, tax or VAT breakdowns, card authorization or approval codes, order and transaction numbers, or scannable barcodes — and we will not remove the parody watermark. These are not features we have not gotten around to; they are features we have decided against. Producing a fabricated receipt to obtain money, goods or a refund is fraud, and this tool is deliberately built so its output cannot serve that purpose.

How the design enforces that

The guardrails are structural rather than a warning label bolted on at the end:

  • No store identity. There is no logo upload and no merchant field. A card can say "BESTIE RECEIPT" but it cannot claim to be from a shop.
  • Prices are not required to be money. The price box takes x47, priceless, out of stock or do not ask as happily as 23.50. A format where "priceless" is a normal entry is not a format anyone mistakes for a bill.
  • The stripes are not a barcode. The bar pattern at the bottom is generated from the recipient's name so each card feels personal, and it is deterministic — the same name always gives the same stripes. But the widths follow no barcode symbology, there are no start or stop guards, and nothing is encoded. A scanner reads nothing. The card prints "NOT A BARCODE" directly underneath.
  • Every export is watermarked. Two small lines — "made with receiptmaker.pages.dev" and "PARODY RECEIPT - NOT PROOF OF PURCHASE" — are drawn into the image itself on every download. There is no toggle, and there will not be one.
  • No transaction furniture. No tax line, no subtotal-plus-tax arithmetic, no payment method, no cashier or register number, no timestamp beyond an optional plain date.

Where the format comes from

Receipt-shaped graphics became a shareable internet format through music-stats tools in the Receiptify lineage, which printed listening history as a till roll. The idea travelled well because a receipt is an unusually good container for a list: it is dense, deadpan and instantly readable. From there it moved to relationships — itemising a friendship, a situationship, a year with a pet — and that is the corner this site occupies. The joke depends on the contrast between a cold format and warm content, which is also precisely why the card never needs to look authentic.

How it works technically

The site is static. The card is laid out by a small set of pure functions — a 32-character line wrapper, a price parser that decides what counts as a number, a total formatter, and the name-to-stripe hash — and then drawn onto an HTML canvas in your browser. The PNG is produced on your device by that same canvas.

Nothing you type is uploaded. There is no account, no login, no database, no server-side rendering and no external API call. Names, line items and footer messages never leave your computer, so we never receive them and could not hand them over if asked. Details are in the privacy policy.

Presets and pages

Six presets ship with the tool: Bestie, Situationship, Mom, Graduation, Pet and Love. Four have their own page with a worked example and line ideas — the friendship receipt, the situationship receipt, the love receipt and the pet receipt. Mom and Graduation are one click away inside the receipt card maker itself.

Cost and contact

The tool is free, with no sign-up and no export limit. The site may show ads to cover hosting. If you find a layout bug, a wrapping edge case or a factual error, the contact page has the email address.