Cut onboarding time with docs that update themselves.
For engineering managers and tech leads on 3-20 person GitHub teams, stale docs and repeat “where is this implemented?” questions slow delivery and pull senior engineers into support. AutomaDocs builds docs from your repository, refreshes them on every push, and answers questions with citations to real files and lines so people self-serve before they Slack you.
export async function authenticate(
token: string
): Promise<User | null> {
const decoded = jwt.verify(token);
return db.users.find(decoded.id);
}With GitHub connected
Connect GitHub
OAuth and pick a repository.
Whole repo, not one file
We analyze the codebase, not a pasted snippet.
Stays current
Push triggers a refresh so docs match the tree.
Chat with citations
Answers reference paths and line ranges when they can.
Connect GitHub. The free tier includes one public repo.
