About GitGlean
What is GitGlean?
GitGlean is a real-time repository activity tracker powered by AI. It watches repositories and developers you care about, providing intelligent summaries of their work and activity patterns.
Features
- Real-time commit tracking via GitHub webhooks
- Activity feeds for repositories and developers
- AI-powered summaries and insights
- Dark-first, minimal interface designed for developers
- Built with Astro, Convex, and Cloudflare
How it Works
GitGlean connects to GitHub repositories through webhooks, receiving instant notifications when commits are pushed. The commit data is stored in Convex, a real-time database that powers the activity feeds. AI summaries are generated to provide insights into coding patterns, project progress, and developer activity.
Technology Stack
- Frontend: Astro 6 with View Transitions
- Backend: Convex (real-time database & functions)
- Deployment: Cloudflare Pages
- Real-time Updates: Web Components + Convex subscriptions
- AI: Cloudflare Workers AI (Llama 3.1)
Privacy
GitGlean only tracks public repository activity. No private data is collected or stored. All commit data is public information available through the GitHub API.