A live explainer page
The link you actually forward. A bespoke, art-directed walkthrough at its own URL — a real architecture diagram and a real data-flow diagram, drawn from your code itself.
the page you shareopen source · free · no login
Point explainmyrepo at any GitHub repo. It reads the real source and builds a cinematic, art-directed explainer — the page you proudly forward, a repo you own, and a downloadable AI knowledge pack — carrying a stranger from “never seen this” all the way to “oh, I get it. I want this.”
npx @isovision/explainmyrepo <github-url>
Why this exists
It isn’t that the tool is bad. The introduction is. Engineers ship things assuming people already know why they’d care — and they usually don’t. That costs you twice in the age of AI:
A human lands on your repo, doesn’t get it in thirty seconds, and leaves — the work was great, the welcome wasn’t.
An AI (Claude Code, Cursor) gets asked about your repo and guesses, because it has no grounded understanding of the actual source.
What you get
Each one is grounded in your repo’s real source — no invented features, no confident guessing.
The link you actually forward. A bespoke, art-directed walkthrough at its own URL — a real architecture diagram and a real data-flow diagram, drawn from your code itself.
the page you shareYou’re invited as a collaborator on the explainer’s own repository, so you can edit it any time. It’s yours — separate from your app’s repo, never tangled with it.
yours to editA drop-in .zip: a real RVF vector knowledge base, a search CLI and an MCP server — so Claude Code or Cursor answer about your project from the real source, not a guess.
The process
This is the part you couldn’t be bothered to do by hand — and the part that makes the result look like a serious team built it. One brain runs your repo through an ordered sequence, and loops on the quality gate until it’s genuinely good.
The quality gate
A generic generator emits something and stops. explainmyrepo does not ship until an independent critic and a set of owner-signed questions both pass — on mobile and desktop.
On both devices, the operator must answer YES to all five — looking at the real screenshots:
Get seen
Breaking through the noise on GitHub is almost impossible unless you’re already a name. So every explainer ships the professional touches that make your work look credible — and widen the circle of people (and AIs) who’ll actually find it.
Real meta tags, sitemap.xml, robots.txt and an llms.txt — so search engines and AI crawlers find it and represent it correctly.
16 / 32 / 48 / 192 / 512, an .ico and an apple-touch icon — so the browser tab, the bookmark and the home-screen shortcut all look intentional.
A designed Open Graph card with your tagline baked in — so a link dropped in Slack, X or iMessage unfurls as a rich, elegant preview instead of a bare URL.
One brain, three doors
The whole brain is a single Claude Code skill. Three thin doors run the identical engine — improve the brain once, and it improves everywhere.
The one-liner. Zero install, runs anywhere Node does, using your own keys.
npx @isovision/explainmyrepo
Install once, then explain any repo with a slash command from inside Claude Code.
/explainmyrepo <github-url>
Paste a GitHub URL in the browser. Same engine, nothing to install.
explainmyrepo.isovision.ai
Real examples
Each was generated end to end and held to the same gate — unique by default, reliably great by construction. Open any of them.
Git for agent memory — copy-on-write vector branching: fork, checkpoint or roll back a whole memory in milliseconds.
View explainer
Optical AI — light computes the answer before any chip wakes up; a learned piece of glass does the math.
View explainer
A quantum-computing simulator that runs in your browser — a faithful machine in pure Rust and WebAssembly.
View explainer
Turns a question into a graded, cited evidence dossier — every claim carries a receipt, every source a grade.
View explainer
Gives any project its own AI assistant that knows that project — a factory for bespoke agent harnesses.
View explainer
Replaces manual testing with a fleet of specialist AI agents — quality engineering, automated end to end.
View explainerGet started
Both doors run the identical engine, so the result is the same however you start it.
Zero install. Runs anywhere Node does, using your own keys.
npx @isovision/explainmyrepo <github-url>
e.g. npx @isovision/explainmyrepo https://github.com/you/your-project
Install once, then explain any repo with a slash command.
/explainmyrepo <github-url>
One-time install → then /explainmyrepo is always a keystroke away.
Honest status: the engine is built and proven. The npx package
and the Claude Code plugin are publishing now — until that lands, it runs as the Claude Code skill
in this repo. We won’t show the command as “done” until it actually installs.
You did the hard part — you built something real. One command turns it into a page people actually read, an AI pack their assistants understand, and a first impression that finally matches the work.
npx @isovision/explainmyrepo <github-url>