Serverless

Form backend without serverless functions.

Skip the Lambda, Vercel Function, or Netlify Function. Your form posts directly to FormsFort and we handle delivery, spam, and integrations.

Create your first form Book free migration

How it works

Three steps to production forms.

01

Create a form

Generate a public access key in the FormsFort dashboard.

02

Drop in your form

Add the form action to any HTML form. No function configuration needed.

03

Deploy

Your site deploys faster and cheaper without form-handling functions.

Setup

No serverless function needed

<form action="https://api.formsfort.dev/submit" method="POST">
  <input type="hidden" name="access_key" value="YOUR_ACCESS_KEY" />
  <input type="text" name="name" required />
  <input type="email" name="email" required />
  <textarea name="message" required></textarea>
  <input type="checkbox" name="botcheck" style="display:none" />
  <button type="submit">Send</button>
</form>
Get your access key

Migration

Migration checklist.

Move an existing form in minutes without rebuilding markup.

01

Create a FormsFort form and copy your access key.

02

Remove any serverless form handling functions from your project.

03

Set the form action to https://api.formsfort.dev/submit.

04

Add your access_key as a hidden input.

05

Include required fields and a botcheck honeypot.

06

Deploy and test a submission.

FAQ

Common questions.

Do I need serverless functions?

No. FormsFort is the serverless layer for your forms. The browser posts directly to our API.

Can I still use serverless functions for other features?

Absolutely. FormsFort handles forms so your functions can focus on business logic, authentication, or data processing.

Is this cheaper than serverless functions?

Yes. You do not pay for function invocations, cold starts, or execution time. FormsFort pricing is based on submissions.

What about cold starts?

FormsFort has no cold starts. Our API is always warm and globally distributed.

Stop managing form servers.

Create a production form endpoint, migrate your first form free, and scale when you are ready.

Create your first form Book free migration