← Back to AR History Series

WebAR — Augmented Reality Without an App

Prabhu Kumar Dasari — Senior Unity XR Developer
Prabhu Kumar Dasari
Senior Unity XR / VR / AR Developer · 13+ Years
Tested 8th Wall and Wikitude WebAR · UAE & India · GITEX Dubai 2024 · ADIPEC 2025
Every AR application built before WebAR shared the same fundamental barrier: the user had to download an app. No matter how good the experience was, that friction — find the app, download it, install it, open it, find the AR feature — killed engagement before it started. WebAR solved this by running augmented reality directly in the mobile browser. Point your camera, no download required. I tested two of the platforms that pioneered this — 8th Wall and Wikitude — and what they demonstrated was not just a technical achievement but a fundamental rethinking of how AR experiences could be distributed.

The Problem WebAR Solved

To understand why WebAR mattered, you need to understand the distribution problem that every AR developer faced before it existed. Building an AR experience in 2015 or 2016 meant building a native app — iOS app, Android app, or both. That meant app store submission, approval wait times, version compatibility maintenance, and most critically, asking users to download something before they could experience anything.

For marketing campaigns, product launches, and brand experiences — the commercial contexts where AR made the most business sense — this friction was often fatal. Studies consistently showed that the majority of users who scanned a QR code linking to an app store download never completed the install. The experience was dead before it started.

📊 The Distribution Problem

Before WebAR: scan QR code → go to app store → download app (100MB+) → install → open app → find AR feature → experience. With WebAR: scan QR code → browser opens → AR starts. The difference in completion rate between these two flows was enormous — typically 60 to 80% drop-off reduction with WebAR.

The Two Platforms I Tested — 8th Wall and Wikitude

8th Wall
Founded 2016 · Acquired by Niantic 2022 · Still Active
Core techSLAM world tracking in browser
Launch methodQR code → mobile browser
Tracking typesWorld, image, face, surface
FrameworkA-Frame, Three.js, Babylon.js
StrengthMost capable WebAR SLAM tracking
Used forBrand campaigns, retail AR, marketing
Status 2026Active under Niantic
Wikitude
Founded 2008 · Acquired by Qualcomm 2021 · Rebranded
Core techImage tracking + SLAM + geo AR
Launch methodNative SDK + WebAR (JavaScript)
Tracking typesImage, object, SLAM, location
FrameworkJavaScript SDK, Unity plugin
StrengthOne of oldest AR SDKs — 2008 origin
Used forEnterprise, tourism, retail, education
Status 2026Integrated into Qualcomm Spaces

What Testing These Platforms Was Like

Testing 8th Wall and Wikitude gave me a clear sense of what WebAR could and could not do compared to native AR applications. The fundamental achievement was real — point a mobile browser camera at the world and get world-tracked AR without any download. That was genuinely impressive and the improvement in deployment friction was immediately obvious.

8th Wall — SLAM in the Browser

What stood out about 8th Wall was that it brought real SLAM tracking — simultaneous localisation and mapping, the same technology that powers ARKit and ARCore world tracking — into a mobile browser environment. Before 8th Wall, browser-based AR was mostly limited to image target recognition: scan a marker, get an overlay. 8th Wall's SLAM meant you could place 3D objects in the environment and walk around them, maintaining their position in real space — without an app.

The experience quality was noticeably below native ARKit or ARCore — frame rates were lower, tracking was less stable, and complex 3D scenes pushed mobile browsers to their limits. But for marketing and brand experiences where the content was relatively simple — a 3D logo, a product in your space, an animated character — it was more than capable enough. And the distribution advantage was enormous.

Wikitude — Veteran SDK With WebAR

Wikitude had a different character to it. Founded in 2008, it was one of the oldest AR SDKs in existence — it had been through the entire arc of mobile AR development, from GPS-based location AR in the early smartphone era through image tracking, SLAM, and eventually WebAR. Testing Wikitude felt like working with a platform that had accumulated years of real-world AR development experience. Its image tracking was mature and reliable. Its WebAR implementation offered JavaScript-based AR that could be embedded in web pages and triggered through standard web links.

Where Wikitude excelled was enterprise and tourism use cases — overlaying information on real-world locations, providing AR guides through museums and heritage sites, powering retail AR experiences through web browsers rather than dedicated apps. Its geographic AR capabilities — placing content at real-world GPS coordinates — were particularly strong, reflecting its roots in location-based AR from 2008.

Before and After WebAR — The Deployment Difference

😩 Before WebAR — Native App Required
  • Client scans printed QR code
  • Redirected to App Store or Play Store
  • Must download app (50–200MB)
  • Wait for install to complete
  • Open app — find AR feature
  • Grant camera permission
  • Finally reach AR experience
  • App remains on phone after use
  • Developer maintains separate iOS + Android builds
  • App store approval required for updates
✅ After WebAR — Browser Only
  • Client scans QR code
  • Mobile browser opens directly
  • No download required
  • Grant camera permission
  • AR experience starts immediately
  • Single URL works on iOS and Android
  • Updates deploy instantly — no approval
  • Analytics via standard web tools
  • Can be embedded in any webpage
  • Share via any link or social media

What WebAR Was Used For

