Early access · free tier

Describe a form.
It exists.

ZenoForms is an AI-native form backend. One engine, three surfaces: a shareable link, an embed endpoint, and an MCP server your coding agent can call mid-build.

// Claude Code can do this mid-build
await mcp.forms.create_form({
  owner_email: "arun@arunbansal.com",
  name: "Contact form",
  description: "Name, email, message"
});
// → { endpoint_url, shareable_url, claim_url }

Built for the agent era

Every other form backend shipped before AI coding tools existed. ZenoForms is the first to treat them as a first-class user.

MCP-first

The only form backend with a native MCP server. Claude Code, v0, Bolt and Lovable can provision endpoints mid-build.

Describe → deploy

Natural language in. Validated schema + endpoint out. No drag-and-drop builder to wrestle with.

Three surfaces

One form becomes a shareable landing page, an embed endpoint, and an MCP tool result — all at once.

Spam-resistant

Invisible Turnstile, honeypot, burner-email heuristics, per-IP rate limits. On by default.

Edge-native

Submissions hit a Cloudflare Worker worldwide, persist to D1, and fan out via Queues. Sub-50ms POST.

Bring your stack

Email, webhook, Slack, Zapier. Your form, your delivery targets.

How it works

  1. Step 1
    Describe

    In the dashboard, or via MCP tool call, describe the form in plain English.

  2. Step 2
    Get URLs

    We return a shareable link, an embed endpoint, and a claim link in one response.

  3. Step 3
    Receive

    Submissions arrive by email and webhook. Claim the form to access the dashboard.

FAQ

Is it free? +

Yes, during Early Access. After v1.1, a free tier remains with paid tiers for higher volume and advanced delivery.

Where is data stored? +

Cloudflare D1 (SQLite) for structured data and R2 for file uploads. US + EU-friendly egress.

How is spam handled? +

Invisible Cloudflare Turnstile, honeypot fields, burner-email heuristics, and per-IP + per-slug rate limits.

Can I migrate from Formspree? +

Yes. Same POST semantics. Drop-in replacement for 95% of existing HTML forms.

What about GDPR? +

DPA template available for paid tiers. Submissions can be exported and permanently deleted via API.

Do you offer a self-hosted version? +

Not at launch. The repository structure is designed to be forkable; a self-host path is on the roadmap.

Get early access

We'll email you a magic link when v1 opens. No spam, one-click unsubscribe.

By signing up you agree to our privacy policy.