Guides
Guides
Short, practical walkthroughs for getting a form online and wired to a backend, whether you write HTML by hand, generate it with AI, or build in React.
-
Build a contact form with AI and make it work
AI writes the form but not the backend. Here is the one line that connects it so submissions actually go somewhere.
Read guide -
Add a working contact form to any website
Copy-paste HTML that emails you and keeps a record of every message. No build tools, no plugins, no backend code.
Read guide -
Connect a React or Next.js form to a backend
Post JSON, read the response, show your own success state. Works with Next, Remix, Astro, and Vite.
Read guide