Form infrastructure for agent-built sites
Your coding agent can ship the whole form.
Formerize gives agents a form backend, hosted renderer, and delivery testing, then hands you a dashboard preview to approve.
Preview and test without an account. Live delivery stays off until you claim and publish the form.
One definitionPreview, hosted page, and dashboard stay in sync.
A real handoffYour agent returns the exact preview and next action.
Clear delivery statesIntake and delivery are shown as separate steps.
Useful before signup
Build the real form. Test the safe path.
This is the shared Contact definition. In the sandbox, a synthetic test checks the intake contract but sends no email or webhook.
- 01Choose a template
- 02Match the site
- 03Return the preview
Non-submitting preview. Try this template →
1AcceptedThe endpoint validated the entry.
2QueuedDelivery work was handed off.
3Provider resultShown only when the provider reports it.
Three useful starts
A template, not a blank canvas.
Developer entrance
One normal form action.
Keep the markup in your project. Publish a declared definition, then send only those fields to the form endpoint.
<form action="https://api.formerize.lansford.dev/f/fm_example" method="post">
<label>Email <input name="email" type="email" required></label>
<button>Send</button>
</form>Human path
Three decisions. No infrastructure tour.
- 01Create
Start with Contact, Sales inquiry, or Waitlist.
- 02Preview
Review the exact shared renderer and safe synthetic test.
- 03Receive
Verify the destination and publish when you are ready.
Simple trial
150 accepted entries.
Trial is a one-time allowance for each verified email account. Preview navigation, blocked spam, and synthetic tests do not count.
Planned Pro price, or $144 annually. Payment is not available during the private beta.
Build a formStart with the work