Once your Birthday card is ready, getting it in front of the recipient is just as important as building it. Whether you want to send a surprise link, hand over a USB drive at a party, or hang a scannable QR code on the wall, there’s a sharing method that fits every situation. This page walks through four practical options and helps you pick the right one for your occasion.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/erickcruzmision-heart/birthday/llms.txt
Use this file to discover all available pages before exploring further.
Sharing Methods
Email Attachment
Attach
index.html directly to an email. The recipient downloads the file
and opens it in any browser — no internet connection required after
download, and every animation plays exactly as intended.Hosted Link
Deploy the card to GitHub Pages, Netlify, or Vercel and paste the URL into
any messaging app, social post, or group chat. The recipient taps the link
and the card opens instantly in their browser.
USB / Direct File
Copy
index.html to a USB drive, SD card, or share it via AirDrop /
Nearby Share. This works completely offline and is a great option for
in-person delivery at a party where internet may be unreliable.QR Code
Generate a QR code from the hosted URL and print it on a card, a banner,
or display it on your phone screen. The recipient scans it and the greeting
opens immediately — no typing required.
Generating a QR Code
A QR code turns your hosted URL into something anyone can scan with a phone camera, making it perfect for physical cards, invitations, or party decorations.- Deploy the card first — you need a public URL (see the Hosting guide if you haven’t done this yet).
- Open a free QR generator — goqr.me and qr-code-generator.com both work without creating an account.
- Paste your hosted URL into the input field and click Generate.
- Download the PNG (or SVG for print) and include it wherever you like — a printed birthday card, a WhatsApp message, or a slide in a presentation.
index.html so the digital card contains its own shareable link:
data= value with your actual hosted URL (URL-encoded).
Personalizing the URL
A link likehttps://quirky-fox-4a2b91.netlify.app gets the job done, but a customized subdomain feels more thoughtful and is easier to remember.
- Netlify — go to Site settings → General → Site details → Site name and change it to something like
feliz-cumpleanos-carlos.netlify.app. - Vercel — in the project dashboard, go to Settings → Domains and add a custom alias such as
cumple-sofia.vercel.app.
When sharing
index.html as an email attachment, some corporate and school
email servers automatically block .html attachments as a security measure.
If the recipient never receives the file, hosting the card and sharing the
link is the more reliable alternative — and it works in every email client.