A single daily email summarizing everything that happened on your GitHub account, sent once a day at 09:00 UTC. It discovers all your public repos automatically and tracks what's new since the last run in blob storage.
GITHUB_USER environment variable to your GitHub username (kept out of the public source so remixers don't inherit it).GITHUB_TOKEN to enable the stars section. Since July 2026 GitHub requires authentication for the stargazers endpoint, so without a token the digest simply skips stars and still sends the other five sections. A fine-grained personal access token with read access to public repositories is enough.main.ts runs daily at 09:00 UTC. The first run seeds current state without emailing.main.ts — the daily job: gather each section, diff against blob state, email one combined digest.config.ts — reads GITHUB_USER (and GITHUB_TOKEN) from env vars.