Establish the baseline and success evidence

An app-free approach means visitors interact with your space using the tools already on their phone: a camera for scanning QR codes, an NFC reader for tapping tags, and a mobile browser for viewing content. Nothing is installed, nothing persists beyond the session, and the visitor controls when the interaction starts and stops.

A gallery visitor using contactless technology to explore cultural content
Illustrative example of NFC or QR access to gallery information.

This is not a lesser version of an app-based system. It is a distinct architectural choice with its own capabilities and constraints. App-free experiences work through web pages, progressive web apps, or simple URL redirects triggered by a physical touchpoint. The visitor scans or taps, the browser opens, and the content loads. When they close the tab, the interaction ends.

The critical trade-off is immediacy versus depth. App-free removes every barrier between the physical touchpoint and the content: no app store, no download wait, no permission screens for Bluetooth or location. That makes it suited to situations where the visitor's willingness to invest time is low or unknown. The limitation is that you lose background capabilities. Without an app running in the background, you cannot push notifications as someone walks past a zone, track dwell time passively, or maintain a persistent session across multiple visits.

Choosing app-free is a decision about what you are trying to achieve in a specific physical context, not a statement about technology maturity. For many venues, it is the correct operational choice.

Implementation choices and evidence

Museums, galleries and heritage sites

Most museum visitors arrive without prior knowledge of your technology. They may be international tourists, school groups, or occasional local visitors. Asking this audience to download an app creates measurable friction at the point of entry. An NFC tag beside an exhibit or a QR code on a label lets them access audio, text, or images within seconds. If the content is well-structured for mobile browsers, the experience is complete in itself.

App-free works particularly well when the content relationship is one-to-one: one tag, one exhibit, one piece of content. It becomes harder to manage when visitors need to navigate complex routes, bookmark multiple exhibits, or receive contextual guidance based on their position in the building.

Events and conferences

Conference attendees may be willing to download an event app, but many will not. App-free touchpoints serve the remainder without exclusion. QR codes on lanyards, posters, or session room signs can link to schedules, speaker bios, or feedback forms. The temporary nature of events also means the infrastructure cost of an app-free approach is often lower: no app submission timelines, no compatibility testing across OS updates, and no ongoing maintenance after the event closes.

Retail environments

For high-street retail, the decision depends on visitor frequency and loyalty. A customer who visits once a month is a poor candidate for a dedicated app. A QR code on a product shelf linking to specifications, stock availability, or a video demonstration delivers value without asking for a commitment the customer will not reciprocate. App-free is also useful for seasonal or pop-up retail where the lifespan of the installation does not justify app development.

Accessibility and public service contexts

In libraries, council buildings, or transport hubs, app-free interactions align with accessibility obligations. Requiring an app to access basic wayfinding or service information can exclude visitors with older devices, limited storage, or low digital confidence. A QR or NFC touchpoint that opens a simple web page with large text, screen-reader-compatible markup, and no login requirement is often the more inclusive option.

Connectivity as a prerequisite

Every app-free interaction depends on the visitor's ability to reach a server. If your venue has areas with poor mobile signal and no guest Wi-Fi, web-based content will fail to load. Before committing to app-free, audit connectivity across the physical space at the times your visitors are present. A tag that opens a blank browser tab damages trust more than no tag at all.

Confirm the result and document exceptions

Assuming web equals app

The most frequent error is planning an app-free deployment as if it were an app without the install step. Web browsers cannot scan for Bluetooth beacons in the background on iOS or Android without explicit user action each time. You cannot send a push notification to a browser tab that has been closed. If your requirements include passive zone detection, automatic triggering, or persistent sessions, app-free will not meet them. Identify which capabilities are essential before choosing the delivery mechanism.

Ignoring browser and device variation

NFC behaviour differs between operating systems and browser versions. On Android, NFC taps typically open the default browser directly. On iOS, the behaviour depends on whether the tag contains a universal link, a plain URL, or an App Clip invocation, and the user may see an intermediate system prompt. Test the exact tag format on the devices your visitors actually carry, not just on your own phone. Pay particular attention to older Android devices where NFC support may be inconsistent or disabled by default.

Underestimating content design for mobile browsers

A web page opened via QR or NFC must work immediately on a small screen with no prior context. If the page loads slowly, requires horizontal scrolling, uses unsupported video formats, or asks for permissions before showing anything useful, the visitor will leave. Design the content for the constraints of the delivery channel: fast loading, vertical layout, minimal input requirements, and a clear back path to the previous browser tab.

Neglecting tag maintenance

Physical tags degrade. QR codes printed on paper fade, peel, or get covered by new signage. NFC tags can fail if the antenna is damaged or if the adhesive backing separates from the surface. In high-traffic areas, tags may be scratched or vandalised. Build a simple inspection routine into your operations: check that each tag triggers the correct URL at a regular interval, and replace tags before they become unusable rather than after a visitor reports a failure.

Dynamic QR code service dependency

If you use dynamic QR codes that redirect through a managed service, your content availability depends on that service's uptime. If the provider closes, changes its pricing, or experiences an outage, every tag in your venue stops working. Understand the service-level agreement, consider what happens if you need to switch providers, and keep a record of which physical tag maps to which destination URL so you can reissue static codes if necessary.

Privacy still applies without an app

The absence of an app does not eliminate privacy obligations. If your QR or NFC touchpoints pass identifiers in the URL, log access times, or set cookies, you are still processing personal data under UK GDPR. If you use analytics on the destination pages to track which exhibits or products attract the most scans, that data may be identifiable in combination with other information. Apply the same principles of transparency and data minimisation that you would to any other location-based system.

Key checks before committing

  • Have you audited mobile signal and Wi-Fi coverage at every touchpoint location?
  • Have you tested the exact tag format on both iOS and Android devices representative of your visitor base?
  • Does your content load within an acceptable time on a typical mobile connection?
  • Have you confirmed that none of your requirements depend on background scanning, push notifications, or persistent sessions?
  • Is there a documented process for inspecting and replacing physical tags?
  • Do your analytics and data handling practices comply with current UK privacy guidance?
  • If using a dynamic QR service, do you have a contingency plan if that service becomes unavailable?

If the answers are satisfactory, an app-free approach will likely serve your visitors and your operations well. If any answer reveals a gap, address it before deployment or reconsider whether a hybrid or app-based approach is more appropriate for that specific use case.