Now in open beta

Forms that
just work.

Drop a POST endpoint into any site. FormKove collects submissions, notifies your team, and gives you a dashboard — without running a single backend service.

Free plan: 300 submissions/month. No credit card required.

your-site.com/contact

<form action="https://formkove.com/f/abc123"
      method="POST">

  <input name="email"
         type="email"
         required>

  <textarea name="message"></textarea>

  <button type="submit">
    Send
  </button>
</form>

What you get

Email notification to you
Spam protection (honeypot + Turnstile)
Dashboard with search + CSV export
Webhook on Pro (HMAC signed)

300

Free/mo

12k

Pro/mo

<2ms

Latency

How it works

One URL.
Everything else
is automatic.

01

Create a form

Pick a name, get a URL. That's the only setup. No dashboard required for basic use.

02

Add it to your site

Point your form action at FormKove's endpoint. Works with plain HTML, React, Vue, Next.js — anything.

03

Get notified

Every submission fires an email to you. Pro adds Slack, webhooks, and team collaboration.

04

Manage in dashboard

Search, filter, and export submissions. CSV download with no limits on any plan.

Features

Everything a serious form needs.

Protection

Spam that doesn't humiliate users

Honeypot fields catch bots invisibly. Turnstile integration adds invisible challenge scoring. Rate limiting at the edge stops floods. No CAPTCHAs.

Notifications

Notifications that actually fire

Email on every submission. Slack on Pro. Webhooks with HMAC-SHA256 signing so you can verify payloads. Exponential backoff on failures.

Dashboard

A dashboard worth using

Search submissions, filter by date or form, see trends. Export to CSV whenever you want — no limit, no upsell.

Reliability

Forms that work forever

Your FormKove URL is permanent. Unlike services that shut down or change pricing, this stays as long as you do.

Teams

Team access without password sharing

Pro adds Organizations: invite teammates, assign roles (owner/admin/member), share form access. SSO coming soon.

Infrastructure

Built on Cloudflare, not a startup VPS

Workers at the edge, D1 for storage, KV for rate limits. The same infrastructure protecting millions of sites. Your data is in good hands.

Pro feature

Webhooks with
HMAC signing.

Every submission can trigger a webhook — Slack, Google Sheets, Airtable, Zapier, Make, or your own endpoint. Signed with HMAC-SHA256.

HMAC-SHA256 signature on every payload
SSRF protection on outbound delivery
Exponential backoff on failure
Retry up to 5 times over 24 hours

Webhook payload

POST your-endpoint.com/hooks

X-Formkove-Signature: sha256=...
X-Formkove-Timestamp: 1710451200

{
  "event": "submission.created",
  "form_id": "f_abc123",
  "data": {
    "email":   "marco@studio.nl",
    "message": "Love the API"
  },
  "received_at": "..."
}

Pricing

Start free.
Upgrade if you need more.

Free forever for side projects. No credit card, no time limit. Pro at $12/month unlocks teams, webhooks, and higher limits.

Full pricing details
Free

300 submissions/mo, 1 user, basic notifications

$0

/mo

Pro Popular

12k submissions/mo, 3 team members, webhooks

$12

/mo

Agency

30k submissions/mo, 10 team members, higher rate limits

$39

/mo

Ship your next form
in the next 5 minutes.

No backend. No server. Just a URL that works.

Start building free View pricing