Formtorch is a form backend service that handles form submissions for websites and web applications without requiring a custom server or backend.
It provides a simple HTTP endpoint that can be connected to HTML forms or frontend frameworks such as React, Next.js, Astro, and Vue. When a form is submitted, Formtorch captures the data, stores it, and sends notifications via email.
The platform includes built-in spam detection using a scoring-based system (TorchWarden™), rate limiting, and optional honeypot fields to help filter unwanted submissions. Submissions are stored in a dashboard where users can view, search, and export data.
Formtorch supports standard form features such as file uploads, redirects after submission, and JSON or AJAX-based requests. It is designed to work with static sites, serverless architectures, and modern frontend stacks.
Typical use cases include contact forms, lead capture forms, support requests, and basic data collection workflows without building and maintaining a backend.