Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayStudio Logo

RepoLedger

CodeQL OpenSSF Scorecard OpenSSF Best Practices

Pages No backend AI | Claude Code

🇩🇪 Deutsche Version

Every repo you own on one page: which builds are red, which PRs are waiting, which have security alerts.

Once you pass a handful of repositories, GitHub gives you no view of them together. Finding the one with the failing build means opening tabs until you hit it, and a repo with an open alert stays invisible until you happen to look at it.

Type a public GitHub username and get all of them in one table, each row linking straight to the repo.

It is one static HTML page. Your browser calls the public GitHub API directly: there is no backend, nothing is proxied, logged or stored, including by me.

Not for you if you want to act on what you find. This only reads; issues, merges and dismissals still happen on GitHub itself.

How it runs: RepoLedger is a single static HTML page with no backend and no build step. Your browser calls the public GitHub API directly; nothing is proxied, logged, or stored anywhere, including by me.

Try it

raystudio.ch/RepoLedger

Type in any GitHub username and press "Load dashboard". No sign-up, no installation.

What it shows

  • CI & Security: latest CI run status, open PRs, open Dependabot + code scanning alerts
  • Activity: last push date, primary language, star count
  • Licensing: detects a MIT/Community + LICENSE.COMMERCIAL dual-licensing setup per repo

Each section can be toggled on or off independently, and the page works in English, German or French.

Rate limits

Without a token, GitHub allows 60 unauthenticated API calls per hour per IP address, shared across everyone on your network. That's enough for a handful of repos but tight for a large account. Add your own personal access token (no scopes needed for public data) in the optional field to raise this to 5,000 calls/hour. The token is only ever sent directly from your browser to api.github.com, never anywhere else.

Run your own copy

This is a single self-contained index.html, no build step, no dependencies. Fork this repo, enable GitHub Pages on the fork (Settings → Pages → Deploy from branch → main), and you have your own copy at https://<you>.github.io/RepoLedger/. Or just download index.html and open it locally.

License

MIT, see LICENSE.


Author: Rafael Yilmaz · Status: Active · License: MIT

About

Free, client-side GitHub portfolio dashboard: CI status, open PRs, security alerts and licensing overview for any GitHub account. No backend, no data ever leaves your browser.

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages