Analysis updated 2026-05-18
Create a digital business card you can share by QR code or NFC tag.
Self host your own private vCard generator instead of using the hosted version.
Let people save your contact info to their phone without installing an app.
| aarondolenec/vcard | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Docker and Docker Compose required for self-hosting, hosted version needs no setup at all.
This project is a free, open source generator for digital business cards, also called vCards. It lets you create a contact card that others can save straight to their phone by scanning a QR code or tapping an NFC tag, without needing to install any app. Anyone who opens your card's link can download a .vcf file that adds your details directly to their contacts. The interface is described as modern and responsive, with dark mode support, and works well on any device. You can create a free account to save your card and come back later to edit it. There is also an admin dashboard for keeping track of users and the cards they have generated. If you want to keep your contact details private, you can protect a card with a PIN so only people you trust can download it. You do not have to run this yourself. The developer hosts a free version at vcard.everblue.work that anyone can use right away. If you prefer to run your own copy, the project is packaged as a Docker container with a lightweight SQLite database, so you do not need a separate database server. Setup involves cloning the repository, generating a secret key, setting an admin username and password, and starting the container with Docker Compose. Once running, the app is available on your own server, though the README recommends putting it behind a reverse proxy such as Nginx or Caddy so it can be served over HTTPS. Under the hood it is a Python project using the Flask web framework and Gunicorn to serve it, with a plain HTML, CSS, and JavaScript frontend, no separate framework required. The project is open source under the MIT license, and the author welcomes contributions, bug reports, and feature requests through the issues page.
A free, self hostable tool for creating shareable digital business cards that others save via QR code or NFC tap.
Mainly Python. The stack also includes Python, Flask, SQLite.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.