Converting Figma Designs into Content Fragments with N8N

Опубликовано: 17 Май 2026
на канале: AEM Skunkworks
411
14

In this demo, I showcase how to use N8N, an agentic AI platform, to convert logical design sections from a Figma PDF into content fragments based on atomic design principles. I detail the process of exporting a full frame as a PDF, uploading it to Postman, and using a webhook in N8n to extract JSON data. The text classifier then analyzes each section to categorize it as an atom, molecule, or organism, which helps in mapping it to our predefined content fragment models. I also emphasize the importance of defining these models upfront. Figma designs can also be exported as JSON or SVG for use in this design, but those files need to be preprocessed in an S3 bucket using Lambda before being brought into N8N due to file size limitations. Another consideration with this design is the cost of API credits for the LLM of your choice, and I encourage you to track the run rate for those carefully.