This changes everything. 🤯
With GPT-3, I built a Figma plugin to design for you.
I call it "Designer"
Jul 18, 2020 · 3:31 PM UTC
It uses modified code I had written previously to get a rudimentary version working:
Natural language processing + @figmadesign
An experimental plugin to talk to Figma and say things like "add a blue square" or "give me a pink circle that's 500px"
How it works: I made a basic representation of the Figma canvas which GPT-3 generates after providing a few raw text examples. I then take that representation and translate it into Figma plugin code to build a screen.
The plugin then does additional work to layout the frame, fetch the image examples from Unsplash, and fetch SVG icon data from the Feather icons set.