FormyFormy

Form submissions, simplified

Integrate once
Collectforever.

One POST endpoint per form. Any JSON or FORM. No SDK, no field builder, no config.

fetch("https://formy.io/api/submit", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    slug: "contact",
    name: "Jane Doe",
    email: "jane@example.com",
    message: "Hello!",
  }),
});
201 { "success": true }
Any stack
Formy - One POST endpoint per form. | Product Hunt

A form submission API, minus the backend

Formy is a form backend as a service built for developers who just want a URL to POST to. No servers, no databases, no email plumbing. Create a form, copy the endpoint, and start collecting responses from any stack — React, Vue, Angular, plain HTML, or a cron job.

One endpoint

Create a form, get a URL. POST any JSON or form data. No field definitions, no schemas to write, no SDK to install. Your form submission endpoint works the same from a Node server, a static site, or a shell script.

Real-time view

Submissions appear instantly in your dashboard. Search them, open the details of a single response, or export everything as CSV or JSON with one click.

Webhooks & email

Get notified on every submission. Forward the raw payload to your own webhook URL or receive a clean email summary. No servers to manage, nothing extra to configure.

How Formy works

Three steps from signup to your first submission. No config files, no middleware, no serverless functions to deploy.

1

Create a form

Give it a title and a slug. That's the whole setup — no field builder, no drag-and-drop, no onboarding tour.

2

POST to your endpoint

Send any JSON or form-encoded body to /api/submit/your-slug. Formy stores it and triggers your webhook and email.

3

Read the responses

Review every submission in your dashboard, inspect individual responses, and export the data you need.

Start collecting submissions in 30 seconds.

No credit card. No setup. Just create an account and get your first endpoint.

Create your first form