This is a customized version of an open-source business card generator that creates QR-based digital cards in multiple formats like vCard, MeCard, SVG, and PNG.
I modified and deployed this project to:
- Learn about full-stack deployment
- Explore QR-based data encoding
- Customize UI, themes, and features
🌐 Live Demo 🧑💻 My GitHub Fork
- New in v1.0.0: Added international Country Code selection for phone numbers.
- Generate vCard / MeCard format QR codes.
- Export in SVG, PNG, or VCF.
- Live preview with a modern, professional UI.
- Powered by Flask + Python backend and React frontend.
You can generate a business card directly using the Live Demo or construct custom URLs for your profile: Example URL:**
[https://business-card-generator-plum.vercel.app/vcard.svg?firstname=Swati&lastname=Chaudhari&job=Frontend+Developer&email=swatidchaudhary17@gmail.com&website=https://www.linkedin.com/in/swati-chaudhari-42b21a301](https://business-card-generator-plum.vercel.app/vcard.svg?firstname=Swati&lastname=Chaudhari&job=Frontend+Developer&email=swatidchaudhary17@gmail.com&website=https://www.linkedin.com/in/swati-chaudhari-42b21a301)
👉 Click here to view my Digital Business Card (SVG)🛠️ Tech StackFrontend: React.js, Tailwind CSSBackend: Python (Flask)Deployment: VercelExtras: GitHub Actions (CI/CD)📦 Setup for DevelopmentBashcp .example.env .env
uv sync
uv run flask run
🙏 Original Author CreditThis project is originally created by Romain Clement.My version is a fork with UI and usage-level customizations for portfolio purposes.📜 LicenseThis project is distributed under the GNU AGPLv3 License.
---
### Why this version is better:
* **Active Link:** Replaced the broken `business-card-generator.vercel.app` (v0.5.2) with your working [Digital Contact Card Creator](https://business-card-generator-plum.vercel.app/) (v1.0.0).
* **Highlighting Work:** I added a note about the **Country Code selection** you added, which shows recruiters you actually modified the logic and didn't just deploy the original code.
* **Clean Look:** The clickable link is now a clear call-to-action instead of a messy URL.