
Repodar — Real-time GitHub AI Ecosystem Radar
Track trending AI/ML repositories on GitHub with real-time alerts and commit analytics.
@g_saikumar_ · X
Real-time GitHub intelligence for developers, founders, and open-source enthusiasts.
The full gallery
Tech stack
60 projects

Track trending AI/ML repositories on GitHub with real-time alerts and commit analytics.
@g_saikumar_ · X
Real-time GitHub intelligence for developers, founders, and open-source enthusiasts.

Measure code review performance across GitHub teams with leaderboards and reviewer analytics.
u/SnooStrawberries827 · Reddit
my team had 47 open PRs and nobody was reviewing them, so I gamified it our team hit 47 open PRs at one point last month and nobody was reviewing them. tried slack reminders, deadlines, rotating reviewers, none of it really stuck. might be related to the fact that everyone's hyped about how fast AI can write code now, copilot cranking out entire features in hours, but none of that matters if the PR just sits there for a week. feels like writing code stopped being the bottleneck a while back

Analyze any GitHub profile to get a score, badges, language breakdown, and a roast.
@w3ziqv · X
built GitScore — analyzes your GitHub activity and gives you a score from 0 to 1000+ based on commits, stars, impact, and global rank still early, would love brutal feedback

View GitHub Pages diagnostics with a resilient visitor counter and privacy-preserving visitor map.
@akihiro_0313 · X
我让Chat GPT做了一个每个小时更新的网站,可以来看看。

Analyze Python code across 14 quality dimensions to detect violations and measure capabilities.
@KSFirasa · X
Hello! I built a tool that profiles code (python only atm) across 14 dimensions detecting violations and capabilities outputting a full report. A bit more nuanced than "AI-powered insights". Free while in beta. Thank you!

Analyze and debug code with AI-powered review using OpenAI's API.
TOPDEV99999 · GitHub
AI-codepilot An advanced AI-driven code analysis tool built with Next.js, leveraging OpenAI's API to review and debug code efficiently.

AI-powered code review tool for JavaScript and TypeScript repositories that identifies issues without executing code.
@adib_011 · X
Built RepoLens at the Codex Meetup, an evidence-first JS/TS code review tool that shows reviewers where to look, without executing repository code. Built with Codex + GPT‑5.6. Try it: Demo: @OpenAIDevs @mitul_shahriyar #CodexMeetup

AI developer that writes code for your GitHub repositories.
vpetroff · HN
CobaltCode – Dedicated persistent computer for Codex

AI-generated documentation wikis for open-source projects, each claim backed by code.
u/Comprehensive-Bad-43 · Reddit
I got tired of documentation that lies, so I made docs that have to prove every sentence Founder here! Every codebase I have ever joined had the same problem: the docs describe the code as it was six months ago. Nobody updates them, because updating docs is the least rewarding job in software. So I built RepoFold . You connect a GitHub repo and it generates a full wiki, but with one hard rule: every technical claim has to cite the exact file and line numbers it came from. If the AI can'

@Sarakhan49309 here's mine: just launched a tool for quick code reviews at https://t.co/Lu18dpXbOj. check it out!
@salisedesign · X
here's mine: just launched a tool for quick code reviews at check it out!

Analyze pull requests to understand changes, distinguish important modifications from trivial ones, and identify potential regressions.
logphase · HN
I've always struggled to hold a large PR in my head. AI-assisted coding has made it worse. Especially when dozens of files are modified, it became harder to understand what changed: distinguishing important changes from trivial ones and identifying if regressions were introduced. I was also tired of switching between file and method to build the whole picture in my head — I wanted all the context at the point of the function I was reviewing. I guess I'm just more of a visual person. I realized t

Track your Claude Code usage, cost, and see where you rank on the public leaderboard.
u/turing1337 · Reddit
I made a sleek Claude Code Usage Leaderboard I wanted to make a modern easy to sync web dashboard for my claude code usage. I use it everyday myself to track my usage and see in in dollars. It also has a public leaderboard so you can see how much other people spend and what Antrophic models they use. Safety and Privacy first, the npm package you run only reads numbers and never your prompts, chat messages. The code for the sync package is open sourced. please check it ou