Fanstik Tags
A physical pet tag wired to a live web platform. Owners publish a profile behind a QR code; whoever finds the pet scans it, sees the profile, and the owner gets an email with where and on what device it happened. Sold on Amazon and in use today.
- 644 registered owners and 1,108 pets on the live platform
- Scan-to-alert flow: browser geolocation, reverse geocoding to a street address, device fingerprinting, and an email to the owner — all optional per pet
- Degrades on purpose: if the finder denies location access the alert still sends, marked Unknown, rather than failing silently
- Pet profiles carry a full medical record — vaccines with dose dates, conditions, vet contact — alongside missing, service and ESA flags
- Role-based admin over TanStack Table: owners, pets and tag registries, paginated through MongoDB aggregation
- Session auth built on jose and bcrypt, with email verification and password reset
- 24 components and 11 Zod schemas shared between forms and server actions











