Small WebSpatial demo: React + Vite + TypeScript, orbital <Reality>, USDZ models, and multi-window scenes.
pnpm install
pnpm run dev # http://localhost:5173 — WebSpatial AVP dev settings
pnpm run build # output: dist/webspatial/avp
pnpm run preview # serve that build on :5173
pnpm run lintVision Pro: Xcode + visionOS simulator. Start pnpm run dev or pnpm run preview, then
pnpm exec webspatial-builder run --base=http://localhost:5173.
Vercel: connect the repo in the Vercel UI or run vercel / vercel --prod. Settings are in vercel.json.
SPA routes: /, /orbit, /models, /multi, /scene/:id. WebSpatial SDK 1.5.x, @webspatial/vite-plugin in AVP mode. webspatial.dev/docs is the source of truth for APIs and setup.