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]
- Build: Run
npm run buildto generate thedistdirectory. - Upload: Use ArDrive or Turbo to upload the directory.
- 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.