No description
- CSS 47.7%
- JavaScript 33.5%
- HTML 18.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| css | ||
| img/favicons | ||
| js | ||
| index.html | ||
| manifest.json | ||
| README.md | ||
| sw.js | ||
Contact Connect
A web app for sharing your contact on your phone. Set up your details once, and it produces a QR code others can scan to save your contact on their device.
Live at: https://contact-connect.shivering-isles.com
What is a vCard?
vCard is a standard format for exchanging personal contact information. vCards can be attached to emails, but can also be embedded in QR codes and can contain names, addresses, phone numbers, URLs, logos, photos, and notes.
Features
- Contact fields: name (required), last name, middle name, title, suffix, organization, role/job title, phone, e-mail, address (street, postal code, city, state/region, country), website, Mastodon, Matrix, and a note
- Social contacts: Mastodon or Matrix
- Export the generated QR code as PNG, JPEG, SVG, or WebP
- Click the generated code for a fullscreen preview
- Private: everything runs in your browser, no data is ever sent to a backend
Credits
Forked and diverged from erme07/vcardGenerator. QR code rendering uses the QR Code Styling library.