AST-verified structure · AI-written descriptions
Docs that track your code.
Point Docloom at your GitHub repo and get accurate, structured markdown docs for your API — hosted on a clean docs site, regenerated whenever your code changes.
GitHub sign-in · read-only access · no credit card
How it works
01
Connect a repo
Sign in with GitHub and pick a repository — public or private. Read-only access, nothing is ever written back to your code.
02
We parse, then we write
An AST parser extracts the structural facts — routes, signatures, param and return types — and AI writes descriptions on top. Facts come from code, not from the model.
03
Docs, hosted
Structured markdown, published to a clean docs site on your own subdomain. Regenerate anytime and preview the diff before it goes live.
FAQ
Will it hallucinate my API?
Structural facts (endpoints, function signatures, types) come from deterministic AST parsing of your code — the AI only writes natural-language descriptions on top of that structure. Treat the prose as a strong first draft worth reviewing, not an infallible oracle.
Do you store my source code?
No. We fetch your repo, process it in memory to generate docs, and discard the raw code. We never retain source beyond the active processing session.