Live demo

See the map form in real time.

Try Plan, Explain, and Verify against a small sample repository. This is the same core logic used by the CLI, running locally in your browser—not a recording or staged result.

Runs in this tab Nothing is uploaded Start with the first preset

A symptom with no symbol. This is where a lexical ranker is weakest — watch what happens in the next preset.

Same result from the CLIfixmap plan --issue "Password reset emails never arrive"

This is FixMap itself, not a mockup. The page imports the same ranking, explanation, and verification code the CLI runs, and executes it on a sample repository in your browser. Nothing you type is sent anywhere.

Context files7 ranked
01
src/email/templates/reset.ts

path matches task terms: email, reset; content matches task terms: reset, email, password; defines symbols matching task terms: resetEmailTemplate

high · 18
02
src/auth/reset-password.ts

path matches task terms: reset, password; content matches task terms: reset, email, password; auth-related task signal

high · 16
03
src/http/routes.ts

content matches task terms: reset, password, email

medium · 8
04
src/email/transport.ts

path matches task terms: email; content matches task terms: password

low · 7
05
src/auth/token-store.ts

content matches task terms: email; auth-related task signal

low · 6
06
src/auth/session.ts

auth-related task signal

low · 4
07
src/config.ts

content matches task terms: password

low · 4
Run thisnpm run test

Risk

lowauthenticationranked files touch authentication; review this area before editing, but no diff evidence is available yet

lowautomationranked files touch automation; review this area before editing, but no diff evidence is available yet

lowpublic-apiranked files touch public-api; review this area before editing, but no diff evidence is available yet

Inspect src/email/templates/reset.ts and its routed tests before editing.

Ready for your repository?

Take the same workflow to the terminal.

Run one command for a public GitHub issue, or use FixMap locally for private source and working-tree diffs.

Choose a setup