Ask your codebase.
It answers.
Index a repo once, then ask in plain language — "where is auth handled?", "how does a request flow?". The code is the source of truth. No wiki, no stale docs, no waiting on the one person who knows.
MIT licensed · runs on your machine, with your keys
Knowledge about code rots everywhere except the code.
update the wiki
Documentation is stale the week after it's written. The README describes a service that shipped six refactors ago.
ask the one person who knows
Tribal knowledge bottlenecks on whoever wrote that module — and blocks everyone when they're on leave, on-call, or gone.
grep for it again
An afternoon of grepping and jumping through call sites to answer a question the codebase could answer in seconds.
Everything a codebase Q&A needs. Nothing else.
Mount. Index. Ask.
Three commands to answers.
Docker Compose brings up the whole stack: web, agent engine, indexer, memory, Qdrant, Postgres.
# no GitHub OAuth app configured? it runs in single-user dev mode — zero config.
Stop grepping. Start asking.
Dexiask is MIT-licensed and self-hostable. Your code never leaves your infra beyond the API calls you opt into.