← 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

  1. Read-only phone-fleet dashboard. No control actions ship from this surface.
  2. Data arrives as JSON snapshots built on the laptop, never live secrets.
  3. Rebuild scripts regenerate the pages; the push (or direct upload) is the deploy.

Data and state

Background work

Surfaces

Public URLhttps://android-automation.pages.dev
Sourceautomation/android_automation
DeployStatic directory dashboard/static deploys to project android-automation.

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)"