{"id":48174363,"url":"https://github.com/lambdasistemi/gh-dashboard","last_synced_at":"2026-04-04T17:36:30.769Z","repository":{"id":337009266,"uuid":"1152004299","full_name":"lambdasistemi/gh-dashboard","owner":"lambdasistemi","description":"GitHub repository dashboard with issues/PRs detail panels and auto-refresh","archived":false,"fork":false,"pushed_at":"2026-03-12T16:49:59.000Z","size":128,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-12T17:46:15.933Z","etag":null,"topics":["dashboard","github-api","halogen","purescript"],"latest_commit_sha":null,"homepage":"https://paolino.github.io/gh-dashboard","language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambdasistemi.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":null,"dco":null,"cla":null}},"created_at":"2026-02-07T07:54:13.000Z","updated_at":"2026-03-12T15:33:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lambdasistemi/gh-dashboard","commit_stats":null,"previous_names":["paolino/gh-dashboard","lambdasistemi/gh-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lambdasistemi/gh-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdasistemi%2Fgh-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdasistemi%2Fgh-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdasistemi%2Fgh-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdasistemi%2Fgh-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdasistemi","download_url":"https://codeload.github.com/lambdasistemi/gh-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdasistemi%2Fgh-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dashboard","github-api","halogen","purescript"],"created_at":"2026-04-04T17:36:30.606Z","updated_at":"2026-04-04T17:36:30.756Z","avatar_url":"https://github.com/lambdasistemi.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-dashboard\n\n[![CI](https://github.com/lambdasistemi/gh-dashboard/actions/workflows/ci.yaml/badge.svg)](https://github.com/lambdasistemi/gh-dashboard/actions/workflows/ci.yaml)\n\n**[Live demo](https://lambdasistemi.github.io/gh-dashboard/)**\n\nKanban dashboard for GitHub — three-column board (Backlog / WIP / Done) backed by GitHub Projects v2, with integrated agent session management. Runs entirely in the browser as a static page on GitHub Pages.\n\n## How it works\n\nThe app maps a single GitHub Project to a Kanban board with three fixed statuses:\n\n| Column | Meaning | Backend state |\n|--------|---------|---------------|\n| **Backlog** | To be worked on | No worktree, no session |\n| **WIP** | Active work | Worktree created, session can be launched |\n| **Done** | Completed | Worktree deleted, branch kept until cleanup |\n\nMoving items between columns triggers side effects on the [agent-daemon](https://github.com/lambdasistemi/agent-daemon):\n\n- **→ WIP**: creates a worktree and launches a session\n- **← from WIP**: stops any running session, deletes worktree\n- Branch and worktree status badges update in real time\n\n## Features\n\n### Kanban board\n\n- Three swipeable columns on mobile (Backlog / WIP / Done)\n- Tap to expand issues — shows controls, labels, and full markdown body\n- Named action buttons: Launch, Open, Copy, and column transitions (Backlog/WIP/Done)\n- Issue number and repo shown per item with badges for branch, worktree, and session state\n\n### Agent integration\n\n- Launch, detach and stop [agent-daemon](https://github.com/lambdasistemi/agent-daemon) sessions from WIP items\n- Inline xterm.js terminal for live session interaction\n- Branch sync status (synced, ahead, behind, local-only) from daemon API\n\n### Filters\n\n- Repository filter with collapsible org / repo tree\n- Label filter with alphabetical list\n- Filters apply across all three Kanban columns\n\n### Settings\n\n- Agent server URL configuration\n- GitHub API rate limit display\n- Dark / light theme toggle\n- Import / export settings as JSON\n- Reset token and data\n\n### Mobile\n\n- Swipe left/right to navigate between all pages\n- Page indicator dots with current column name and item count\n- Stacked card layout — no tables on mobile\n- Controls inside expanded items, not cluttering the list\n\n## Setup\n\n### 1. GitHub token\n\nCreate a [personal access token](https://github.com/settings/tokens/new?scopes=repo,read:project\u0026description=gh-dashboard) with these scopes:\n\n| Scope | Required for |\n|-------|-------------|\n| `repo` | Issues, PRs, CI checks |\n| `read:project` | Project board read/write |\n\n### 2. GitHub Project\n\nThe app requires a GitHub Project with exactly three status options:\n\n- **Backlog**\n- **WIP**\n- **Done**\n\nOn first load, select your project in the setup screen. If you don't have one, create it and rename the default statuses (Todo → Backlog, In Progress → WIP, Done stays).\n\n### 3. Agent daemon (optional)\n\nSet the agent server URL in Settings to enable session management, worktree creation, and branch tracking.\n\n## Stack\n\nPureScript · Halogen · GitHub REST \u0026 GraphQL API · marked.js · xterm.js · esbuild · Nix\n\n## Development\n\n```bash\nnix develop\n```\n\nAvailable commands:\n\n```bash\njust build    # compile PureScript\njust bundle   # produce dist/index.js\njust dev      # watch mode\njust format   # format sources with purs-tidy\njust lint     # check formatting\njust ci       # lint + build + bundle\njust serve    # bundle and serve on port 10001\njust restart  # bundle, kill old server, serve\njust clean    # remove build artifacts\n```\n\nOpen `dist/index.html` in a browser after bundling.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdasistemi%2Fgh-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdasistemi%2Fgh-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdasistemi%2Fgh-dashboard/lists"}