FormFlow Relay Package
Serverless HTML Form Processing & Webhook Dispatcher
FormFlow provides a complete, turnkey serverless form backend that you own 100%. Deploy to Cloudflare Workers, Vercel Edge, or AWS Lambda in under 2 minutes. Captures lead forms, validates input payloads, stops spam with invisible honeypots, and automatically dispatches formatted JSON webhooks to Stripe, Slack, Discord, and your CRM.
What it looks like in practice
Up and running in minutes.
Drop in the HTML snippet
Add a single `action` attribute to your existing HTML `<form>` tag pointing to your deployed FormFlow endpoint. No JavaScript SDK, no npm package, no build step needed.
Deploy to your edge runtime
Run `npx @farooktech/formflow deploy --target cloudflare` (or Vercel, AWS Lambda). The relay is live in under 2 minutes. Your domain, your data, your server.
Submissions fan out instantly
Every valid submission is validated, spam-checked, and dispatched as a structured JSON webhook to all your configured targets — Slack, CRM, Stripe, or any HTTP endpoint — at edge latency.
Every capability included. Nothing extra to buy.
Sub-10ms edge execution
Deployed to Cloudflare Workers or Vercel Edge Runtime. Geographically close to your users. P99 dispatch latency under 10ms globally.
Honeypot spam filtering
Invisible honeypot fields, timing analysis, and submission pattern detection eliminate bots before they reach your inbox or CRM. No CAPTCHA needed.
Multi-destination fan-out
One form submission dispatches to all configured webhook targets simultaneously: Slack, Discord, Stripe Radar, Zapier, Make, HubSpot, and any custom HTTP endpoint.
Email notifications via Resend/SendGrid
Configure email notifications to your team or auto-responders to the submitter. Integrates with Resend, SendGrid, Mailgun, or any SMTP provider.
Zero-dependency HTML
Works with any static site generator: Next.js, Astro, Hugo, plain HTML. No JavaScript required for the frontend. Just a standard HTML form.
Unlimited submissions forever
No per-submission pricing, no monthly quota, no overage fees. Host it yourself and handle millions of submissions for free beyond the $9.99 one-time license.
Built for engineers at every scale.
Static site & landing page owners
Add backend contact form processing to GitHub Pages, Netlify, or Vercel static sites without a backend server or SaaS form provider.
Agencies managing client sites
One perpetual license covers unlimited client websites and unlimited form submissions. No per-site billing, no per-submission metering.
SaaS & startup lead capture
Replace Typeform, Formspree, or Basin with a self-hosted relay that sends leads directly to your CRM and Slack channel at 5ms latency.
Zero boilerplate. Declarative config.
A single config file or CLI flag is all you need. No dashboards to sign up for, no API keys to manage beyond your own.
<!-- HTML Form Drop-In Example --> <form action="https://forms.yourdomain.com/v1/submit" method="POST"> <input type="text" name="name" placeholder="Full Name" required /> <input type="email" name="email" placeholder="Work Email" required /> <!-- Automated Honeypot --> <input type="text" name="_gotcha" style="display:none" tabIndex="-1" /> <button type="submit">Submit Request</button> </form>
Stop paying monthly. Own it instead.
Over 12 months, a single SaaS subscription costs anywhere from 10× to 100× more.