Skip to content

takes in your selected figma component, allows you to fine tune the prompt, and generates code, best performance is currently with gpt-4-1106, need help getting the visual agent connected to iteratively improve it's output

Notifications You must be signed in to change notification settings

jonathanpv/simple-figma-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoDesign Figma

Prompt engineer your figma design and get a better output when compared to most ai to figma tools.

figmaextension720p.mp4

Installation

  1. Clone repo
  2. Open a figma file, right click, plugins > development, import plugin from manifest, navigate to manifest.json of this repo
  3. npm i
  4. npm run watch

Features

  • Fine tune on a layer by layer basis, Figma will likely implement this themselves so this feature will eventually be obsolete
  • Get the description recrusively for the component / app you have selected, you can paste to chatgpt directly or use the api key
  • Use the SVG strings in the final output of your app render

Work in progress

  • Make an agent iterate on the code using OpenAI vision API
  • Display preview of generated site within extension, either iframe or a new button click
  • Make agent accessible via API and integrate within plugin

License

MIT

About

takes in your selected figma component, allows you to fine tune the prompt, and generates code, best performance is currently with gpt-4-1106, need help getting the visual agent connected to iteratively improve it's output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published