Formserve V2 is here!
Formserve started as a simple form backend: point an HTML form to an endpoint and receive submissions without building a backend. That simplicity is still the core of the product. But the way people build websites has changed. More forms are now created inside AI-generated landing pages, client websites, static sites, and quick experiments built with tools like Cursor, Bolt, v0, Lovable, Replit, Claude Code, and Codex. This release moves Formserve closer to that workflow: fast to set up, friendly to AI-assisted development, and clean enough to hand off to clients.
Formserve started as a simple form backend: point an HTML form to an endpoint and receive submissions without building a backend.
That simplicity is still the core of the product. But the way people build websites has changed. More forms are now created inside AI-generated landing pages, client websites, static sites, and quick experiments built with tools like Cursor, Bolt, v0, Lovable, Replit, Claude Code, and Codex.
This release moves Formserve closer to that workflow: fast to set up, friendly to AI-assisted development, and clean enough to hand off to clients.
Try Formserve Before Creating an Account
One of the biggest changes is the new test endpoint flow.
You can now create a temporary endpoint before signing up. Formserve gives you a working endpoint URL, a prebuilt test form, and a live inbox so you can send a real submission and see it arrive immediately.
Only after you see the endpoint working do you need to claim it with your email.
This makes Formserve easier to evaluate because you do not have to create an account before understanding the product.
A Cleaner, More Useful Inbox
The submissions inbox has been redesigned to become the main working surface of Formserve.
You can now more easily:
- Search submissions
- Filter spam and favorites
- Mark submissions as spam or safe
- Preview uploaded files
- Export submissions
- See delivery status for connected integrations
- Understand whether a submission reached email, Slack, Discord, webhooks, Google Sheets, Airtable, Notion, HubSpot, or Mailchimp
The goal is simple: when a form submission arrives, you should immediately know what came in and where it went.
AI Prompt Generator for Faster Setup
Formserve now includes an AI prompt generator for each endpoint.
Instead of manually explaining your form backend setup to Cursor, Bolt, v0, Claude Code, Codex, Lovable, Replit, or another AI coding assistant, Formserve generates a prompt that includes:
- Your public endpoint URL
- The required
POSTmethod - The correct form
action - Field naming guidance
- Honeypot spam protection guidance
- Success and error message instructions
- A reminder to preserve the existing design
- A reminder not to create unnecessary backend API routes
This is especially useful when you are adding forms to AI-generated websites. The AI tool can update the existing form component while keeping your design intact.
Template Builder for Copy-Paste Forms
Each endpoint can now use a starter form template.
You can select a template, inject the endpoint URL and honeypot field automatically, then copy or download the finished HTML.
This is useful when you want a fast, dependency-free form for:
- Contact pages
- Waitlists
- Quote requests
- Event RSVP forms
- Lead capture pages
Formserve remains intentionally not a form builder. The template builder is there to help you ship faster, not lock you into a hosted form editor.
More Integrations and Better Delivery Visibility
Formserve now supports a broader set of integrations:
- Email notifications
- Webhooks
- Slack
- Discord
- Google Sheets
- Airtable
- Notion
- HubSpot
- Mailchimp
The inbox now shows delivery activity so you can understand what happened after a submission was received.
If a webhook fails or an integration succeeds, that status is visible alongside the submission. This makes troubleshooting much easier, especially for client projects.
Business-Owner Inbox Access
Many Formserve users are developers or agencies building websites for clients.
The developer needs endpoint settings, webhook logs, integration controls, and delivery diagnostics. The business owner usually does not.
This release adds business-owner access for inbox viewing. A client or non-technical team member can read submissions in a clean inbox without seeing technical setup screens, API keys, or integration configuration.
This makes Formserve easier to hand off after a client site goes live.
Stronger Spam Protection
Spam protection has been improved without adding CAPTCHA friction.
Formserve now leans on invisible protection such as:
- Honeypot fields
- Rate limits
- Blocked keywords
- Blocked email or IP rules
- Spam scoring
- Better spam labels in the inbox
The default honeypot field is now _honeypot, and generated code samples include it by default.
File Uploads with S3 Storage
File uploads now use S3-backed storage in production.
This keeps uploads away from temporary server disk and makes the feature more suitable for production use. Uploaded files can be viewed or downloaded from the submission inbox when file uploads are enabled for the endpoint.
Team Access and Client Workflows
Formserve now has a stronger team-access foundation.
Agency users can grant access at the endpoint level, including business-owner access for clients. This avoids giving someone access to the whole account when they only need to view leads for one project.
This is part of a broader direction: Formserve should work not only for developers, but also for the handoff between developers, agencies, and the businesses receiving the leads.
New Public Pages and Documentation
We also expanded the public site and documentation with:
- Integration pages
- Framework setup guides
- Comparison pages
- Updated docs for Formserve.js
- Updated docs for spam protection, templates, teams, file uploads, and integrations
- A blog system for future guides and product updates
These pages are designed to make setup clearer and help new users understand where Formserve fits.
What Has Not Changed
The core idea is still the same:
You keep your own website and your own form design. Formserve handles the backend.
You do not need to:
- Build a backend API route
- Create a database table
- Set up SMTP from scratch
- Build spam filtering yourself
- Wire every integration manually
Point your form at Formserve, send a POST request, and manage the submissions from your dashboard.
Existing Users
Existing endpoints continue to work as before.
We are preparing new paid plans, but existing users will be moved carefully so current usage is not unexpectedly disrupted. More details will be shared before plan changes are enforced.
The Direction From Here
Formserve is becoming the form backend that ships as fast as you do.
That means:
- Simple enough for a static HTML form
- Fast enough for AI-generated websites
- Practical enough for agencies
- Clean enough for business owners
- Flexible enough for integrations and future channels
This release is a big step in that direction.
Try Formserve
A reliable form backend in 60 seconds.
Create an endpoint, paste the URL into your form action, and route submissions to email, Slack, webhooks, and more.