📦
Product Packaging AR
Scan a product label and see 3D content — product information, animations, brand experiences. No app needed meant brands could add AR to packaging without asking customers to download anything.
🏪
Retail Try-On
Virtual try-on for eyewear, shoes, furniture directly in the browser. Customers on a product page could activate AR through a button click — no app, no friction.
🎪
Event & Campaign AR
Brand activations at events where attendees scanned a QR code and got an instant AR experience. No app download meant dramatically higher engagement rates compared to app-based activations.
🏛️
Tourism & Heritage
Museums, heritage sites, and tourism boards used WebAR to overlay historical information, 3D reconstructions, and guided content on real locations — accessible through a simple web link.
📰
Print Media AR
Magazines and newspapers added AR to printed pages through WebAR — scan an article image, see a video or 3D content appear. No dedicated app needed; any modern mobile browser worked.
🏠
Real Estate Visualization
Property developers used WebAR to let potential buyers place virtual buildings or interior layouts in real spaces — directly from the property listing webpage, no app required.

The Limitations WebAR Never Fully Solved

WebAR was genuinely transformative for distribution but it came with real limitations that native AR applications did not have.

  • Performance ceiling — browsers cannot access hardware as directly as native apps. Complex AR scenes, high frame rates, and real-time effects hit browser performance limits that native applications handled smoothly.
  • Tracking quality gap — SLAM tracking in a browser was never as stable or accurate as ARKit or ARCore. For experiences where precise tracking mattered — detailed product try-on, architectural visualisation — the gap was noticeable.
  • iOS camera access restrictions — Apple restricted browser camera access in ways that created specific limitations for WebAR on iPhone. These restrictions eased over time but remained a friction point for years.
  • No persistent AR — without native OS integration, WebAR could not access ARKit or ARCore's persistent anchor capabilities. Content could not be placed and returned to in the same real-world position across sessions.

WebAR in 2026 — Where It Stands Now

WebAR has matured significantly since its early days. The WebXR Device API — a browser standard that gives web applications access to native AR and VR capabilities — has brought ARKit and ARCore functionality closer to the browser. Modern WebAR experiences on supported devices can access plane detection, image tracking, and lighting estimation through the browser without the workarounds that 8th Wall and Wikitude originally needed.

8th Wall was acquired by Niantic — the company behind Pokémon GO — in 2022, signalling the strategic importance of WebAR for location-based experiences. Wikitude's technology was absorbed into Qualcomm's Spaces platform. The WebAR ecosystem has consolidated around a smaller number of more capable platforms, with the underlying browser standards catching up to what the pioneer platforms built through custom implementations.

8th Wall Wikitude JavaScript SDK A-Frame Three.js WebRTC Camera Access SLAM in Browser Image Tracking WebXR API QR Code Launch
💬 Developer Reflection — Prabhu Kumar Dasari, 13+ Years in XR

Testing 8th Wall and Wikitude clarified something I had been thinking about for years — that the hardest problem in AR was never the technology. It was always the gap between what the technology could do and what a real user was willing to do to access it. WebAR did not make AR better. It made AR accessible. And in many commercial contexts, accessible beats better every time. An AR experience that reaches 10,000 people through a browser link is more valuable than an AR experience that reaches 300 people who downloaded a dedicated app. That lesson — that distribution is often more important than quality — applies beyond AR. It applies to almost everything in technology. The best technology that no one can reach does not change anything. Adequate technology that everyone can reach changes everything.

🎉
AR History Series — Complete
You have reached the end of the 9-part AR History Series — a developer's firsthand account of how augmented reality evolved from image targets in 2012 to spatial computing in 2026. Read the full series from the beginning or explore any article individually.

Frequently Asked Questions

What is WebAR and how does it work?

WebAR is augmented reality that runs directly in a mobile web browser without requiring any app download. It works by using the browser's camera access API to stream the live camera feed, then applying computer vision and 3D rendering in JavaScript to overlay AR content on that feed in real time. Platforms like 8th Wall built custom SLAM tracking implementations that ran entirely in JavaScript, while newer approaches use the WebXR Device API to access native AR capabilities through the browser on supported devices.

What happened to 8th Wall?

8th Wall was acquired by Niantic — the company behind Pokémon GO and Ingress — in March 2022. Under Niantic, 8th Wall continued as a WebAR platform and was integrated with Niantic's Lightship platform for location-based AR experiences. The acquisition reflected Niantic's strategic interest in making AR accessible without app downloads, complementing their existing location-based gaming infrastructure.

What happened to Wikitude?

Wikitude, founded in 2008 and one of the oldest AR companies in existence, was acquired by Qualcomm in 2021. Its technology was integrated into Qualcomm's Snapdragon Spaces platform — Qualcomm's XR developer ecosystem for headsets and glasses. The Wikitude brand was effectively retired as a standalone product, though its core technology continues within the Qualcomm ecosystem targeting enterprise and wearable AR rather than its original mobile and WebAR focus.

Is WebAR still relevant in 2026?

Yes — WebAR remains highly relevant, particularly for commercial and marketing AR experiences where distribution reach matters more than tracking precision. The WebXR Device API has improved browser-based AR quality significantly, and platforms built on it can now access ARKit and ARCore capabilities through the browser on supported devices. For brand activations, retail try-on, product packaging AR, and event experiences, WebAR's frictionless distribution continues to make it the preferred approach over native apps.