A lightweight Bitbucket and GitHub pull request review app with a terminal-inspired UI, focused on fast diff reading, file-tree navigation, and keyboard-driven workflows.
- Bitbucket Cloud
- GitHub (
github.com)
- Bitbucket PR route:
/$workspace/$repo/pull-requests/$pullRequestId - GitHub PR route:
/$workspace/$repo/pull/$pullRequestId
- Bitbucket: email + API token.
- GitHub: fine-grained personal access token.
- GitHub public PRs can be opened without a token via the
/pull/route (rate limited). - GitHub write actions (approve/request changes/merge/comment) require a token.
To install dependencies:
bun installTo start a development server:
bun dev