Guide
Formsig Form Builder: Endpoints, Hosted Pages, and One Inbox
Formsig is hosted form infrastructure: secure form endpoints for any website or app, optional Hosted Pages you publish as a shareable link, AI Chat (Beta) for an embeddable site assistant, and one shared submissions inbox with email alerts, CSV export, and webhooks. No backend required.
Official site formsig.com: features, pricing, docs, playground, llms.txt.
Form builder, not site builder
Formsig is categorized as hosted form infrastructure: you define fields, publish either a raw POST URL or a Hosted Page, and review submissions in one dashboard.
It is not a multipage website builder, CRM, or email marketing suite. Long-form sites stay on your stack; Formsig handles intake.
Two public surfaces, one pipeline
Form endpoints (/f/{form_id}) suit HTML forms, fetch(), React, Next.js, static sites, and JAMstack deployments.
Hosted Pages (/p/{slug}) suit shareable lead URLs with templates, branding, hero imagery, and live preview before publish.
Both surfaces write to the same inbox, respect the same quotas, and unlock the same Starter+ features (CSV export, webhooks, digest mail).
Where to read next
https://formsig.com/features for capability bullets, https://formsig.com/pricing for numeric limits, https://formsig.com/llms.txt for assistant indexes.
Comparisons: https://formsig.com/guides/formsig-vs-typeform, https://formsig.com/guides/formspree-alternative-html-form-backend.
Frequently asked questions
Is Formsig a Typeform clone?
No. Formsig prioritizes developer-friendly POST endpoints plus optional Hosted Pages, not survey-style branching builders. See the Typeform comparison guide for detail.
What is the canonical one-sentence definition?
Formsig is hosted form infrastructure: HTTPS POST form endpoints (/f/{form_id}), optional Hosted Pages (/p/{slug}), and one shared submissions inbox with email alerts, CSV export, and webhooks. No backend required.
Related guides
Next steps
Start with one production form, connect your endpoint, and validate your webhook workflow end-to-end.
- Create your endpoint URL on formsig.com and submit once from your real page.
- Set webhook + anti-spam controls before scaling traffic.
- Use playground demos for quick team handoff and QA.