Zipper
ServicesPlansDocsSupport
Sign inCreate account

Start

  • Getting started
  • Quickstart in ten minutes
  • What to use Zipper for
  • Plans and quotas
  • Migrate from Cloudflare
  • Auth, tokens, and SSO
  • Control plane API

Delivery

  • The Crown
  • The Drawbridge
  • The Gallery
  • The Archives
  • Video Delivery

Security

  • The Keep
  • Portcullis
  • The Moat
  • The Scepter
  • Visitor Queue

Compute

  • Edge Functions
  • Site Hosting
  • Job Queues
  • Edge AI

Identity & access

  • The Herald
  • The Vault
  • The Throne Room
  • Origin Connect
  • Emails

Observe

  • The Watchtower

Start

  • Getting started
  • Quickstart in ten minutes
  • What to use Zipper for
  • Plans and quotas
  • Migrate from Cloudflare
  • Auth, tokens, and SSO
  • Control plane API

Delivery

  • The Crown
  • The Drawbridge
  • The Gallery
  • The Archives
  • Video Delivery

Security

  • The Keep
  • Portcullis
  • The Moat
  • The Scepter
  • Visitor Queue

Compute

  • Edge Functions
  • Site Hosting
  • Job Queues
  • Edge AI

Identity & access

  • The Herald
  • The Vault
  • The Throne Room
  • Origin Connect
  • Emails

Observe

  • The Watchtower

Authoritative DNS

The Herald

The Herald is authoritative DNS with DNSSEC, geo steering, and instant record updates. Zones you create in the dashboard are published automatically. This is a Cloudflare Cloudflare DNS alternative included on every Zipper plan.

Cloudflare analogue: Cloudflare DNS

What it is

The Herald is authoritative DNS with DNSSEC, geo steering, and instant record updates. Zones you create in the dashboard are published automatically.

Cloudflare analogue: Cloudflare DNS. SLA 100% · p99 12ms. Admins publish records. Viewers may read.

  • ▸DNSSEC
  • ▸Geo steering
  • ▸API-first records
  • ▸Low-TTL cutovers

How it works

Each zone is an authoritative DNS product. Zipper nameservers are published after you add the hostname.

Records can be DNS-only or proxied through The Crown.

DNSSEC is on by default with ECDSAP256SHA256.

Use cases

Concrete ways teams use this service on day one.

Cut over from another DNS host

You are leaving Cloudflare DNS or a registrar DNS.

  1. Copy A, AAAA, CNAME, MX, TXT, CAA records into The Herald.
  2. Lower TTL to 60s the day before.
  3. Change nameservers at the registrar. Enable DNSSEC after the last record is live.

Set it up in the dashboard

Dashboard → Services → The Herald. Publish records. Check “Proxy through The Crown” for web traffic.

API

Control-plane: POST /api/v1/herald/records. Send Authorization: Bearer tz_live_YOUR_TOKEN.

Creates count against the plan quota. A 402 plan_limit means you are at the cap — upgrade or delete an unused resource.

Publish an A record

curl -sS -X POST https://tinyzipper.com/api/v1/herald/records \
  -H "Authorization: Bearer tz_live_YOUR_TOKEN" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{"type":"A","name":"@","content":"198.51.100.40","ttl":300,"proxied":true}'

List the same resource in JavaScript

const res = await fetch("https://tinyzipper.com/api/v1/herald/records", {
  method: "GET",
  headers: {
    Authorization: `Bearer ${process.env.ZIPPER_TOKEN}`,
    "Content-Type": "application/json"
  }
});
const json = await res.json();
if (!res.ok) throw new Error(json.error ?? res.statusText);
console.log(json);

Tips

MX and CAA are usually DNS-only. Do not proxy mail.

  • ▸DNSSEC
  • ▸SOC 2

Runbook

Lower TTL before a cutover. Enable DNSSEC after the last record is published.

Next: The Vault · All docs · Create a free account

Zipper

An affordable Cloudflare alternative: CDN, WAF, edge compute, and bot checks. A Spatial Regal Technology platform by Spatial Regal Digital Ltd.

Product

  • Services
  • Pricing
  • Docs
  • vs Cloudflare
  • Cloudflare alternative
  • Workers alternative
  • Turnstile alternative
  • Create account
  • Support

Services

  • The Crown
  • The Keep
  • Portcullis
  • The Moat
  • The Herald
  • The Vault
  • The Scepter
  • The Watchtower

Legal

  • Terms
  • Privacy
  • Cookies
  • AUP
  • DPA
  • Security
  • Subprocessors
  • Billing
  • DMCA

© 2026 Spatial Regal Digital Ltd. Zipper is part of Spatial Regal Technology.

Powered by Spatial Regal · tinyzipper.com