New Plugin: Smart vCard Generator (Create & Upload .VCF Files)
Hi Bubblers ![]()
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.
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
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.
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 ![]()
Let me know what you think!