Marketing site for allmystuff.works — a tech concierge service.
The pitch is outcomes, not connectivity: the device in your hand
reaches the interface of every other device you own — print, see
the cameras, drive the home server, restore from backup — without
making you a sysadmin. The app does it. Our hardware line — Bell
($99), Hub ($999), Station (~$9,999) — puts a touchscreen, a
Summon button, and a row of ports (USB-A/C, HDMI, ethernet, plus
Wi-Fi and Bluetooth) wherever you'd like one. The bigger ones also
run real compute. Summon a real human when you'd rather not figure
it out yourself. Authenticated STUN / TURN relay at
stun.allmystuff.works / turn.allmystuff.works handles the
plumbing — it's not the story.
Static HTML / CSS / vanilla JS. No build step. Host anywhere that can serve files (GitHub Pages, Cloudflare Pages, S3+CloudFront, etc.).
python3 -m http.server 8000
# then open http://localhost:8000index.html— landing page (single-page, anchor-linked sections)styles.css— light/friendly concierge themescript.js— sticky-header elevation, mobile nav, signup form stub