We don’t read your code
AskScout only looks at what ‘s changed in your repo. Never your full codebase or your config.
A daily digest of your code in plain language so you can pick up exactly where you left off.
A simple, structured interface for understanding your own repo.
A plain language, easily digestible read on where your codebase stands. What you shipped, changed, where you left off, and more.
Every digest in every repo is saved for future reference. Your full history is always available.
Toggle every section on or off. Pin a default repo. Clear history per repo or all at once anytime.
Paste the resume prompt into your AI coding tool. Lets you pick up your project on a new session without you explaining it.
Same product, as a CLI on your machine. Bring your own LLM key. Always stays fully local.
You stay in control of your code and your data.
AskScout only looks at what ‘s changed in your repo. Never your full codebase or your config.
AskScout can never write to your repo. No tracking, ever. Your keys stay private on your machine.
Every line of AskScout is public on GitHub. Free to read, fork, or build on.
AskScout is a daily digest tool for developers, designed to summarize your code changes into a readable report. It reads your git commits and diffs, then generates a clear summary of what you shipped, what changed, and what you left off. Think of it as a daily standup that writes itself, built for solo developers and vibe coders shipping fast.
Sign in with GitHub on the web, or run the AskScout CLI in any local git repo. AskScout pulls your commit messages and diffs from your git history, then returns a structured digest covering what shipped, what changed, what's still in progress, and what you left off. The web app stores your digest history under your account. The CLI runs entirely on your machine and stores nothing online.
Yes. The AskScout web app is free to use with a soft cap of 30 digests per day across your account, which comfortably covers daily standup notes and end-of-day reviews. The AskScout CLI is free open-source software under the MIT license. With the CLI you bring your own API key, which typically costs $0.001 to $0.003 per digest depending on commit volume and repo size.
Install the AskScout CLI globally with npm install -g askscout, then run askscout --setup to add your API key (saved with owner-only file permissions in your home folder). After setup, run askscout in any git repo to generate a digest of recent commits. Full installation and usage instructions are in the CLI docs.
Yes. Run AskScout in your repo or open the web app, and it generates a daily digest of what shipped, what changed, and what you left off across your recent git commits. Each digest covers commits since the last run, so checking in once a day or once a week gives you a clear summary of what you shipped without scrolling through git log or browsing GitHub activity manually.