Reverse-Engineering Figma Make: Extracting React Apps from Binary Files
A client came to me with a beautiful UI. They’d built it in Figma Make, the AI-powered prototyping tool. The app looked stunning, animations were smooth. Just one problem: I couldn’t get to the actual code. Normally you can use the api or export design files, but not with Make. The Figma API Returns {"status":400,"err":"File type not supported by this endpoint"} for Make files.
Why would you not be able to do that? The wonders of corporate lock-in, I suppose.
That’s a problem: no design file. Wh...
Read more at albertsikkema.com