Beautiful SVG cards for showcasing repositories, users, and language breakdowns. 100+ themes with full customization options.
/api/card/repo?repo=owner/repoComprehensive repository overview with health score, stats, and insights
Main project showcase, README headers
/api/card/user?username=userDeveloper statistics and contribution overview
Personal profiles, portfolio sites, GitHub READMEs
/api/card/languages?repo=owner/repoProgramming language usage visualization
Tech stack showcase, project language overview
Rich, deep backgrounds perfect for dark websites and professional portfolios
Clean, bright designs that work well on light backgrounds
Beautiful color transitions and modern visual effects
Subtle colors and clean aesthetics for understated elegance
theme=carbontheme=oceantheme=minimal| Parameter | Required | Description | Example | Applies To |
|---|---|---|---|---|
| repo | Yes | GitHub repository in owner/name format | vercel/next.js | repo, languages |
| username | Yes | GitHub username | octocat | user |
| theme | No | Card theme (default: default) | carbon, ocean, minimal | all |
| width | No | Card width in pixels (default: 400) | 500, 600 | all |
| height | No | Card height in pixels (default: 200) | 250, 300 | all |
| border | No | Show border (default: true) | 0, 1 | all |
Select repository cards for project showcase, user cards for personal branding, language cards for tech stack display
Dark themes work well on dark websites, light themes on documentation sites, gradient themes for creative projects
Cards are cached but still require network requests. Use appropriate sizing and consider lazy loading
Ensure card text is legible against your background. Test both light and dark website themes
Wrap cards in figure elements with proper alt text for accessibility
<!-- Repository Card -->
<img src="https://repopulse-one.vercel.app/api/card/repo?repo=your-username/your-repo&theme=carbon" alt="Repository Card"/><!-- User Card -->
<img src="https://repopulse-one.vercel.app/api/card/user?username=your-username&theme=ocean" alt="User Card"/><!-- Languages Card -->
<img src="https://repopulse-one.vercel.app/api/card/languages?repo=your-username/your-repo&theme=minimal" alt="Languages Card"/><img src="https://repopulse-one.vercel.app/api/card/repo?repo=owner/repo&theme=carbon&width=500&height=250" alt="Custom Card"/>Browse our complete collection of 100+ card themes. Find the perfect visual style for your project showcase.