Add a contact form to any website
Pick your framework and copy one snippet. Each form posts to a single TruForms endpoint — we handle spam filtering, email delivery, webhooks, and storage. No backend code, no SDK.
HTML contact form
Add a working HTML contact form to any website with zero backend code. Copy one <form> tag that posts to TruForms — spam filtering, email, and storage included. Free for 250 submissions/month.
View snippet →React contact form
Build a React contact form with no backend. A simple component posts to TruForms for spam filtering, email, and storage. No SDK, no server. Free for 250 submissions/month.
View snippet →Next.js contact form
Add a contact form to a Next.js App Router site with no backend code. A client component posts to TruForms for spam filtering, email, and storage. Free for 250 submissions/month.
View snippet →Astro contact form
Add a contact form to an Astro site with no backend code. A plain <form> posts to TruForms for spam filtering, email, and storage. Works with static output. Free for 250 submissions/month.
View snippet →Vue contact form
Build a Vue contact form with no backend. A small handler posts to TruForms for spam filtering, email, and storage. No SDK, no server. Free for 250 submissions/month.
View snippet →