| App | CF Pages | Domain | Status |
|---|---|---|---|
dist/ |
armsway-com Pages |
armsway.com, www.armsway.com |
✅ Live |
- Account: Gold Shore Labs (
<account_id>) - Pages project:
armsway-com
Rob Marston · Gold Shore Labs — patent protected, selective access.
POST /api/order → api.goldshore.ai/armsway/order → PayPal Orders API v2
Secrets: PAYPAL_CLIENT_ID · PAYPAL_CLIENT_SECRET
Gold Shore Labs — goldshore.ai
Production site for ArmsWay™ (medical BP cuff sleeve), deployed on Cloudflare Workers with static assets.
- Responsive landing page (
index.html+style.css). - Shared SVG brand assets and UI icons in
assets/. dist/build-ready static bundle for Cloudflare asset delivery.- Worker config (
wrangler.jsonc) routing botharmsway.com/*andwww.armsway.com/*.
python3 -m http.server 8000Then open:
http://localhost:8000/index.htmlhttp://localhost:8000/dist/index.html
- Authenticate wrangler:
npx wrangler login- Deploy worker assets:
npx wrangler deployNote: this config intentionally omits a
mainWorker entrypoint for now; deploy is static assets fromdist/.
-
In Cloudflare dashboard, confirm Worker routes:
armsway.com/*www.armsway.com/*
-
Ensure DNS in
armsway.comzone:@proxied record for Worker/custom domainwwwproxied CNAME toarmsway.com
The quote form submits to:
https://armsway.com-private.goldshore.workers.dev/inquiry
If you change intake infrastructure, update the <form action="..."> in both index.html and dist/index.html.