Open sourceRead only

Your morning code briefing in 10 seconds

A daily digest of your code in plain language so you can pick up exactly where you left off.

A daily read on your code in plain language

A simple, structured interface for understanding your own repo.

Your daily recap

A plain language, easily digestible read on where your codebase stands. What you shipped, changed, where you left off, and more.

Built-in history

Every digest in every repo is saved for future reference. Your full history is always available.

Customized to your needs

Toggle every section on or off. Pin a default repo. Clear history per repo or all at once anytime.

Pick up where you left off

Paste the resume prompt into your AI coding tool. Lets you pick up your project on a new session without you explaining it.

Open sourceFully local

Run it locally

Same product, as a CLI on your machine. Bring your own LLM key. Always stays fully local.

Documentation

Private. Secure. Open source.

You stay in control of your code and your data.

Privacy Policy

We don’t read your code

AskScout only looks at what ‘s changed in your repo. Never your full codebase or your config.

Your data stays safe

AskScout can never write to your repo. No tracking, ever. Your keys stay private on your machine.

Fully open source

Every line of AskScout is public on GitHub. Free to read, fork, or build on.

Frequently asked questions

What is AskScout?

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.

How does AskScout work?

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.

Is AskScout free?

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.

How do I install the AskScout CLI?

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.

Can AskScout summarize what I shipped this week?

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.

Open sourceRead only

Get your first digest now