Skip to content
Developers

Small frontend integration, strict backend ownership.

Formerie is designed for simple website integration with enough backend structure to operate submissions safely.

Example

Start with markup any website can own.

Public pages send form fields and identify the form intent. Formerie validates and routes through server-owned configuration.

Open docs
<form method="post" action="https://api.formerie.com/forms/contact">
  <input name="email" type="email" required />
  <textarea name="message" required></textarea>
  <button>Send</button>
</form>

Plain HTML first

Start with a standard form and a Formerie form key. Progressive enhancement can come later.

Framework-friendly

Use the same backend form policy from SvelteKit, static sites, docs pages, or client website projects.

Server policy over payloads

The payload contains submitted fields. Delivery configuration stays in the API.