An AI-powered GitHub Dev Card Generator that creates beautiful personalized developer identity cards using GitHub data and Gemini AI.
🔗 https://frontend-596173884226.us-central1.run.app/
- Modern Glassmorphism UI
- Multiple Themes (Dark / Light / Neon)
- Gemini AI Developer Personality Analysis
- GitHub Profile Scraping
- Download Card as PNG
- Export Card as PDF
- Shareable Public URL
- QR Code Generation
- Animated Loading Skeleton
- Responsive Design
- HTML
- CSS
- JavaScript
- FastAPI
- Python
- Google Gemini API
- html2canvas
- jsPDF
- QRCode.js
git clone https://github.com/YOUR_USERNAME/github-dev-card-generator.gitcd github-card-generator/backend
pip install -r requirements.txtCreate .env
GOOGLE_API_KEY=your_api_keyRun backend:
python main.pyOpen:
frontend/index.html
or run using Live Server.
github-card-generator/
│
├── backend/
│ ├── main.py
│ ├── agent.py
│ ├── mcp_server.py
│ ├── static/
│
├── frontend/
│ ├── index.html
│
├── .env.example
├── requirements.txt
└── README.md
- GitHub contribution heatmap
- More card templates
- Social media banner export
- Authentication system
- Public profile hosting
S. Mohammed Ismail




