This is the first post on the new webadb.online blog — release notes,
deep dives, and field reports from running webadb.online
in production.
What’s here
- Release notes when we ship a meaningful change to the
desktop-style UI, the WebUSB session layer, or the device bridge. - Deep dives into the trickier parts of the stack —
unzip -p
on the device, the ya-webadb
shell protocol, how we getcrossOriginIsolated === trueover
Cloudflare Pages, etc. - Field reports from real-device testing (currently a Xiaomi 13
on HyperOS, plus whatever loaner lands on the desk).
How it’s built
The site itself is a Next.js static export served by Cloudflare Pages,
and the blog is a plain Hexo instance living inblog/ whose output (hexo generate → public/blog/) gets folded into
the Next.js export on the next npm run build. One repo, one
project, two static-site generators.
The blog ships inside webadb.online/blog/, so the COOP/COEP headers
that gate SharedArrayBuffer on the main app don’t leak into the
blog’s HTML (we override them in public/_headers).
More soon.