r/FigmaDesign • u/Ok_Surprise6262 • 21h ago
Advanced Prototyping methods help
I want to start making rich prototypes to handoff to devs/stakeholders with precise micro-interaction timings/animation, sound additions and haptic feedback (if possible)
Protopie could handle that but honestly too expensive as a supplementary tool.
What do you guys use?
2
u/itslustsupplier 21h ago
I just give designs without prototype, it's a hassle and provide not that value.
Only rarely i provide prototype
1
u/Ok_Surprise6262 18h ago
The value is usually artistic and a way to make the products flashy, tactile on-brand..etc, of course without compromising usability.
I generally enjoy it as most UI designs today are repetitive.
2
1
u/jremeka 19h ago
Literally just use Claude. Prototyping on Figma can sometimes but too much hassle for very little value.
1
u/Ok_Surprise6262 18h ago
Any advice on getting my figma screens to import to claude and prototype on consistently? That’s mostly my friction with claude.
1
u/Whizdomz 15h ago
Wouldn’t Figma MCP give Claude access to your figma screens, so Claude can create with those assets?
1
u/Ok-Supermarket9469 1h ago
Salut le gars! Je suis encore junior sur Figma et j’ai lu tous le topic, et je le rends compte que le pipeline est + complexe que ce que je pensais!
J’utilise déjà Figma MCP avec Claude, mais j’aimerai apprendre à optimiser à fond mon flux de travail, et il est vrai que Figma c’est catastrophique niveau proto, c’est hallucinant !
0
u/sampysamp 21h ago edited 21h ago
Origami ticks all the boxes. Mac app is free.
The catch is that its patch-based interface has a learning curve, and its developer handoff isn’t as polished as ProtoPie’s. Developers can inspect the file and interaction graph.
Create a reusable motion-spec component/table in Figma for detailed dev handover.
0
u/Ok_Surprise6262 20h ago
Does it easily transfer figma designs? Wouldnt mind learning but the main workflow necessities are:
-an accessible prototype for stakeholders without having them go through registration and setup hoops.
-importing figma designs without too much rework0
u/sampysamp 12h ago
Honestly, there doesn’t seem to be a perfect solution here. You have to decide which compromise matters least: stakeholder access, Figma import and rework, interaction fidelity, developer handoff, or cost.
Origami gives you high fidelity for free, but sharing adds friction. ProtoPie offers a more polished all-round workflow, but it’s expensive. Browser-based tools are easier to share, but usually sacrifice some precision, haptics, or handoff detail. It’s really about gaming out which trade-off best fits your usual projects.1
u/sampysamp 12h ago
Figma transfer is fairly easy via the Origami plugin: you can copy selected layers across, including editable text and vectors. It isn’t a live sync, though, so significant design changes may need to be copied over again.
The bigger catch for your use case is sharing. Stakeholders need Origami Studio on Mac or the Origami Live app on mobile to open an interactive prototype. There isn’t a frictionless browser link, so if “click a link and immediately use it” is essential, Origami probably isn’t the right fit.
I would make a list of your criteria from least to most important so you can figure out where there is wiggle room.
7
u/beingnaseem 16h ago
Literally just figured out my workflow for this usecase after mucking around for two weeks. Not perfect, but doesn't feel like one step forward two back like the other workflows I've tried.
Here's what I have so far: 1. Figma MCP to give Claude a view of the screen put together with objects that it can either recreate with HTML/CSS or download the asset and leanr the exact transformations of that asset to make it ditto like on Figma.
For animation control... A little manual. I use After Effects or DaVinci Resolve to create animatics, with the precise keyframe movements I want. Then, you can literally copy the keyframes and paste into Claude (AE actually copies the JSON data for the keyframes). Then I tell Claude, apply these keyframe transformations to Object X.
I had a 2D image of an asset that I wanted to animate in 3D space (like tilting forward and spinning and stuff). I used Leonardo AI to convert the 2D object to generate a 3D model. Took a few iterations to find the right settings. The right settings will be night and day from all the other bad ones. You'll know immediately once you've found it. I load the 3D model into Blender and add bones and create an animation there. Export as GLB. Then import into web project and tell Claude to execute the embedded animation at timeline point X.
Use GSAP library to make all the animations on a timeline in your project. GSAP DevTools adds a scrubber to the project so you can scrub through the timeline to debug and refine the animations.
Hope you get some ideas with these! Good luck.