Ebenezer IsaacIf you have certifications on Credly and want to show them off on your GitHub profile, I built an...
If you have certifications on Credly and want to show them off on your GitHub profile, I built an open source tool that makes it dead simple.
It's a free API that fetches your Credly badges and renders them as dynamic SVG cards. One line of markdown in your README and you're done:
<img src="https://credly-readme-stats.onrender.com/api/overview?username=YOUR_USERNAME" alt="YOUR_USERNAME's Credly overview card"/>
Stats Card: summary of your badge statistics
Badge Grid: your badges in a visual grid
Timeline: chronological view of achievements
Carousel: animated sliding badges (pure CSS, no JS)
Overview: stats + carousel combined
credly.com/users/YOUR_USERNAME
tokyonight, dracula, nord, catppuccin_mocha, catppuccin_latte, radical, synthwave, rose_pine, github_dark, github_light, gruvbox, onedark, cobalt, aura, neon, react, vue, merko, and more. You can also set custom hex colors and gradient backgrounds.
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://credly-readme-stats.onrender.com/api/stats?username=YOUR_USERNAME&theme=github_dark" />
<source media="(prefers-color-scheme: light)" srcset="https://credly-readme-stats.onrender.com/api/stats?username=YOUR_USERNAME&theme=github_light" />
<img alt="Credly Stats" src="https://credly-readme-stats.onrender.com/api/stats?username=YOUR_USERNAME" />
</picture>
MIT licensed, 94% test coverage (416 tests), built with Hono + TypeScript + Astro. Contributions welcome.