Open Source Forminit Alternatives
Forminit, formerly Getform, is a hosted form backend API for submissions, file uploads, and notifications — no server-side form-handling code required.
Forminit is a hosted form backend API — the same category as Formspree and Basin, and the SaaS category dsforms, FormBee, and Formizee position themselves against. You keep full control of your form’s HTML and styling; Forminit only handles what happens after submit: storing the data, uploading attached files (up to 25MB per submission), sending email notifications and autoresponders, and firing webhooks or Zapier/Google Sheets integrations.
Beyond the base submission pipeline, Forminit adds workspace collaboration with role-based access, UTM-parameter and marketing-attribution tracking on submissions, full-text search across collected data, and CAPTCHA-based spam protection. That feature set — attribution tracking, workspaces, analytics — leans more toward marketing and lead-gen teams than the minimal contact-form use case some competitors focus on.
Pricing is submission-metered: a free tier caps at 100 submissions/month and one form, and paid tiers ($19–$99/month) scale by submission volume, storage, and feature access (webhooks and REST API require Pro; autoresponders and custom SMTP require Business). That per-submission ceiling is the exact trade-off a self-hosted backend like dsforms removes — a fixed-cost VPS instead of a volume-priced subscription.
Forminit itself is closed-source SaaS with no self-hostable version; the open-source alternatives in this category (dsforms, FormBee, Formizee) exist specifically for teams who want the same functional shape — collect a form POST, store it, notify on it — without the recurring per-submission cost or a third party holding the data.
What Forminit Offers
File upload handling
Accepts attachments up to 25MB per submission without any server-side storage code
Email notifications and autoresponders
Sends a notification per submission and can auto-reply to the submitter
Webhooks and REST API
Fires submission data to external services or pulls it via API (Pro tier and above)
Zapier and Google Sheets integrations
Routes submissions into existing marketing/ops tooling without custom code
Spam protection
CAPTCHA-based filtering on the submission endpoint
UTM and attribution tracking
Captures marketing-attribution parameters alongside each submission
Form analytics and full-text search
Searches and reports across collected submission data
Workspace collaboration
Role-based access for teams managing multiple forms
Common Use Cases
Static site contact forms
A JAMstack site owner wires an HTML form to Forminit's endpoint instead of standing up a backend
Marketing lead capture
A growth team uses UTM tracking and workspace roles to attribute and route inbound leads
File-upload intake forms
A team collects resumes, briefs, or media files through a form without building upload storage
Multi-integration lead routing
A submission triggers a Zapier flow, a Slack alert, and a Google Sheets row in one pipeline
Open Source Alternatives
FormBee
Forms Surveys
A self-hostable form backend that accepts HTML form submissions and routes them to email, Telegram, Discord, webhooks, and automation platforms — without writing any server-side code.
Formizee
Forms Surveys
An open-source form backend and builder platform — design forms, collect submissions, and get analytics without hosting your own server, positioned as an alternative to Formspree and Typeform.
dsforms
Forms Surveys
Self-hosted form backend for static sites — one Go binary, one SQLite file, with spam quarantine, waitlists, webhooks, and email notifications.