Changelog

Stay up to date with the latest features and improvements.

March 20, 2026 new

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.

March 8, 2026 new

Google Sign-In

You can now sign in with your Google account in addition to GitHub and magic links. All three methods work across CLI and dashboard.

March 8, 2026 new

Open Signups

ZeroDeploy is now open to everyone — no waitlist or approval needed. Sign up and start deploying immediately.

March 8, 2026 improved

Smoother Onboarding

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.

March 7, 2026 new

Drop API

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.

March 7, 2026 new

Fine-Grained API Tokens

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.

March 7, 2026 new

Custom Events, Goals & Funnels

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.

March 6, 2026 new

Analytics Dashboard Filtering

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.

March 5, 2026 improved

Faster Incremental Deploys

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.

March 5, 2026 improved

Easier Custom Domains

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.

March 5, 2026 new

Form Spam Protection

Form submissions are now automatically scored for spam using content heuristics. Obvious spam (link farms, suspicious patterns) is blocked before it reaches your inbox.

March 5, 2026 fixed

Password-Protected Site Deploys

Fixed deployment verification failing on password-protected sites. A 401 response is now correctly treated as a successful deployment.

March 4, 2026 new

Organization Ownership Transfer

Transfer ownership of an organization to another team member from the dashboard settings. The new owner gets full control while you keep member access.

March 4, 2026 improved

Usage Limit Warnings

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.

March 1, 2026 new

Docs Search

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.

March 1, 2026 improved

Styled 404 Page

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.

February 25, 2026 fixed

Dashboard Mobile Fixes

Fixed several layout issues on mobile: the analytics header, settings dialog, and site picker org filtering now work correctly on smaller screens.

February 24, 2026 improved

Dashboard Polish

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.

February 23, 2026 new

Real-Time Visitor Count

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.

February 23, 2026 new

404 Page Tracking

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.

February 23, 2026 new

Form Spam Protection

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.

February 23, 2026 improved

Smarter CLI Defaults

The CLI now infers site and org from your zerodeploy.json config and current directory. Fewer flags to type for common workflows.

February 22, 2026 new

Folder Navigation in Files Tab

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.

February 21, 2026 fixed

Analytics Duration Accuracy

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.

February 20, 2026 new

Framework & AI Tool Deploy Guides

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.

February 19, 2026 new

Agent Skills for AI Assistants

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.

February 18, 2026 improved

Website Rebuilt with Astro

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.

February 17, 2026 fixed

Logout Reliability

Fixed cookie handling for logout across browsers. HttpOnly session cookies are now properly cleared with correct secure and sameSite attributes.

February 14, 2026 new

Deployment Logs

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.

February 13, 2026 new

Password Protection

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.

February 12, 2026 new

QR Code Sharing

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.

February 11, 2026 new

Append Deploy Mode

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.

February 11, 2026 new

Deployment File Browser

Browse the files in any deployment directly from the dashboard. See file names, sizes, and content types at a glance.

February 10, 2026 improved

SPA Routing Configuration

SPA fallback is now opt-in via a _redirects file, matching Netlify and Vercel behavior. Add /* /index.html 200 to enable client-side routing.

February 9, 2026 improved

Site Placeholder Pages

Newly created sites now show a branded ZeroDeploy placeholder page with deploy instructions instead of a plain text message.

February 7, 2026 new

GitHub App Integration

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.

February 6, 2026 new

PR Preview Comments

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.

February 5, 2026 new

Org-Scoped Tokens in Dashboard

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.

February 5, 2026 new

Workflow File Generation

Generate GitHub Actions workflow files directly from the API. Supports monorepo path filters, multiple package managers (npm, yarn, pnpm, bun), and automatic configuration.

February 4, 2026 new

CLI Update Notifications

The CLI now notifies you when a new version is available. Checks are cached for 24 hours and skipped in CI environments.

February 4, 2026 new

Org Deploy Tokens for Monorepos

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>.

February 3, 2026 improved

Automatic CI Detection

The CLI now automatically detects CI environments (GitHub Actions, GitLab CI, CircleCI, etc.) and includes git metadata in deployments without manual configuration.

February 2, 2026 new

Usage-Based Billing

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.

February 2, 2026 new

AI Builder Support

Deploy sites built with Claude Code, ChatGPT, Cursor, Bolt, Lovable, Replit, V0, and more. Export your AI-generated project and deploy instantly.

January 30, 2026 new

Personal Access Tokens

Create API tokens for scripts, CI/CD pipelines, and integrations. Manage tokens from the dashboard or CLI with zerodeploy token commands.

January 29, 2026 new

API Reference & OpenAPI

Full API documentation with interactive examples. OpenAPI 3.0 specification available for code generation and tooling.

January 28, 2026 new

LLM Discoverability

Added llms.txt for AI assistants and coding tools to understand the ZeroDeploy API automatically.

January 27, 2026 new

Machine-Readable CLI

New --json flag on all commands and zerodeploy inspect for LLM and automation workflows.

January 26, 2026 improved

CLI Commands

New commands for viewing form submissions, site traffic stats, and deployment details directly from the terminal.

January 25, 2026 new

Waitlist System

ZeroDeploy is now in closed beta. Join the waitlist to get early access.

January 5, 2026 improved

Site Analytics

Privacy-preserving unique visitor tracking, engagement metrics, and filtered self-referrals for cleaner stats.

January 3, 2026 new

Form Email Notifications

Get notified by email when forms on your sites receive submissions. Configure per-form with zerodeploy form notify.

December 28, 2025 new

Dashboard Analytics

View site traffic analytics directly in the dashboard with interactive charts showing visits, page views, and top pages.

December 27, 2025 new

Deploy Tokens for CI/CD

Create site-scoped deploy tokens for automated deployments. Perfect for GitHub Actions, GitLab CI, and other pipelines.

December 26, 2025 new

One-Click Rollbacks

Instantly rollback to any previous deployment from the dashboard or CLI. No redeployment needed.

December 25, 2025 new

Domain Management UI

Add and manage custom domains directly from the dashboard. Automatic SSL certificates and DNS verification.

December 22, 2025 new

Forms Management

View, export, and manage form submissions from the dashboard. Download submissions as CSV for analysis.