{"id":48538380,"url":"https://github.com/zortos293/t3code-pr-navigator","last_synced_at":"2026-04-08T03:08:21.213Z","repository":{"id":344680910,"uuid":"1182684223","full_name":"zortos293/t3code-pr-navigator","owner":"zortos293","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-16T02:41:49.000Z","size":2879,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T08:53:49.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zortos293.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-03-15T20:52:39.000Z","updated_at":"2026-03-16T02:19:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zortos293/t3code-pr-navigator","commit_stats":null,"previous_names":["zortos293/t3code-pr-navigator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zortos293/t3code-pr-navigator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortos293%2Ft3code-pr-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortos293%2Ft3code-pr-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortos293%2Ft3code-pr-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortos293%2Ft3code-pr-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zortos293","download_url":"https://codeload.github.com/zortos293/t3code-pr-navigator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortos293%2Ft3code-pr-navigator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31537834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":[],"created_at":"2026-04-08T03:08:20.617Z","updated_at":"2026-04-08T03:08:21.208Z","avatar_url":"https://github.com/zortos293.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PR Navigator\n\nA visual board for navigating GitHub issues and pull requests. Add repositories, fetch live data from the GitHub API, and see issues/PRs displayed as interactive nodes with \"solved by\" relationship edges.\n\n## Features\n\n- **Repository Management** — Add repos by URL or `owner/repo`, sync data from GitHub\n- **Interactive Board** — React Flow canvas with draggable issue and PR nodes\n- **Label Badges** — Styled badges for `vouch:`, `size:`, `bug`, `enhancement` labels\n- **Line Stats** — Shows `+additions` / `-deletions` on each PR card\n- **Relationship Mapping** — Draw edges between issues and PRs to mark \"solved by\"\n- **OpenCode Analysis** — Optional OpenCode Go integration for automatic relationship detection and duplicate finding\n- **Dark Mode** — Light / Auto / Dark theme toggle\n- **SQLite Storage** — Local database via better-sqlite3\n\n## Quick Start\n\n```bash\ncp .env.example .local.env\n# Add your GITHUB_TOKEN and OPENCODE_GO_API_KEY to .local.env\n\nbun install\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000).\n\nThis repository uses Bun as its package manager and commits `bun.lock` as the only lockfile.\n\n## Environment Variables\n\n| Variable | Required | Description |\n|---|---|---|\n| `GITHUB_TOKEN` | Recommended | GitHub personal access token (increases API rate limits) |\n| `OPENCODE_GO_API_KEY` | Optional | OpenCode Go API key used for OpenCode analysis |\n| `OPENCODE_GO_MODEL` | No | OpenCode Go chat-completions model id (default: `kimi-k2.5`) |\n| `DATABASE_URL` | No | SQLite database path (default: `./data/pr-navigator.db`) |\n\n## Tech Stack\n\n- Next.js 16 (App Router)\n- React 19\n- React Flow (`@xyflow/react`)\n- SQLite (better-sqlite3)\n- Tailwind CSS 4\n- Octokit (GitHub REST API)\n- Lucide React (icons)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzortos293%2Ft3code-pr-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzortos293%2Ft3code-pr-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzortos293%2Ft3code-pr-navigator/lists"}