Find potential customers from GitHub activity. Monitor your org's repos for stars, forks, issues, and PRs — then use AI to qualify leads automatically.
OPENAI_API_KEY — for AI lead qualificationGITHUB_TOKEN — for accessing GitHub API
(create one here)GITHUB_ORG in github.cron.tsRECIPIENTS in digest.tsPROMPT.txt with your ICP criteriamain.ts to view your dashboardNote: GitHub's Events API only returns the 300 most recent events per org.
GitHub Monitoring (github.cron.ts)
AI Agent (agent.ts)
PROMPT.txt{name, match, score, leadTypes, reasoning}Storage (db.ts)
id — auto-incrementedtimestamp — when first seeninput_data — the GitHub event(s) that triggered itoutput_data — AI resultDashboard (main.ts)
Email Digest (digest.ts)
RECIPIENTS array to configure who receives themPROMPT.txt to define your ideal customer profilegithub.cron.ts
interval settings (default: hourly)digest.ts interval
settings (default: daily at 1pm UTC)Use the test bar in the dashboard to evaluate any GitHub username instantly.