Problem Statement
Developers frequently use DevTrack to monitor their progress, but when Friday rolls around, they still have to manually parse their GitHub history to write their weekly standup updates for Slack/Discord.
Proposed Solution
Integrate a Gemini-powered "Standup Generator" widget. With one click, the app aggregates the user's last 7 days of commits, merged PRs, and closed issues, and uses gemini-1.5-flash to generate a formatted, professional summary ready to be copied and pasted to their team.
Feature Area
Dashboard
Alternatives Considered
Relying on manual user data extraction or basic static summaries without LLM generation. However, using Gemini provides the nuanced, conversational tone required for an actual standup update.
Acceptance Criteria
Additional Context
I am an active GSSoC '26 contributor. I recently built the Gemini architecture for Fetch.ai and already have the local Next.js API route mapped out for this DevTrack feature. I am ready to open a Draft PR immediately.
Problem Statement
Developers frequently use DevTrack to monitor their progress, but when Friday rolls around, they still have to manually parse their GitHub history to write their weekly standup updates for Slack/Discord.
Proposed Solution
Integrate a Gemini-powered "Standup Generator" widget. With one click, the app aggregates the user's last 7 days of commits, merged PRs, and closed issues, and uses
gemini-1.5-flashto generate a formatted, professional summary ready to be copied and pasted to their team.Feature Area
Dashboard
Alternatives Considered
Relying on manual user data extraction or basic static summaries without LLM generation. However, using Gemini provides the nuanced, conversational tone required for an actual standup update.
Acceptance Criteria
Additional Context
I am an active GSSoC '26 contributor. I recently built the Gemini architecture for Fetch.ai and already have the local Next.js API route mapped out for this DevTrack feature. I am ready to open a Draft PR immediately.