Spatial Album displays images in a 3D carousel. The user interface is called Cover Flow which was popularized by iTunes and Mac OS X in the 2000s. The user scrolls horizontally through the images (demo) while the images animate in 3D space.
- Deno
- WebSpatial
- Safari 26
- Xcode 26 with Vision Pro simulator
Run development server
deno task dev:avpPackage and run in Vision Pro simulator connecting to content from development server
deno task avp- Create an Apple Developer account
- Register a team and App ID in the Apple Developer portal
- Replace the
teamIdandbundle-idvalues in thebuild:avpDeno task from the values obtained in step 2 - Build and bundle visionOS app
deno task build:avp- Open the Xcode project in
node_modules/@webspatial/platform-visionosand deploy the app to the Simulator or device
- First
create a new App record
in App Store Connect. Make sure to
match the paramaters in the
publishcommand - Install and setup 1Password CLI. The username and password for the next step will be securely fetched from 1Password
- Run the publish command to submit the app to App Store Connect
deno task publish- Submit the app to Test Flight to verify with testers or submit for App Store review.
