Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 990 Bytes

File metadata and controls

28 lines (18 loc) · 990 Bytes

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