Hosting

Handoff can be hosted on any server that supports static asset delivery.

When you run npm run build, the pipeline will fetch the tokens, and then generate a static set of assets in the /dist directory. You can deploy those assets to any static web host, with no need for backend code. We've tested this on the following hosts

  • Nginx
  • Apache
  • S3 with Cloudfront (our preferred system)
  • Vercel

With a little configuration, you can also host it on the following

  • Github Pages
  • Cloudflare Pages