Private by default
A model becomes public only after an explicit publishing action.
3D model hosting
Organize GLB files in DevXR Studio, follow their processing status and publish only the version that is ready to present.
Open DevXR StudioDEVXR STUDIO
DevXR goes beyond storing a file. Every model moves through validation and processing before it powers the viewer, public link or iframe.
A model becomes public only after an explicit publishing action.
Group models into projects and track their processing state.
The viewer loads processed content, never an original file still in quarantine.
HOW IT WORKS
The GLB file is streamed into a non-public quarantine area.
The model is checked and prepared by an asynchronous worker.
You explicitly enable sharing once the model is ready.
REAL EXAMPLE
This Aston Martin Vantage GTE is already published with DevXR Studio. Open the public viewer for direct sharing, or use the dedicated embed URL inside an iframe.
PUBLIC VIEWER
Send this link by email, add it to a presentation or open it directly in a browser.
https://viewer.devxr.fr/models/pub_XllEw1M91Pur5eg0xu8JcjDOMAPSNvgcOpen the public modelIFRAME SOURCE
Use this address as the iframe source. It loads the viewer without the surrounding public-page presentation.
https://viewer.devxr.fr/embed/pub_XllEw1M91Pur5eg0xu8JcjDOMAPSNvgcOpen the embed viewCOPY-READY HTML
Paste this snippet into an HTML block supported by your website or CMS. The title describes the model for assistive technologies, lazy loading protects initial page performance and the permissions remain explicit.
<iframe
src="https://viewer.devxr.fr/embed/pub_XllEw1M91Pur5eg0xu8JcjDOMAPSNvgc"
title="Aston Martin Vantage GTE"
loading="lazy"
allow="fullscreen; xr-spatial-tracking"
allowfullscreen
referrerpolicy="strict-origin-when-cross-origin"
></iframe>FREQUENTLY ASKED QUESTIONS
Yes. DevXR Studio hosts models on dedicated infrastructure and distributes them through controlled routes.
No. Models are private by default and publishing is always explicit.
The initial recommended limit is 100 MB per GLB file and remains configurable by environment.
PUBLISH YOUR 3D MODEL
Upload it, configure its viewer and get your link with DevXR Studio.
Get started with DevXR Studio