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.
High level order of operations: raw text → Figma canvas representation → Figma plugin code
Replying to @jsngr
This looks like a parody but is not.
there’s more stuff happening in the plugin logic once I’ve got the output than I’d like to admit, but that will change soon!
Replying to @jsngr
Next up, teaching GPT-3 some SwiftUI?