Bulk Delete Form Submissions
Select and bulk delete form submissions from the dashboard. Deleted submissions move to a "Deleted" tab where they can be restored within 30 days before being permanently purged.
Stay up to date with the latest features and improvements.
Select and bulk delete form submissions from the dashboard. Deleted submissions move to a "Deleted" tab where they can be restored within 30 days before being permanently purged.
You can now sign in with your Google account in addition to GitHub and magic links. All three methods work across CLI and dashboard.
ZeroDeploy is now open to everyone — no waitlist or approval needed. Sign up and start deploying immediately.
New users who sign up without an organization now see a clean "Create your organization" form instead of an error page. The signup flow also handles slug conflicts gracefully.
Deploy a site with a single API call — no account or auth required. POST /drop accepts a file or tar.gz and returns a live URL in seconds. Sites last 72 hours and can be claimed to your account. Perfect for AI agents, CI previews, and quick shares.
API tokens now support granular permissions like sites:read and deployments:write. Create site-scoped or org-scoped tokens for CI/CD with only the access they need.
Track custom events with _z.track("signup"), identify users with _z.identify(), and auto-track outbound links, file downloads, and form submissions. Define goals to measure conversion rates and build multi-step funnels (2-8 steps) to see where visitors drop off.
Click any value in the analytics dashboard — a country, browser, page, referrer, or UTM source — to filter the entire dashboard to that dimension. Active filters appear as removable chips. Filters are URL-based, so filtered views are shareable and bookmarkable.
Deploys now only upload changed files. The CLI hashes your files and diffs against the previous deployment — unchanged files are copied server-side via zero-copy on the edge. If nothing changed, the deploy is skipped entirely. Combined with higher server parallelism, repeat deploys are 2-3x faster.
Custom domains now verify in a single step using CNAME records instead of the previous two-step flow. ZeroDeploy also detects your DNS provider (Cloudflare, Namecheap, GoDaddy, etc.) and shows provider-specific setup instructions.
Form submissions are now automatically scored for spam using content heuristics. Obvious spam (link farms, suspicious patterns) is blocked before it reaches your inbox.
Fixed deployment verification failing on password-protected sites. A 401 response is now correctly treated as a successful deployment.
Transfer ownership of an organization to another team member from the dashboard settings. The new owner gets full control while you keep member access.
You'll now receive an email when you reach 80% of your plan limits (storage, deployments, or forms) so you can take action before hitting the cap.
Search across all documentation pages instantly. Click the search bar in the docs sidebar or press Cmd+K (Ctrl+K on Windows/Linux) to open the search dialog. Powered by Pagefind — fully static, no server required.
When visitors hit a site slug that doesn't exist, they now see a clean branded page instead of plain text. Includes a link back to ZeroDeploy for site owners.
Fixed several layout issues on mobile: the analytics header, settings dialog, and site picker org filtering now work correctly on smaller screens.
Ten improvements across the dashboard: mobile-friendly billing and upgrade tables, confirmation dialog for token deletion, fixed chart colors in dark mode, clearer button labels, and smaller upgrade prompts that stay out of your way.
See how many people are on your site right now. The analytics dashboard shows a live visitor count that updates every 30 seconds. Also available via CLI (zerodeploy site stats) and the new GET /sites/:slug/analytics/realtime API endpoint.
Broken links are now surfaced in your analytics. See which pages return 404 errors, how often they're hit, and where visitors came from—so you can fix broken links before they cost you traffic.
Two new layers of spam defense for built-in forms: enhanced honeypot fields that catch naive bots, and time-based detection that flags submissions filled out suspiciously fast. Both are automatic—no configuration needed.
The CLI now infers site and org from your zerodeploy.json config and current directory. Fewer flags to type for common workflows.
Browse deployed files by folder instead of a flat list. Click folders to navigate into them, use the breadcrumb to go back, and search still works across all files. File icons now match the file type—HTML, CSS, JSON, images, video, fonts, archives, and more.
Fixed average visit duration and pages-per-visit metrics in the dashboard. Outliers are now capped server-side so a single long session doesn't skew the numbers.
Step-by-step deploy guides for React, Vue, Next.js, Astro, Svelte, and more—plus guides for shipping projects built with Claude, Cursor, Bolt, Lovable, and other AI tools.
Install structured workflows for Claude Code, Codex, Copilot, and Cursor with npx skills add zerodeploy-dev/skills. Skills handle deploy, rollback, setup, and status checking automatically.
The marketing site and docs have been migrated to Astro with Content Collections. Docs pages now use Markdown with validated frontmatter, and API docs are auto-generated from the OpenAPI spec.
Fixed cookie handling for logout across browsers. HttpOnly session cookies are now properly cleared with correct secure and sameSite attributes.
See exactly what happened during deployment. Structured logs capture every phase of the finalize process—extraction, validation, upload, and cache invalidation—with timing data. View logs via the dashboard, CLI (zerodeploy deployments logs <id>), or API.
Restrict access to your deployed sites with a shared password. Protect production, preview deploys, or both. Visitors see a branded login page and get a 7-day session cookie. Available on the Pro plan.
Share deployments instantly with QR codes. Scan from the dashboard, terminal, or GitHub PR comments to open any deployment on your phone. Great for quick client reviews and stakeholder demos.
Deploy incrementally with zerodeploy deploy --append. New files are added to the existing deployment without removing old ones—ideal for adding assets without a full redeploy.
Browse the files in any deployment directly from the dashboard. See file names, sizes, and content types at a glance.
SPA fallback is now opt-in via a _redirects file, matching Netlify and Vercel behavior. Add /* /index.html 200 to enable client-side routing.
Newly created sites now show a branded ZeroDeploy placeholder page with deploy instructions instead of a plain text message.
Connect your sites to GitHub repositories for automatic deployments. Get PR preview comments that update in real-time as deployments progress, with consolidated views for monorepos.
Automatic PR comments show deployment status and preview URLs. Comments update live through deploying → processing → ready states, with all monorepo sites in one consolidated comment.
Create org-scoped deploy tokens directly from the dashboard. Check "Org-scoped token" when creating a token to deploy to any site in the organization—perfect for monorepos.
Generate GitHub Actions workflow files directly from the API. Supports monorepo path filters, multiple package managers (npm, yarn, pnpm, bun), and automatic configuration.
The CLI now notifies you when a new version is available. Checks are cached for 24 hours and skipped in CI environments.
Create org-scoped deploy tokens for monorepo CI/CD pipelines. One token can deploy to any site in the organization using zerodeploy token create --org <slug>.
The CLI now automatically detects CI environments (GitHub Actions, GitLab CI, CircleCI, etc.) and includes git metadata in deployments without manual configuration.
Simple, transparent pricing. $29/month base includes 10GB storage, 10M requests, 1,000 form submissions, and 3 custom domains. Pay only for what you use beyond that.
Deploy sites built with Claude Code, ChatGPT, Cursor, Bolt, Lovable, Replit, V0, and more. Export your AI-generated project and deploy instantly.
Create API tokens for scripts, CI/CD pipelines, and integrations. Manage tokens from the dashboard or CLI with zerodeploy token commands.
Full API documentation with interactive examples. OpenAPI 3.0 specification available for code generation and tooling.
Added llms.txt for AI assistants and coding tools to understand the ZeroDeploy API automatically.
New --json flag on all commands and zerodeploy inspect for LLM and automation workflows.
New commands for viewing form submissions, site traffic stats, and deployment details directly from the terminal.
ZeroDeploy is now in closed beta. Join the waitlist to get early access.
Privacy-preserving unique visitor tracking, engagement metrics, and filtered self-referrals for cleaner stats.
Get notified by email when forms on your sites receive submissions. Configure per-form with zerodeploy form notify.
View site traffic analytics directly in the dashboard with interactive charts showing visits, page views, and top pages.
Create site-scoped deploy tokens for automated deployments. Perfect for GitHub Actions, GitLab CI, and other pipelines.
Instantly rollback to any previous deployment from the dashboard or CLI. No redeployment needed.
Add and manage custom domains directly from the dashboard. Automatic SSL certificates and DNS verification.
View, export, and manage form submissions from the dashboard. Download submissions as CSV for analysis.