A single-page dashboard that gives you a calm, two-pane view of every GitHub account and organization you belong to — repositories on one side, your active pull requests on the other.
- All your owners in one sidebar. Your personal account plus every organization you're a member of.
- Repositories for the selected owner, sorted by most recently updated, with language, star count, and private/archived flags.
- Active pull requests for the selected owner, tagged with how you relate to each one — you opened it, you're assigned, or your review was requested.
Provides search over every repo and PR you can see, in one modal.
The whole app is a single index.html file. It talks directly to the GitHub
GraphQL API from your browser using a Personal Access Token you provide — no
backend, no telemetry, no account. The token is kept only in your browser's
localStorage.
| Key | Action |
|---|---|
/ |
Open search |
R |
Refresh data |
esc |
Close overlays |

