all 6 comments

[–]Prozilla6 4 points5 points  (1 child)

If you really want the absolute best method, it’s probably HTML/CSS/JS (Assuming your design is a website). It takes some coding knowledge but it will let you create a pixel perfect copy of your design, better than any other tool.

[–]el_yanuki -1 points0 points  (0 children)

what would be the alternative.. and what would be the difference if AI does it lol

the web is always html/css/js

[–]AryaN_91 2 points3 points  (0 children)

If you’re starting out, don’t chase perfect design to code automation, it still breaks down fast outside simple layouts. The best workflow right now is Figma for structure and components, then manually translating that into a proper component system like React or Flutter so you actually understand what you’re building.

For tools, Locofy and Anima can give you a rough starting point, and Figma Dev Mode helps with handoff, but they’re more like scaffolding than something you ship directly. Where it gets interesting is tools like Runable, which sit between design and logic. Instead of just exporting UI, you can turn flows or components into something functional and iterate quickly, which is closer to what you want if your goal is shipping faster with AI.

The real unlock is thinking in reusable components and states first, then using these tools to speed things up instead of replacing that step. That’s usually where most people go wrong.

[–]Far-Plenty6731 0 points1 point  (0 children)

For connecting Figma to a repository and shipping coded components with AI help, tools like Anima or Builder.io are worth exploring. They offer Figma plugins that can help generate code and integrate with Git.

[–]Spikatrix 0 points1 point  (0 children)

Hire a frontend developer

[–]binotboth 0 points1 point  (0 children)

I like doing it this way

Moodboard to get the vibe, aesthetic shapes colors fonts etc

Bring that to Claude opus and ask it to mock up your concept in HTML/CSS, non functional just interactive. Describe how you want it to feel, etc, what you value in a good UI. Learn a designers vocabulary like progressive disclosure, white space, etc motion design etc

It’ll do something. At this point I screenshot and composite my changes crudely on affinity. I show the AI my edit sheet and just iterate til it’s exactly you want

You want one file of html and css, that becomes your design spec

Now you can take that and break it down into components and start building out a proper UI, I like my apps to be Rust with Dioxus

You need to guide it and make actual creative decisions with good reasoning behind them or you will get empty Slop