ARTICLE AD BOX
I'm working on a project built with Next.js and TypeScript, and I currently only have the implemented UI (React components, CSS/Tailwind).
I need to convert this existing UI into a Figma design file automatically (or semi-automatically), including layout, styles, and components if possible.
I understand that Figma is usually used before development, but in this case, the design was not created beforehand.
I've looked into some tools (like HTML-to-Figma plugins), but they either don't support React well or lose styling/layout accuracy.
Is there any reliable tool, plugin, or workflow that supports converting Next.js (TypeScript) code into Figma designs?
Even partial solutions (like exporting layout or styles) would be helpful.
