Launching ZeroCut is designed to be frictionless. Choose the infrastructure that fits your level of technical comfort.

Quick Start

These templates handle the heavy lifting. One click, set your env vars, and you're live.

Provider Method Speed
Cloudflare Pages Deploy Now 2 mins
Vercel Deploy Now 2 mins
Netlify Deploy Now 2 mins

Remember to set the environment variables after deployment

Unstoppable Deploy (Arweave)

For maximum sovereignty, host the entire frontend on the permaweb.

graph LR
  A[Build Code] --> B[Dist Folder]
  B --> C[Turbo/ArDrive]
  C --> D[Permanent URL]
  D --> E[Custom Domain/ArNS]
  1. Build: Run npm run build to generate the dist directory.
  2. Upload: Use ArDrive or Turbo to upload the directory.
  3. Link: (Optional) Use ArNS to map your long Arweave hash to a human-readable name.

Environment Variables

Set these in your hosting dashboard during or after deployment:

Variable Description Example
VITE_PRODUCT_JSON_URL Direct link to your hosted products JSON https://arweave.net/ABC...
ITE_METADATA_JSON_URL Direct link to your hosted metadata JSON https://arweave.net/ABC...

!!! danger "Critical" ZeroCut won't work if your JSON URL is behind a login or a 404. Test the link in an Incognito window first.