Cut onboarding time with docs that update themselves.
Docs auto-generated from your repo and synced on every push — so your team self-serves instead of Slacking senior engineers.
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.
