
I Built a GitHub Profile Viewer With AI-Powered Developer Insights
Devboard lets you search any GitHub user and instantly see their stats, repos, activity heatmap, and an AI-generated developer persona — no login required. tags: react, typescript, github, ai cover_image: I wanted a cleaner way to look up GitHub developers — not just the raw profile page, but something that actually gives you a quick sense of how someone codes. So I built Devboard . It's a GitHub profile viewer with a dark-themed interface, real-time data from the public GitHub API, and a couple of AI features that I think make it genuinely useful. 🔗 Live demo: devboard-nu.vercel.app ⭐ GitHub: github.com/Hasanayvzz/devboard What It Does Type any GitHub username and you get: Profile stats — stars earned, forks, public repo count Top languages — a stacked bar chart showing language breakdown across all repos Activity heatmap — 365-day contribution graph, styled like GitHub's own calendar Repository browser — filter by text, sort by stars / recency / forks / name, paginated Commit feed —
Continue reading on Dev.to React
Opens in a new tab




