{"id":51619989,"url":"https://github.com/coder/pulldash","last_synced_at":"2026-07-12T18:02:15.277Z","repository":{"id":328202193,"uuid":"1108054789","full_name":"coder/pulldash","owner":"coder","description":"Review pull requests in a high-performance UI, driven by keybinds.","archived":false,"fork":false,"pushed_at":"2026-01-05T13:52:41.000Z","size":1681,"stargazers_count":110,"open_issues_count":14,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T14:07:41.317Z","etag":null,"topics":["code-review","performance","pr-review"],"latest_commit_sha":null,"homepage":"https://pulldash.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-02T00:52:35.000Z","updated_at":"2026-05-31T08:25:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/coder/pulldash","commit_stats":null,"previous_names":["coder/pulldash"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/coder/pulldash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fpulldash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fpulldash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fpulldash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fpulldash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder","download_url":"https://codeload.github.com/coder/pulldash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fpulldash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35398566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-review","performance","pr-review"],"created_at":"2026-07-12T18:02:14.494Z","updated_at":"2026-07-12T18:02:15.269Z","avatar_url":"https://github.com/coder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  \u003cimg src=\"src/browser/logo.svg\" alt=\"pulldash logo\" width=\"40\" height=\"40\" align=\"center\"\u003e\n  Pulldash\n\u003c/h1\u003e\n\n![GitHub Release](https://img.shields.io/github/v/release/coder/pulldash) ![GitHub License](https://img.shields.io/github/license/coder/pulldash) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/coder/pulldash/ci.yml)\n\nFast, filterable PR review. Entirely client-side.\n\n\u003e [!WARNING]\n\u003e Pulldash is WIP. Expect bugs.\n\n## Try It\n\n**Browser**: [pulldash.com](https://pulldash.com). Replace `github.com` with `pulldash.com` in any PR URL.\n\n**Desktop**: [Latest release](https://github.com/coder/pulldash/releases) for Linux, macOS, Windows.\n\n[![Example](./docs/screenshots/overview.png)](https://pulldash.com)\n\n## Features\n\n- **Custom filters**: Add repos and filter by review requests, authored PRs, or all activity.\n\n  ![Filtering PRs](./docs/screenshots/filtering.png)\n\n- **Keyboard-driven**: `j`/`k` to navigate files, arrows for lines, `c` to comment, `s` to submit.\n\n  ![Keybinds](./docs/screenshots/keybind-driven.png)\n\n- **Fast file search**: `Ctrl+K` to fuzzy-find across hundreds of changed files.\n\n  ![Search](./docs/screenshots/search.png)\n\n## Why\n\n- GitHub's review UI is slow (especially for large diffs)\n- No central view to filter PRs you care about\n- AI tooling has produced more PRs than ever before—making a snappy review UI essential\n\n## How It Works\n\nGitHub's API supports [CORS](https://docs.github.com/en/rest/using-the-rest-api/using-cors-and-jsonp-to-make-cross-origin-requests), so Pulldash runs entirely client-side. No backend proxying your requests.\n\n- **Web Worker pool**: Diff parsing and syntax highlighting run in workers sized to `navigator.hardwareConcurrency`. The main thread stays free for scrolling.\n\n- **Pre-computed navigation**: When a diff loads, we index all navigable lines. Arrow keys are O(1)—no DOM queries.\n\n- **External store**: State lives outside React ([`useSyncExternalStore`](https://react.dev/reference/react/useSyncExternalStore)). Focusing line 5000 doesn't re-render the file tree.\n\n- **Virtualized rendering**: Diffs, file lists, and the command palette only render visible rows.\n\n## Development\n\n```bash\nbun install\nbun dev\n```\n\n## License\n\n[AGPL](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fpulldash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder%2Fpulldash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fpulldash/lists"}