Launch Console
Zero-JS Edge Forms with D1 Persistence•OpenAPI 3.1 →

The form backend built for the AI coding era.

Deploy secure form endpoints on Cloudflare Workers in 30 seconds. Seamless SQLite persistence, Turnstile bot trapping, auto-responders, and signed webhooks.

Try Live Playground
# Paste this universal prompt into Cursor, Claude Code, v0, or ChatGPT:

Integrate EntryWise (v0.2.0) into this project as the form backend.

### Specifications:

- Endpoint: POST https://entrywise.webbound.in/v1/submissions

- Header: X-Api-Key: <YOUR_SITE_API_KEY> (or hidden input name="api_key")

### Requirements:

1. Form Payload: Send JSON { name, email, message } or multipart/form-data with file attachments.

2. Bot Defense: Include hidden honeypot input <input name="_gotcha" style="display:none" tabIndex="-1" />.

3. Status Handling: On 201 Created show success toast. On error parse RFC 7807 problem details response.

Architecture

Engineered for modern production forms

Everything you need from ingestion to delivery without managing servers, queues, or databases.

Edge D1 SQLite Persistence

Zero-latency distributed SQLite storage with instant RFC 4180 CSV export.

Global Read & Write
IDSENDERSTATUSLATENCY
sub_8f29csarah@acme.inc Verified14ms
sub_1a74dmarcus@dev.to Verified18ms

Turnstile Bot Trapping

Server-side verification of Cloudflare Turnstile cryptographic tokens and silent honeypot drop traps.

✓
Cloudflare Turnstile
0 Friction

HMAC Signed Webhooks

Instant dispatches to Slack, Discord, Zapier, or your backend with Web Crypto HMAC-SHA256 signatures.

X-EntryWise-Signature: sha256=9b7...

Multi-Channel Email

Native Cloudflare Send Email binding, Resend, MailerSend, Mailtrap, or SMTP2GO with at-rest encryption.

CloudflareResendSMTP2GO

Branded Auto-Responders

Send high-end confirmation emails branded with your company name, website link, and variable interpolation.

Subject: Message received, {{name}}!
Global Edge Latencies
SIN 11ms•SFO 14ms•LHR 16ms•FRA 19ms•NRT 22ms
Interactive Sandbox

Test live form submission right now

Submit real data directly to our live edge API endpoint and inspect the RFC 7807 response in real time.

Live Response InspectorWaiting for submission...
// Submit the form to view the HTTP 201 Created JSON response and latency here.