2026·Developer
FitAI — AI Virtual Try-On
An AI-powered virtual fitting room that lets shoppers see clothing on themselves before buying, with a full DataLayer event schema for the try-on funnel.
Next.js 15React 19TypeScriptTailwind CSS
Built a virtual try-on flow where a shopper pastes a product URL or uploads a photo, adds a profile photo with height/weight, and gets a personalized AI-generated try-on rendered in 8–12 seconds. Instrumented the entire funnel as a proper analytics event schema — product input method, try-on clicks, generation success rate, and regenerate clicks — and designed the photo-handling flow to be KVKK/GDPR-compliant, purging uploaded images at session end.
Try it
Highlights
- Designed the full try-on funnel DataLayer schema (product_input_method, try_on_click, generation_success_rate, regenerate_click)
- KVKK/GDPR-compliant by design — uploaded photos are purged at session end
- Mobile-first flow for a URL-paste-or-upload → try-on experience