GitHub - debba/gh-dashboard: Open-source dashboard built on GitHub's REST and GraphQL APIs: repositories, issues, pull requests, traffic, Actions, contributors, dependents, and a kanban board view.
gh-dashboard is an open-source self-hosted dashboard that aggregates GitHub data from REST and GraphQL APIs into a single interface. It provides views for repositories, issues, pull requests, CI/Actions runs, traffic analytics, contributors, dependents, and a Kanban board. The architecture uses a Node.js backend (TypeScript) that handles GitHub OAuth via Device Flow and proxies API calls, paired with a React 19 + Vite frontend. Optional OpenAI integration generates AI-powered daily digest summaries. Setup requires creating a GitHub OAuth App with Device Flow enabled and exporting the Client ID as an environment variable.