Cloudflare Pages landing site for Vectis Cloud — the future managed, hosted edition of Vectis Mail. Currently a "Coming soon" placeholder with a waitlist signup.
- Static
public/(singleindex.html, brand assets,_headers). - One Cloudflare Pages Function:
functions/api/waitlist.ts— the "Notify me" waitlist endpoint. It forwards signups tosales@vectismail.comvia the Vectis Mail send API (dogfooding our own product).
npx wrangler pages deploy public --project-name=vectiscloud --branch=main
Requires the VECTIS_API_TOKEN secret (a Vectis Mail API key) set on the
vectiscloud Pages project. Deploys are wrangler direct-upload, not
git-connected.