A lightweight viewer for .glb and .gltf models built with React Three Fiber. Drag-and-drop any supported file to preview it instantly with orbit controls, auto-rotation, and lighting presets.
bun installbun devNote
Prefer using another package manager? Remove bun.lock and install with one of the following:
# npm install
# yarn install
# pnpm install- Single
.glbfile (all-in-one 3D model) - Folder containing
.gltfwith assets (.bin,.jpg,.png) - Zipped (
.zip) GLTF folder with all assets
- Drag and drop your file/folder/zip into the viewer
- Or click to open file picker and select your model
- Wait for the model to load
- Use mouse/touch to rotate, zoom, and pan
This project is licensed under the MIT license.