Skip to main content
uxfs
New Member
November 10, 2025
Question

Sync from Github the Figma Make

  • November 10, 2025
  • 18 replies
  • 1951 views

Figma Make is the best prototyping tool I have seen so far (yes, better, or at least more time efficient, than V0 and Claude Code for now). It also has an integration with Github, which is suuuper cool. Now… it would be REALLY gamechanging, if the connection with Github was a two way sync. If edited code could be pulled back into Figma Make, for team collaboration across multiple platforms. I understand that this is really tricky, because Figma Make can't interpret all types of code… but I'm putting it out there… 

18 replies

Cogscides
New Member
March 5, 2026

It’s really required feature! There is not much sense of having only a push option.

Enley
New Member
March 12, 2026

We also need this feature, will be awesome to have it.

feiyiu20
New Member
March 12, 2026

The two way sync with Github is a gamechanger for Figma Make, nano banana 2. I was thinking about this while sipping coffee, wondering if it will really happen. It's suuuper cool how it integrates with Github, but we need that pull feature too, right?

DynaBrains
New Member
March 13, 2026

Very good point! 

Julius_Kuschke
New Member
March 17, 2026

Yes, 100% agree. This feature is a must-have for the GitHub integration. 👍

Anjum_Ayoub
New Member
April 15, 2026

I need this feature as well, it’s really frustrating we can not do, once pushed to github, made some changes through, claude or any other AI Agent, we cannot pull it back to figma make 😕 

Edit: I just ask figma make to pull the data from the reop and it did, I pulled data from private repo using personal access token

WallStone
New Member
April 27, 2026

No response from Figma on this must have feature? 

I wouldn’t say that Figma is the best, finding both Claude and Lovable far superior (reference other projects files for example), and of course they have this feature of updating on github changes, making them much more flexible. 

I make some changes by prompting, then some locally using different tools. Work’s perfectly.

I think this is intentional to get a lock-in effect, since Github is so standard it can be. Once authorized, of course they can fetch changes in the repo if they wanted. 

The only USP Figma have is that companies have invested billions of hours in traditional files and designers are used to it, but if these kind of basic features won’t come and that soon, that USP will fade fast. 

Really hope Figma would respond and make this a priority, you are really not keeping up with the competition unfortunately.

Joe Marty
New Member
May 19, 2026

Enough people have expressed their support - I will just add a bit of “how I’d like it to work” to the mix, in case that is helpful:

  1. The Github integration should allow me to select a primary branch
  2. “Push” should
    • clone (or pull) the git repo at the selected branch
    • delete all files
    • copy the current worktree into that repo to create a diff
    • commit all changes
    • push that commit to a feature branch and open a PR
  3. There should be a new option to “Pull” which should pull (or just clone) code from the specified primary branch.  (It doesn’t have to be maintained as a git repo on the Make side, but I should be able to update all the code in Make by pulling/cloning from any specified repo/branch)