Dialogue · Design notes · Dev loop
← Design notes

The dev loop — localhost to the box

How a change goes from idea to production: built locally, self-tested, your-tested, then shipped to Singapore. The rhythm and the local-server norms that keep it honest.

implement on localhost:8011 I self-test (simulate real users) you test push to the SG box

Self-test before you ever see it

The local server — port 8011

Test from a phone — LAN

Ship

noteThese design notes (room2) are a separate deploy — Cloudflare Pages publishes them on push, independent of the app on the box. So docs and app ship on different paths.
Dialogue · dev loop · localhost → self-test → your test → SG box · see also Deployment topology · The build plan