New Plugin: Smart vCard Generator

:rocket: New Plugin: Smart vCard Generator (Create & Upload .VCF Files)

Hi Bubblers :waving_hand:

I just published a new plugin that allows you to generate vCard (.VCF) files dynamically inside Bubble, upload them to Bubble storage, and instantly get a persistent file URL.

:small_blue_diamond: What it does

  • Generates a valid vCard 3.0 (.vcf) file

  • Automatically uploads it using context.uploadContent

  • Returns a real file URL (not temporary blob)

  • Works on iOS, Android, and desktop

  • Ready for download, QR Code, NFC, or direct contact saving

:small_blue_diamond: Why I built this

I needed a reliable way to create contact files for:

  • NFC business cards

  • Digital business profiles

  • Contact sharing pages

  • โ€œSave contactโ€ buttons

  • QR-based contact systems

Most solutions were using createObjectURL() (temporary links) which break after refresh.
This plugin generates a persistent file stored in Bubble, so itโ€™s production-safe.

:small_blue_diamond: Features

  • Phone (required)

  • Business name

  • Email

  • Address

  • Clean validation

  • Mobile-friendly download behavior

If youโ€™re building:

  • Digital business cards

  • NFC products

  • CRM tools

  • Contact-sharing apps

  • Review / payment landing pages

This might save you a lot of time.

Iโ€™m open to feedback and feature suggestions :+1:
Let me know what you think!

1 Like

Amazing :clap: