API-first Apple Wallet and Google Wallet passes. Eight starter templates, a visual designer, and a Node SDK. Built for indie makers.
Hover any pass below to scan a real one with your iPhone — no signup.
What you get
Starter templates
import { Passmint } from "@passmint/node"
const pass = await passmint.passes.create({
templateId: "tmpl_xxx",
holderEmail: "alice@example.com",
fieldValues: { seatNumber: "A12" },
})
console.log(pass.url)
// → https://passmint.com/p/abc123def456