ZeroDeploy Help Center
Find answers in the docs, check common questions below, or reach out directly.
Get started
Documentation
Step-by-step guides for every feature. Deployment, domains, forms, analytics, and more.
Browse docsGuides & Tutorials
Practical walkthroughs for common tasks. Framework setup, form integration, domain configuration.
View guidesContact Us
Can't find what you need? Send us a message and we'll get back to you.
Send a messagePopular resources
Jump to the most common starting points.
Common questions
Quick answers to the things we get asked most.
How do I deploy my first site?
Install the CLI with
npm i -g @zerodeploy/cli, run zerodeploy login, then zerodeploy deploy in your project folder. Or drag and drop your files in the dashboard. See the quickstart guide for details.My deployment failed. What should I check?
Run
zerodeploy deployments logs to see the finalize logs for your latest deployment. Common issues: missing index.html in your build output, exceeding storage limits, or a failed build command. Check the documentation for troubleshooting.How do I set up a custom domain?
Run
zerodeploy domain add yourdomain.com, then add the DNS records shown. Run zerodeploy domain verify yourdomain.com once DNS propagates. Full instructions in the custom domains guide.Can I use ZeroDeploy in CI/CD pipelines?
Yes. Create a deploy token with
zerodeploy token create my-ci --site my-site or --org my-org for monorepos. Use the token in your CI environment. Or connect your GitHub repo for automatic deploys on every push. See the GitHub integration docs.How do forms work?
Add
action="/_forms/contact" and method="POST" to your HTML form and deploy. Submissions are collected automatically — no backend code, no third-party service. View them in the dashboard, CLI, or export as CSV. See the forms documentation.How do I cancel or downgrade my plan?
Your plan is managed per organization. The Starter plan ($9/mo) and Pro plan ($29/mo) both have usage-based pricing for overages. Check your current usage with
zerodeploy billing or in the dashboard.How do I delete my account?
Run
zerodeploy account delete or go to Settings in the dashboard. This permanently deletes your account, all sites, deployments, and data. This action cannot be undone.Is my site data backed up?
Deployments are stored in Cloudflare R2 with built-in redundancy. Each deployment is immutable — you can always roll back to any previous version with
zerodeploy rollback.Still need help?
We typically respond within a few hours on business days. Send us a message and we'll sort it out.