New React App Builder - Claude Code (via VS Code) Workflow

I’ve been using Claude Code in VS Code to edit my classic apps’ code, source control files through Git and then manually copy/paste the edits to the Retool code editor to make the changes. We’re only on the Team plan, so no Enterprise Git syncing. Wasn’t ideal, but it worked. Still had to manually edit GUI changes though...

I’m testing this workflow with the new React app builder and wanted to get some input to make sure I’m doing this correctly. I’ve got a Claude Max plan, so I want to keep the majority of compute in Claude Code and then push changes to Retool’s MCP to reduce Retool AI credit usage.

  1. Convert my Classic apps to React apps in Retool
  2. Have Claude Code pull files from Retool and setup local directories for Git repo syncing
  3. Feed Claude Code screenshots of the new App Builder and instruct him to perform changes locally
  4. Claude pushes to Retool MCP via retool_submit_prepared_import
    1. This seems to keep the brain power done in Claude Code and then the importing task (minimal tokens) is the only thing that uses Retool’s AI Credits
    2. Claude Code was initially trying to push changes via thread_stream tools but it kept kicking back this error: "This model is not available for your plan." statusCode: 402, provider: anthropic, errorOrigin: retool. Eventually it found ā€˜prepared_import’
  5. Get changes to populate in Retool’s App Builder
    1. After I push the import via VS Code, Claude says everything is updated but nothing automatically happens in the Retool App Builder.

    2. I have to click Edit on my app and the chat window has this error prepopulated, with a link towards the bottom to ā€˜continue import task’ or similar.

    3. Once it finishes the import, changes are displayed in the Preview window and you’re able to Publish from there.

  6. Commit changes to Git
  7. Repeat
2 Likes

Thanks for posting, @nickroz1! This is super relevant to a workstream that we're actively planning. Right now, it's not really possible to minimize Retool credit usage when building, converting, or importing new apps. Even the relevant MCP tools, including retool_submit_prepared_import, hand off work to the Retool agent.

We're scoping out a set of MCP tools that changes this, though, by unlocking direct file upload/modification. I'll keep you in the loop as this develops and let you know if it ever goes live!

As an aside, I think the error you're seeing about the model not being available is unrelated and slated to be fixed in an upcoming release! :+1:

2 Likes

Thanks. That error I was getting seems to have resolved it itself and Claude Code is now able to push changes through the MCP to publish them automatically.

There is an issue with old threads getting stuck and not being able to delete them. I’ve got a handful that I seem to be locked out of as they’re tied to Opus and it spits out an error that it’s not part of my plan. If I request a new thread be created on each MCP publish I don’t have any issues.

1 Like

You might be able to manually change the model via the thread UI:


Give that a shot and let me know if it works!

BTW @nickroz1 , this workflow is going to get a LOT better this week. We are working on a native CLI / way for coding agents (e.g. Claude Code, Codex, etc.) to directly write to the Retool API / filesystem. If you’re interested @Prajya_Sharma can get you in on the beta. This is a lot more robust, and allows you to directly code wherever you want, but just deploy to Retool.

4 Likes