Lead pipeline
Every submission becomes a tracked lead
New, Contacted, and Converted stages in one dashboard. See active enquiries and conversion rate without counting manually or adding a separate CRM.
Vite form backend
Ship Vite sites with working contact forms. Point your form action at Formgrid and collect submissions without writing a Vite plugin or backend server.
Works with Vite + React, Vue, Svelte, and plain HTML. Free to start.
Free plan to start. No credit card required.
Vite is a frontend build tool. The production output is static assets unless you add your own server.
Build with Vite as usual. Formgrid is the HTTPS endpoint your HTML form posts to after deploy.
Use Formgrid with Vite React, Vue, Svelte, or plain HTML templates.
You do not need a custom middleware plugin for contact form handling.
Get structured notifications and optional Google Sheets sync.
Track New, Contacted, and Converted instead of losing enquiries in email.
Create a Formgrid form, set the action in your Vite app form, build, and manage leads.
Create a Formgrid form and copy the endpoint URL.
Set method="POST" and action on your Vite app form.
Run the Vite production build and publish the dist folder.
Use email alerts, pipeline statuses, and reminders.
Formgrid goes beyond inbox forwarding so marketing sites and developer portfolios can manage real enquiries.
Point a standard HTML form at your Formgrid endpoint. Field names map directly to the submission dashboard.
<form action="https://formgrid.dev/api/f/your-form-id" method="POST">
<label>
Name
<input type="text" name="name" required />
</label>
<label>
Email
<input type="email" name="email" required />
</label>
<label>
Message
<textarea name="message" required></textarea>
</label>
<button type="submit">Send</button>
</form>
Replace your-form-id with your form ID from the Formgrid dashboard.
What Is Included
Point your HTML form at Formgrid and get the full stack behind every submission. Each row below shows what lands in your dashboard, inbox, and shared tools.
Lead pipeline
New, Contacted, and Converted stages in one dashboard. See active enquiries and conversion rate without counting manually or adding a separate CRM.
Google Sheets sync
Each form submission appears as a new row in Google Sheets within seconds. Your whole team sees new leads in real time. No Zapier needed.
Email notifications
Every form submission triggers a clean, formatted email with the full enquiry details. No raw data dumps in the inbox.
Follow up reminders
Set a follow up date on any lead and get an email reminder with the lead details and your notes on that date.
Know exactly which channel sent each submission. Google, Instagram, referrals, and paid ads are captured automatically on every form post.
Honeypot fields and rate limiting are built in automatically. Your form stays protected from bots without extra configuration.
Create a free Formgrid endpoint and keep your Vite workflow frontend-only.
Start FreePoint your Vite form at Formgrid and start collecting tracked leads.
Create your free form backendWhether you are sharing a form link on WhatsApp, pointing your HTML form to a Formgrid endpoint, or tracking leads through a built-in pipeline, get it done in 2 minutes.
Start Free. No Credit Card Required