NewWebhooks, autoresponders & spam controls

Forms without
the backend.

Point any HTML form at a Formy endpoint and submissions arrive in your inbox and dashboard — with spam filtering, webhooks, and exports. No server. No setup. Live in two minutes.

  • Free plan
  • No credit card
  • Works with any form
index.html
<form action="https://useformy.net/f/contact"
      method="POST">
  <input type="email" name="email" />
  <textarea name="message"></textarea>
  <button>Send</button>
</form>
<!-- that's it. really. -->
New submission — Contact formDelivered · just now
From
hello@acme.co
To
you@yourdomain.com
Message
Can we get a demo this week?
Works withHTMLReactNext.jsWebflowFramerCarrdAstroWordPress
Try it

See it work, right here.

This snippet renders this form. Fill it in, hit Send, and watch the submission land in the dashboard — exactly how Formy works on your site.

contact.html
<form action="https://useformy.net/f/demo"
      method="POST">
  <input name="name" />
  <input name="email" type="email" />
  <textarea name="message"></textarea>
  <button>Send</button>
</form>
your-site.com/contact
Formy — SubmissionsInbox (2)
sofia@studio.io

Do you have availability for a project next month?

12m ago
dev@acme.co

We'd like a demo for our team of 12.

1h ago
Live demo — nothing you type here is stored or sent.
How it works

Live in three steps.

No SDK, no library, no config file. If your site can render a form, it can use Formy.

01

Create an endpoint

Sign up, name your form, and get a unique URL that's ready to receive submissions.

POSThttps://useformy.net/f/contact
02

Point your form at it

Drop the URL into your form's action attribute — or POST JSON from JavaScript.

<form action="…/f/contact">
03

Submissions roll in

Each one is stored, emailed to you, checked for spam, and delivered to your webhooks.

sofia@studio.io2m ago
dev@acme.co1h ago
mara@launch.so3h ago
Features

Everything your form needs. Nothing it doesn't.

Submission inbox

Every submission lands in a clean dashboard. Filter spam, search, paginate, and manage everything in one place.

Notifications & autoresponders

Get an email the moment a form is submitted — and send an automatic, customisable reply to the person who wrote you.

Spam protectionBuilt-in

Honeypot filtering is on by default, with per-form controls and one-click mark-as-spam when something slips through.

Webhooks

POST every submission to your own endpoints, signed with HMAC-SHA256 so you can verify it really came from us.

CSV export

Your data is yours. Export every submission to CSV at any time — no lock-in, no paywall on your own data.

Redirects & allowed domains

Send visitors to your thank-you page after they submit, and restrict each form to the domains you choose.

For developers

Plain HTML to production API.

Start with a form tag, grow into JSON payloads, signed webhooks, and programmatic exports — the endpoint never changes.

<form action="https://useformy.net/f/contact"
      method="POST">
  <input type="email" name="email" required />
  <textarea name="message"></textarea>
  <button>Send</button>
</form>
  • JSON or form-encoded

    Classic form posts and fetch with JSON hit the same endpoint. AJAX gets clean JSON responses with proper status codes.

  • HMAC-signed webhooks

    Every delivery is signed with SHA-256 so your endpoint can verify it came from Formy — with a delivery log in the dashboard.

  • CORS enabled

    Post straight from the browser, and lock each form down to the domains you allow.

  • Redirects that just work

    HTML posts get redirected to your thank-you page; failures can route to a custom error URL.

x-formy-signature:sha256=9f2c41d8a76b03e5c4…
Pricing

Simple pricing for simple forms.

Free

For trying things out.

£0/ month
  • 1 form
  • 50 submissions / month
  • Email notifications
  • CSV export
Most popular

Starter

For growing projects.

£5/ month
  • 5 forms
  • 1,000 submissions / month
  • Autoresponders & custom redirects
  • Spam protection
  • CSV export

Pro

For serious businesses.

£15/ month
  • 25 forms
  • 10,000 submissions / month
  • Webhooks & allowed domains
  • Multiple notification emails
  • Priority support

Upgrade or cancel anytime.

FAQ

Questions, answered.

Is Formy a form builder?

No — and that's the point. You build the form with whatever you already use. Formy is the backend it talks to: storage, notifications, spam filtering, webhooks, and exports.

Do I need to write backend code?

No. Point your form's action attribute at your Formy endpoint and you're live. If you prefer JavaScript, POST JSON to the same URL.

Does it work on static sites?

Yes — that's the main use case. HTML, Webflow, Framer, Carrd, Astro, Next.js, WordPress: anything that can make a POST request works.

How does spam protection work?

A honeypot field catches most bots automatically, and you can tune protection per form. Anything that slips through can be marked as spam in one click.

What happens when someone submits?

We store the submission, email you, optionally auto-reply to the sender, fire your webhooks, then redirect the visitor to your thank-you page — all in one request.

Can I get my data out?

Always. Export any form's submissions to CSV from the dashboard, or receive every submission in real time via signed webhooks.

Stop losing form
submissions.

Create your first endpoint in under two minutes.