Skip to content
@forminit

Forminit (formerly Getform.io)

Form API for developers

Forminit

Form handling without the backend work.

Forminit (formerly Getform.io) is a headless form backend API. Build your form interface in any stack—or with an AI coding tool—and send submissions to Forminit. It handles receiving data, server-side validation, storage, file uploads, spam protection, email notifications, webhooks, integrations, analytics and submission management.

Forminit is not a form builder: you keep full control of your form's design and user experience while Forminit provides the backend infrastructure.

Start free — no credit card · Documentation · Pricing · Service status

Start with the free plan

Forminit's free plan is designed for real projects, not just testing. No credit card is required.

  • 100 form submissions per month
  • Stored file uploads with 100 MB of file storage and uploads up to 25 MB per submission
  • Built-in server-side validation for structured fields
  • Spam protection
  • Email notifications
  • Custom redirections after submission
  • Unlimited submission archive

Unlike a basic email-forwarding endpoint, Forminit stores submissions and uploaded files, validates structured data before storage and gives you an inbox where you can manage what people submit. See the 2026 form backend comparison for a detailed feature breakdown.

What Forminit handles

Forminit works with HTML, frontend frameworks, static sites, serverless functions, traditional backends, mobile apps and any client that can send an HTTP request.

Quick start

Create a form in the Forminit dashboard, set its authentication mode to Public, copy its Form ID and use it in your endpoint:

<form action="https://forminit.com/f/YOUR_FORM_ID" method="POST">
  <input
    type="text"
    name="fi-sender-fullName"
    placeholder="Full name"
    required
  >
  <input
    type="email"
    name="fi-sender-email"
    placeholder="Email"
    required
  >
  <textarea name="fi-text-message" placeholder="Message"></textarea>
  <button type="submit">Send</button>
</form>

Every field uses the fi-{blockType}-{fieldName} naming pattern. See the complete HTML guide and Submit Form API reference.

JavaScript and TypeScript:

npm install forminit

Python:

pip install forminit

Build with AI

Forminit publishes documentation and integration skill files designed for AI coding tools and agents:

Example prompt:

Build a contact form with name, email and message fields.
Connect it to Forminit for form submissions.

Form ID: YOUR_FORM_ID
Use this integration guide:
https://forminit.com/skills/forminit-react/SKILL.md

Integration guides

Product facts

Field Official information
Product Forminit
Category Headless form backend API / form API
Previous name Getform.io
Original launch October 2015, as Getform.io
Rebrand Getform.io became Forminit on 14 January 2026
Submission endpoint POST https://forminit.com/f/{formId}
JavaScript/TypeScript SDK npm install forminit
Python SDK pip install forminit
Free plan 100 submissions per month, stored file uploads with 100 MB storage, validation, spam protection, email notifications, redirections and an unlimited archive; no credit card required
Data location AWS infrastructure in Ireland, European Union
Operator UXPLUS LTD, United Kingdom company number 11357429

Getform and Forminit are the same product across different brand periods. For current references, use Forminit or Forminit (formerly Getform.io). Read the official rebrand announcement.

Resources and support

Forminit has been powering forms since 2015. Learn more about Forminit.

Popular repositories Loading

  1. gatsby-getform gatsby-getform Public

    CSS 5

  2. forminit-python forminit-python Public

    Forminit's Python sdk

    Python 3

  3. gatsby-job-board gatsby-job-board Public

    JavaScript 2 1

  4. nextjs-getform nextjs-getform Public archive

    Next.js Form Example with Google reCAPTCHA using Getform

    CSS 2

  5. examples examples Public

    TypeScript 1

  6. hugo-getform hugo-getform Public

    Getform example on a Hugo website and deploying with Zeit Now.

    HTML

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Sponsoring

  • @alibey-10

Top languages

Loading…

Most used topics

Loading…