Make Try-On
A virtual try-on app built with Figma Make that lets users upload a garment and instantly see it on a virtual model — no physical fitting needed.
-Open in desktop for better experience.
-Model used: IDM-VTON via Replicate AI
-Challenge we faced:
Figma Make runs inside an iframe which blocks direct calls to external APIs (CORS restriction) so calling Replicate's API directly was failing with a network error.
-How we solved it:
Deployed a lightweight proxy using Vercel server less functions to route API calls safely, bypassing the iframe restriction entirely.
Link : https://earth-gizmo-93582975.figma.site