← Android automation
Architecture
How Android automation (https://android-automation.pages.dev) is built, where its data lives, and how it ships.
Platform: Cloudflare Pages (static)Snapshot: 2026-09-06Revision: 2d900e717
Request path
- Read-only phone-fleet dashboard. No control actions ship from this surface.
- Data arrives as JSON snapshots built on the laptop, never live secrets.
- Rebuild scripts regenerate the pages; the push (or direct upload) is the deploy.
Data and state
- Static HTML/JSON in the output directory — the whole site.
- Source data stays in the repository (data/, logs/); secrets stay out of version control.
Background work
- Static panel; worker state arrives via snapshots.
Surfaces
Ship it
cd automation/android_automation
npx wrangler pages deploy static --project-name=android-automation --branch=main
curl -s -o /dev/null -w '%{http_code}' "https://android-automation.pages.dev/architecture.html?cb=$(date +%s)"