A simpler BM25 search tied FixMap in the Top-3 test. At Top-5, BM25 found 9/9; FixMap found 5/9.
FixMap tells AI coding tools which files to check first.
You describe what is broken. FixMap checks the project and gives Codex, Claude Code, or Cursor a short list: files to open, tests to run, and other code to review.
Runs on your computer No API key Free and open source
Want to see it once? Watch the 31-second video.fixmap plan --issue 'TOKEN_TTL_MINUTES is ignored, reset links expire immediately' --format agent2. FixMap checks the sample project
- File to check first
src/auth/reset-password.tsdefines task identifiers: TOKEN_TTL_MINUTES- Test to run
npm run testrepository root script named test · Nearest test: test/auth/reset-password.test.ts- Other code to review
src/http/routes.tschanged alongside src/auth/reset-password.ts in 2 of its 4 eligible changesArea to review: authentication · ranked files touch authentication; review this area before editing, but no diff evidence is available yet
This box uses a small sample project. It does not read your project, and nothing you type is uploaded.Use it on my project
FixMap makes a simple starting list.
It does not write the fix. It helps the AI tool know where to look first.
What we know. What we do not know yet.
We tested whether FixMap finds the right files. We have not proved that coding agents finish faster or use fewer tokens.
See every test caseIt uses file names, code words, imports, nearby tests, and a limited amount of Git history.
The study plan exists, but no completed runs support those claims yet.
Pick the easiest way to use FixMap.
Watch one full example.
See a coding problem turn into a short list of files, tests, and related code.
Play the 31-second video
Want your AI coding tool to know where to start?Try the sample or use FixMap on your project.
