Prox OS Internal Docs
ProductClientsDevice Studio

PWA Positioning

Prox OS should validate mobile through responsive web and PWA before starting a

Decision Direction

Prox OS should validate mobile through responsive web and PWA before starting a native app. PWA is not the final answer for every mobile need; it is the lowest-friction early mobile surface and validation channel.

Why PWA First

AdvantageRelevance to Prox OS
Low-friction accessUsers can open a link without store installation.
Shareable linksStudios, public Spaces, templates, and previews naturally live at URLs.
SEO and public discoveryPublic OS Homes, docs, templates, and Studio previews can be indexed when intended.
Fast validationProduct loops can change without app-store review delay.
No app-store gatekeepingEarly experiments can stay web-first while policy risk is studied.
Natural fit with Web StudioCreation, editing, publishing, and AI collaboration remain in the same platform model.
Cloudflare-first deploymentThe existing deployment posture can serve mobile web and PWA assets.

PWA Weaknesses

WeaknessProduct impact
Installation habit is weakMany users do not understand or remember Add to Home Screen.
Less App Store discoveryPWA does not receive native store browsing and search advantages.
Platform limitsOS integrations vary by browser and operating system.
Push, badge, share, and file constraintsCapabilities exist unevenly and need careful browser support checks.
User education costThe product must explain why a home-screen web app is useful.
Perceived trust gapSome users expect a native app for camera, push, share, and offline workflows.

Correct Use In Prox OS

PWA should be used as:

  • the first mobile Launchpad;
  • a responsive validation surface for pinned Studios and recent Views;
  • a route-based preview surface for Studio View JSON;
  • a testbed for capture, notifications, and approval workflows;
  • a bridge from mobile preview to Web Studio.

PWA should not be used as:

  • a claim that Prox OS has solved native mobile;
  • a replacement for the Web Studio;
  • a way to bypass native platform policy while acting like an app marketplace;
  • a place to expose arbitrary user-generated execution.

Future Platform Notes

Android Trusted Web Activity can be researched later as a wrapper around a validated PWA, but it should not be implemented now.

iOS Home Screen Web App behavior and Web Push can be researched later for notification and installability workflows, but they should not be implemented now.

Any future PWA install prompt should explain:

  • what the user gets from installing;
  • which permissions are requested;
  • how notifications and capture work;
  • how to return to the full Web Studio;
  • how data is stored and removed.

On this page