The most expensive blank in a restaurant menu is the moment a customer can't answer "how big is this?" or "what does it look like?". That uncertainty pushes the undecided customer toward the safest familiar option. Menuverse's 3D and AR integration closes exactly that gap: it shows the item at real size, texture and plating before ordering.

What a 3D Menu Is

A 3D menu presents your items as three-dimensional models in glTF/GLB format. The customer rotates the item from any angle, zooms in and inspects detail. With Google's open-source model-viewer library it works on nearly every modern device, with no plugins.

How an AR Menu Works

AR is one step beyond 3D. When the customer taps "See on my table":

  • Android: WebXR / Google Scene Viewer kicks in; the dish appears on the table in the camera view.
  • iPhone / iPad: iOS AR Quick Look (USDZ) opens with the same real-size preview.
  • Desktop / unsupported device: the customer inspects the item in 3D; for AR, scanning the QR with a phone is enough.

No step requires an app download. That makes AR a feature "everyone who can try it actually tries".

Live Demo

The model below is a real Menuverse item. Drag to rotate; on a mobile device, tap "See on my table" to launch AR.

⟳ Drag · Zoom · On desktop, 3D rotation is active instead of AR.

Supported Devices

3D rotation works on all modern browsers. AR preview is active on ARCore-capable Android devices and ARKit-capable iPhone/iPads. On older, unsupported devices the experience gracefully falls back to 3D rotation — the user sees no error.

Performance & Loading

The biggest worry with 3D is speed. Menuverse solves it architecturally:

  • Lazy loading: the 3D model file downloads only when the customer scrolls the viewer into view, not at page load.
  • Optimized size: models are tuned to ~500KB–2MB for mobile; excess polygon load is trimmed.
  • Reserved layout: the viewer area is laid out with a fixed aspect ratio, so no content shift (CLS) occurs.
  • Early paint: the first visible part of the page is text; the heavy 3D asset doesn't delay LCP.

As a result, 3D and AR are delivered without hurting Core Web Vitals. For broader context, see how 3D menus raise the average check.

Let's bring your signature items into 3D

3D and AR are on the Premium and Enterprise plans; modeling service is included. 7-day free trial, no credit card required.

Book a free demo

Frequently Asked Questions

Does the customer have to download an app for AR?

No. The QR is scanned and the menu opens directly in the browser. AR preview runs app-free via WebXR/Scene Viewer on Android and Quick Look on iPhone.

Does a 3D menu slow down mobile?

No. Models are optimized for mobile and load only when the customer wants to view the item; they don't slow the initial page load.

Which devices support AR?

Most modern Android (ARCore) and iPhone/iPad (ARKit) devices support AR. On unsupported devices the customer can still rotate the item in 3D.

Which plans include 3D and AR?

The 3D and AR "See on table" feature is on the Premium and Enterprise plans. 3D modeling of your signature items is included.

Related