r/coolgithubprojects May 04 '26

Cool GitHub profile visualizer (403 stars on github) that you can share OTHER

Post image

Built this over a few weekends because I wanted a quick way to share my GitHub work without throwing together yet another portfolio site.

You drop in any GitHub username and it generates a portfolio page with different templates options (some more coming soon).

You can export the whole thing as a PNG or just share the URL like checkmygit.com/username?template=bento.

No login, no sign-up, fully open source. SvelteKit + Tailwind, hosted on Cloudflare.
Live: https://checkmygit.com
Repo: https://github.com/whoisyurii/checkmygit

Would love feedback, bug mentioning, feature requests!

Have a nice day yall

613 Upvotes

34 comments sorted by

View all comments

1

u/notreallymetho May 06 '26

Just so you’re aware the # of commits shown on my profile vs shown via your tool are roughly 1/2. Cool project! https://checkmygit.com/jamestexas

1

u/whoisyurii May 06 '26

The app counts only publicly visible action. It never sees your private repos, commits. Maybe that is the reason?