https://github.com/octokerbs/chronocode
A Github repository analyzer with AI that gives you an insightful summary and category of each commit with Google Gemini AI, GithubAPI and PostgreSQL
https://github.com/octokerbs/chronocode
backend gemini-ai github-api golang-application postgresql worker-pool
Last synced: 10 days ago
JSON representation
A Github repository analyzer with AI that gives you an insightful summary and category of each commit with Google Gemini AI, GithubAPI and PostgreSQL
- Host: GitHub
- URL: https://github.com/octokerbs/chronocode
- Owner: octokerbs
- Created: 2025-06-24T21:13:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-02T05:35:52.000Z (21 days ago)
- Last Synced: 2026-03-02T09:52:47.650Z (20 days ago)
- Topics: backend, gemini-ai, github-api, golang-application, postgresql, worker-pool
- Language: TypeScript
- Homepage:
- Size: 647 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📅 Chronocode
An intelligent GitHub repo analyzer that summarizes and categorizes commits using Gemini, GitHub API, and Supabase. This iteration is implemented in golang with worker pools for commit downloading, concurrent AI processing and database pushing.
This is a port of a project made for the [ShipBA Hackaton 2025](https://www.shipba.dev/) with [Octavio Pavón](https://x.com/octaviopvn1) and [Tiago Prelato](https://x.com/SneyX_). Originally made with Python and Lovable.