Research report accompanying the feature request in AmpersandTarski/Ampersand.
Date: 2026-08-13. Codebase facts verified against AmpersandTarski/prototype-framework at commit 0438d0a4 (v2.6.0 line, Angular 17 frontend, PHP 8.3 backend). External facts carry source links; the state of the art is as of mid-2026.
What does it take to deploy the frontend of an Ampersand-generated application on an iPhone and an Android phone as an app, with the app talking over the public internet to the backend API?
Today the prototype framework produces one artifact: a Docker image in which Apache serves the Angular bundle and the PHP API from the same document root, on the same origin. This report examines (a) which assumptions in the current framework tie the frontend to that single origin, (b) which packaging routes exist for putting the Angular frontend on a phone, and (c) which changes each route requires in the framewor