Web + Mobile Delivery
Archon runs as a responsive web app and installs as a PWA for Android and iOS. Paid generation unlocks deployment and mobile handoff assets through the same API contract.
Web App
Use dashboard, checkout, and generation delivery directly in browser.
Android Install
Chrome - menu - Install app. Archon runs standalone with service worker caching.
iOS Install
Safari - Share - Add to Home Screen. Supports full-screen PWA launch mode.
Generation API Contract
Paid users can retrieve production package metadata from /api/generation/package. This endpoint is gated by entitlement and returns web + Android + iOS target assets.
Next build target: package native wrappers (Capacitor/React Native) against this API contract.