Home/Cards

Repository Cards

Beautiful SVG cards for your README files showcasing repository health, language breakdowns, and user stats.

Repository Card

Complete repository overview with health score, stats, and activity metrics

Repository Card preview

How to Use

Markdown
![RepoPulse](https://repopulse.vercel.app/api/card/repo?repo=vercel/next.js)
HTML
<img src="/api/card/repo?repo=vercel/next.js" alt="Repository Card" />
Parameters

repo - Repository in format owner/name

User Card

User profile summary with repository stats and activity overview

User Card preview

How to Use

Markdown
![GitHub User](https://repopulse.vercel.app/api/card/user?username=vercel)
HTML
<img src="/api/card/user?username=vercel" alt="User Card" />
Parameters

username - GitHub username

Language Breakdown

Repository language composition with visual representation

Language Breakdown preview

How to Use

Markdown
![Languages](https://repopulse.vercel.app/api/card/languages?repo=vercel/next.js)
HTML
<img src="/api/card/languages?repo=vercel/next.js" alt="Language Breakdown" />
Parameters

repo - Repository in format owner/name

Features

Auto-updating

Cards automatically refresh with latest data

Responsive

Cards scale beautifully on all devices

SEO-friendly

SVG format is indexed by search engines

Fast loading

Optimized SVGs load instantly

Accessible

Proper alt text and semantic markup

Customizable

Easy to integrate into any README

Popular Examples

Next.js Repository Card

Next.js repository card

React Language Breakdown

React language breakdown

Powered by RepoPulse