FormToCode reads the report, figures out which handful of files in your repo are actually relevant, drafts a fix, and stops — waiting for you to hit Create PR. It never merges anything on its own.
Not a magic "fix everything" button — a narrow, reviewable pipeline that only touches what it needs to.
First pass sees only the file list, so a 50,000-file monorepo doesn't burn its budget before it even picks candidates.
Only the files it actually decided to change get fetched and rewritten — one bounded call per file, so nothing gets truncated.
The draft sits on the bug report's page until someone with access decides to open it. Nothing merges itself.
A real run: connect a repo, generate a shareable bug-report link, submit a report, and watch the AI narrow down files and draft a fix.
Through a link you generate per project, with whatever custom fields you asked for. No account required on their end.
First pass: just the file paths, so it can pick a handful of candidates without burning tokens on files that have nothing to do with the bug.
The diff, the file list it looked at, and its reasoning are all sitting on the bug report's page. Nothing ships until you click Create PR.
Paste a token and it looks up what that token can actually see: your GitHub repos, or your Azure DevOps organizations, projects, and repos, cascading through each step. No typing owner/repo by hand.
Optionally wire up a workflow per project that fires the moment a report comes in — call a REST API to open a ticket, send an email, or both. Automatic. Opening the PR never is.
Free while you're on one project. Upgrade when you're running this across more than one repo.
Get started free