Skip to content

Repository files navigation

armsway.com — Armsway Medical Technology

Repo → Worker → Domain

App CF Pages Domain Status
dist/ armsway-com Pages armsway.com, www.armsway.com ✅ Live

Cloudflare Account

  • Account: Gold Shore Labs (<account_id>)
  • Pages project: armsway-com

Ownership

Rob Marston · Gold Shore Labs — patent protected, selective access.

PayPal integration (planned)

POST /api/orderapi.goldshore.ai/armsway/order → PayPal Orders API v2 Secrets: PAYPAL_CLIENT_ID · PAYPAL_CLIENT_SECRET

Powered by

Gold Shore Labs — goldshore.ai

armsway.com — Cloudflare Worker Static Site

Production site for ArmsWay™ (medical BP cuff sleeve), deployed on Cloudflare Workers with static assets.

What this repository now includes

  • 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 both armsway.com/* and www.armsway.com/*.

Local preview

python3 -m http.server 8000

Then open:

  • http://localhost:8000/index.html
  • http://localhost:8000/dist/index.html

Cloudflare deployment

  1. Authenticate wrangler:
npx wrangler login
  1. Deploy worker assets:
npx wrangler deploy

Note: this config intentionally omits a main Worker entrypoint for now; deploy is static assets from dist/.

  1. In Cloudflare dashboard, confirm Worker routes:

    • armsway.com/*
    • www.armsway.com/*
  2. Ensure DNS in armsway.com zone:

    • @ proxied record for Worker/custom domain
    • www proxied CNAME to armsway.com

Inquiry form target

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.

Releases

Packages

Used by

Contributors

Languages