crm.devopser.io

DevOpser CRM: Form endpoints and light email for static sites

Paste one endpoint into any HTML form. Every submission is stored, emailed to you and answered with an automatic reply, and the sender joins a contact list you can email later. No backend to write and no per-form bill.

Free during the beta. Sign in with a magic link or Google.

The DevOpser CRM website at crm.devopser.io
What it is
Form backend with a light email CRM
Price
Free beta
Made for
Static sites, landing pages and waitlists
Sign-in
Magic link or Google, no password

What is DevOpser CRM?

DevOpser CRM is a form backend with a light email CRM attached. You set the action of an ordinary HTML form to your endpoint, /f/<id>, and the service handles everything that happens after someone presses submit.

Each submission is stored, emailed to you and answered with an automatic reply to the sender. The sender then becomes a contact on your broadcast list, so the people who filled in your contact, waitlist or feedback form are ready to hear from you when you have news, with one-click unsubscribe built in.

It is made for people who ship static sites and landing pages and do not want to run a server, or pay a per-form subscription, just to receive a form. DevOpser Lite and DevOpser Stores sites can connect to it, and the marketaiguide mailing list runs on it.

How DevOpser CRM works

  1. Sign in with a magic link

    Enter your email and click the single-use link, or continue with Google. New accounts are set up on the first sign-in.

  2. Point a form at your endpoint

    Set your form’s action to your /f/<id> URL. Any HTML form works, wherever the site is hosted.

  3. Receive every submission

    Each one is stored and emailed to you, and the sender gets an automatic reply.

  4. Email your list

    Submitters become contacts you can send broadcasts to.

What it looks like in your HTML

No JavaScript and no SDK. The form below sends every signup to DevOpser CRM.

<form action="https://crm.devopser.io/f/your-form-id" method="POST">
  <input type="email" name="email" placeholder="you@example.com" required>
  <button type="submit">Join the waitlist</button>
</form>

Replace your-form-id with the endpoint shown in your console after you sign in.

What you get

Made for

  • Static site builders
  • Landing pages and waitlists
  • Indie hackers
  • Agencies shipping client sites
  • DevOpser Lite and Stores users
One endpoint, unlimited forms
Paste the same URL into as many forms as you like.
Stored submissions
Every submission is kept, so nothing depends on an email arriving.
Email notifications
New submissions are emailed to you as they come in.
Automatic replies
Senders get a reply straight away, so they know you received it.
Contacts and broadcasts
Submitters feed a list you can email, with one-click unsubscribe.
Passwordless sign-in
Magic links and six-digit codes mean there is no password to leak or rotate.

DevOpser CRM questions, answered

Do I need a backend to receive form submissions?

No. Your form posts straight to your DevOpser CRM endpoint, which stores the submission, emails it to you and replies to the sender.

How much does DevOpser CRM cost?

It is free while it is in beta.

Which forms work with it?

Any HTML form that can post to a URL: contact forms, waitlists, feedback and signup forms, on any host.

Do people who submit a form get a reply?

Yes. Every sender gets an automatic reply, and becomes a contact you can email later.

How do I sign in?

Enter your email to get a single-use magic link or six-digit code, or continue with Google. There is no password.

Stop writing form backends.

Paste one URL into your form and the submissions start arriving. Free during the beta.

Get my form endpoint