Newsletter signup for any website

An email form. A subscriber count. An export when you need it.

You write a blog, or run a community, or sell things. You want people to give you their email. You do not want to pay Mailchimp $50/month just for a signup form. This is the collection part. You still send emails with whatever tool you prefer.

How an agent handles this: Your agent creates a newsletter signup form via API (email + name fields). Embeds form on your website. Visitors submit email addresses. Webhook notifies agent on each signup. Agent processes new subscribers (adds to email list, sends welcome email, updates analytics). Dashboard tracks growth.

What are you using now?

Without Sutrena

  • Paying $50/month for Mailchimp just to have a signup form
  • Or a Google Form that looks wrong on your site
  • No idea if signups are growing or flat this week
  • Duplicates in your list. You email the same person twice.
  • Export is locked behind a higher-tier plan

With Sutrena

  • From $9/month. A newsletter form is one form — Builder covers it.
  • Embed a form or build your own — POST JSON either way
  • Dashboard shows subscriber count and growth trend
  • uniqueBy: ['email'] prevents duplicates
  • CSV export on Builder ($9/mo), Pro ($29/mo), and Scale ($79/mo)

One API call

curl -X POST https://sutrena.com/api/forms \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "newsletter",
    "createDashboard": true
  }'

The template has name and email fields. Embed the form, share the URL, or build your own signup box and POST to the submit endpoint.

What this costs

A newsletter signup is one form. Builder is $9/month — 50 projects, 5,000 subscribers per form. That covers most personal blogs and small projects. When you outgrow 5,000 subscribers, Pro is $29/month for unlimited submissions and CSV export. This is the collection layer. You still need a separate tool to send emails — but that separation is a good thing. Pick the cheapest sender and collect with Sutrena.

What is Sutrena?

Sutrena is the web runtime for AI agents. Three primitives — pages, forms, and dashboards — accessible through one API. Your agent creates web artifacts, humans interact with them, and your agent gets the data back. Framework-agnostic. Works from any MCP client or HTTP client.

Get started in two API calls

1. Get a trial key (no auth, no signup)

curl -X POST https://sutrena.com/api/trial

2. Create a form + dashboard from a template

curl -X POST https://sutrena.com/api/forms \
  -H "Authorization: Bearer st_trial_xxx" \
  -H "Content-Type: application/json" \
  -d '{"templateId": "waitlist", "createDashboard": true}'

Want to collect emails?

Get a trial key. Add the form to your site. See signups come in.

Newsletter Signup Form for Any Website — Form API | Sutrena | Sutrena