How to Choose a 3D Commerce Platform: An Evaluation Framework for Ecommerce Brands
- Anna Ivanova
- 6 hours ago
- 5 min read

Interactive 3D, product configurators and browser-based AR have stopped being experiments. Enough brands now run them on live product pages that the interesting question has changed. It is no longer whether these tools work. It is which implementation you can live with for the next three years.
That is where most evaluations go wrong. Teams compare rendering quality, pick whichever demo looks best, and discover the real costs afterwards: mobile page speed falling off a cliff, models locked in a format nobody else reads, and a content pipeline that produces one asset for one purpose at considerable expense.
This is a framework for evaluating the things that actually determine whether an implementation survives contact with a real storefront.
What is a 3D commerce platform?
A 3D commerce platform lets online retailers host, manage and display interactive 3D product models on their storefronts. The better ones do more than render. They drive several visual outputs from a single master asset: an interactive configurator, browser-based AR placement, and studio-quality 2D imagery generated from the same model.
That last point matters more than it sounds, and I will come back to it.
Why this is worth doing
Ecommerce return rates sit somewhere around 16 to 20 percent depending on category, roughly double what physical retail sees. Most of that gap comes down to one thing. A shopper cannot judge scale, texture or how something will sit in their room from a flat photograph. They guess, and a proportion of them guess wrong.
Interactive 3D and AR attack that problem directly rather than working around it. Sayduck customers have seen conversion improve substantially and returns fall by up to 40 percent once shoppers can place a product in their own space before buying.
Worth knowing before you plan anything: the overwhelming majority of interactive product sessions happen on phones. Any decision that trades mobile performance for desktop polish is the wrong way round.
The five things to test
1. Frontend performance
This is where implementations fail, and it is the pillar most evaluations skip entirely.
Plenty of 3D plugins load heavy, render-blocking JavaScript straight into the storefront. Mobile Lighthouse scores drop below 50, and a slow product page loses more sales than an interactive one wins.
Three specifics worth insisting on:
The WebGL runtime and initial mesh payload should stay under 500 kB, which is roughly a high-resolution JPEG. Ask for the actual number rather than a reassurance.
The viewer should defer loading until it scrolls into view, using standard browser APIs. If 3D scripts download on page load, First Contentful Paint suffers whether or not anyone interacts with the model.
Prefer a clean iframe embed over a monolithic app installed into the store backend. Less to go wrong, less to remove later.
2. Whether AR works without an app
If most of your traffic is mobile, asking shoppers to install something is not a small ask. It is the end of the funnel.
Modern browsers can do this natively. iOS Quick Look on Safari, Android Scene Viewer on Chrome, WebXR where supported. A platform that leans on those needs no download at all.
Check the desktop path too. It should generate a QR code so a desktop shopper can carry the experience to their phone and place the product in the room they are standing in.
Vendors demo this less often than the mobile flow, which is usually a sign it works less well.
3. Open formats
Verify the engine handles glTF 2.0 and GLB for web rendering and USDZ for Apple AR, the standards set by the Khronos Group's 3D Commerce Working Group. Proprietary formats are the quiet trap in this category. The models you paid to build should be yours to take elsewhere.
Then test configuration properly. Swap meshes, materials, textures and lighting and watch whether it responds instantly or stutters. Look for hotspots that link to specifications and preset camera angles, which sound cosmetic but do real work in guiding shoppers through complex products.
4. Whether one asset does more than one job
Here is the criterion most teams leave out and regret.
A 3D model that only feeds a product page viewer is expensive content with a single use. The same asset should generate your marketing imagery.
Virtual photography renders studio-quality 2D images directly from the master model. Every colourway, every angle, every material, in minutes, without shipping samples to a studio. For a brand with real SKU count, this changes the economics of the whole programme. It is often what turns a 3D investment from a nice-to-have into something with an obvious payback which you can model directly using an ROI calculator.
5. How it stores its data
Architecture determines whether something scales past a pilot.
Check whether viewer configuration lives in native ecommerce fields, Shopify metafields for instance, or in a third-party database you now depend on. And confirm your merchandising team can upload models, set materials and lighting, and generate embeds without going through a developer. If every product needs engineering time, the programme stalls at about forty SKUs.
Two architectures

Evaluation Metric | Traditional app suites | App-free architecture |
Integration | Monolithic app, injects render-blocking JS | Lightweight iframe embed, native metafields |
Payload | Multi-megabyte runtime libraries | Under 500 kB |
Mobile Lighthouse | Often drops below 50 | Holds above 90 |
AR | Proprietary app or complex setup | Browser-native via Quick Look and Scene Viewer |
2D imagery | Separate tooling required | Generated from the same asset |
The practical difference is that one approach adds weight to your store and the other does not.
Where Sayduck sits
Sayduck is built around the performance constraints above. The configurator runs on native WebGL with a payload under 500 kB and defers loading, which keeps mobile Lighthouse scores above 90. AR runs entirely in the browser with tap-to-place on mobile and a QR bridge from desktop. Models are glTF and USDZ, so they are portable.
Part & Whole use it for modular furniture with a large configuration space. Aritco use it for elevators, where the buyer needs to understand how a product fits a physical shaft. Both are cases where component swapping has to hold up under real complexity rather than in a demo.
Virtual photography is included, so the same asset that powers the viewer produces marketing imagery. To model potential cost savings and conversion impact for your specific SKU volume, you can run the numbers in our 3D Commerce ROI Calculator.
Where we are not the right answer: if you need deep parametric configuration with engineering constraints, CAD or BOM output, or a configurator wired into a manufacturing pipeline, look at Salsita or Threekit. That is a different product category and we do not pretend otherwise.
Choosing
Whichever platform you pick, test it on a phone, on a real product page, with your slowest model. Demo environments are built to look good. Storefronts are not.
The vendors worth taking seriously will hand you the Lighthouse score without being asked twice.




Comments