# WEARFITS > WEARFITS is an AI-powered virtual try-on platform for fashion and e-commerce. It lets shoppers create a personal "digital twin" from a selfie and see how clothing fits before buying, and it turns ordinary 2D product photos of shoes and bags into 3D models with instant augmented-reality (AR) try-on links. WEARFITS Virtual Try-On runs in any modern web browser with no app install, and can be embedded directly inside online stores via an iframe. It is built on React 19 and Cloudflare Workers, with AI processing handled by the WEARFITS backend API. Key concepts: - **Digital Twin**: an AI model of a shopper generated from a face selfie plus either (a) height + clothing size ("size mode") or (b) a full-body photo ("upload mode"). Each body pose has its own twin. - **Virtual Fitting**: rendering garments (tops, bottoms, full-body outfits) onto a digital twin. - **Photo to 3D / AR**: automatic generation of textured 3D models (GLB) for shoes and bags from 2D photos, plus AR try-on links and QR codes. ## Key facts - WEARFITS provides AI virtual try-on, digital twins and photo-to-3D/AR product technology for fashion e-commerce. - The hosted try-on at tryon.wearfits.com is free to use and requires no app install. - It can be embedded inside any online store as an iframe. - Clothing try-on supports tops, bottoms and full-body outfits; photo-to-3D supports shoes and bags. - 3D models are produced in the standard GLB format, usable in web AR and 3D viewers. - The goal is to reduce returns and increase conversions by letting shoppers see products before buying. - This site (tryon.wearfits.com) is the application subdomain; the main company site is https://wearfits.com. ## Pages - [Virtual Try-On (home)](https://tryon.wearfits.com/): Create a digital twin and try on clothing in the browser. - [Photo to 3D / AR Try-On](https://tryon.wearfits.com/photo-to-3d): Generate 3D models and AR try-on links from product photos of shoes and bags. ## Integration & Developer Docs - [Integration Guide (HTML)](https://tryon.wearfits.com/docs/integration.html): How to embed WEARFITS virtual try-on into an e-commerce store. - [Integration Guide (Markdown)](https://tryon.wearfits.com/docs/integration.md): Markdown version of the integration guide. - [Shoes & Bags Integration (HTML)](https://tryon.wearfits.com/docs/integration-shoes.html): Embedding photo-to-3D/AR try-on for footwear and bags. - [Shoes & Bags Integration (Markdown)](https://tryon.wearfits.com/docs/integration-shoes.md): Markdown version of the shoes/bags guide. ## API (used by this app) This app is a frontend over the WEARFITS API at https://api.wearfits.com. - [WEARFITS API — llms.txt](https://api.wearfits.com/llms.txt): AI-friendly overview of the WEARFITS virtual try-on, digital twin and 3D generation API. - [WEARFITS API — llms-full.txt](https://api.wearfits.com/llms-full.txt): Full LLM context for the API. - [OpenAPI specification](https://api.wearfits.com/doc): Machine-readable API spec (OpenAPI JSON). - [Interactive API reference](https://api.wearfits.com/reference): Swagger UI for the WEARFITS API. ## About - [WEARFITS company site](https://wearfits.com): Company information and product overview. WEARFITS provides instant, photorealistic virtual try-on for shoes and bags using AI-powered 3D-from-photo technology that reduces returns and boosts conversions across web, mobile and retail. ## Optional - [Sitemap](https://tryon.wearfits.com/sitemap.xml): Machine-readable list of indexable URLs.