AI agents build the web now — and every site needs a form
The way websites get made has quietly inverted. In 2023, a developer opened an editor and occasionally asked an AI for help. In 2026, for a huge class of sites — portfolios, landing pages, local business sites, event pages, waitlists — a person describes what they want and an agent builds the whole thing. Claude writes complete pages as Artifacts. v0 generates production React. Lovable and Bolt take you from prompt to deployed app. Cursor and Claude Code scaffold entire marketing sites inside a repo without the developer touching most of the files.
Almost every one of those sites needs exactly one piece of backend infrastructure on day one: a contact form that actually delivers. Not auth, not a database, not payments — those come later, if ever. A form is the minimum viable backend of the entire "agent builds you a website" category.
And a form is the one thing a frontend-generating agent cannot fake. It can write flawless HTML for the form itself, but <form> without an action that points somewhere real is decoration. The submission has to go to something: storage, spam filtering, an email notification to a real inbox. That something is a form backend — it's what FormsList has always done. Point your form's action at https://formslist.com/f/<your-form-id> and submissions are stored, filtered, and forwarded.
So the agents came looking. We saw forms generated inside Claude Artifacts submitting to us. We saw single-session Netlify deploys wired to us. The demand side of this shift arrived on its own — the supply side (us) had a problem, and so did every competitor.