Discover and explore top open-source AI tools and projects—updated daily.
debbaOpen-source dashboard for GitHub project insights
New!
Top 80.9% on SourcePulse
Summary
This open-source dashboard provides a unified interface for analyzing GitHub repositories, issues, pull requests, traffic, and CI activity. It targets engineers and power users, offering project insights, cross-repo triage, and AI-augmented daily digests for efficient workflow management.
How It Works
The architecture comprises a Node.js HTTP server backend and a React 19 + Vite SPA frontend. The backend manages GitHub OAuth (Device Flow), proxies and caches GitHub API calls, and exposes a local JSON API. The frontend consumes this API for data visualization. Key features include on-disk caching, secure local token storage (never browser-exposed), and optional OpenAI integration for AI-generated daily digest narratives.
Quick Start & Requirements
npm installGITHUB_CLIENT_ID. OpenAI API key is optional.npm run dev (access http://127.0.0.1:5173).npm run build then npm start (access http://127.0.0.1:8765).docker compose up -d --build.Highlighted Details
6 days ago
Inactive