Developer-first · Passwordless

Forms & signups,
no backend needed

Configure subscribe forms and contact forms in the dashboard. Copy the generated API code. Start collecting — on any website, in minutes.

No credit card
Passwordless sign-in
Live in 5 minutes
subscribe.js — generated from your dashboard
// Copy & paste — no backend required
const res = await fetch(
  "https://api.fomly.co/api/v1/subscribe",
  {
    method: "POST",
    headers: {
      "X-API-Key": "fml_your_key",
    },
    body: JSON.stringify({
      email: userEmail,
      name: userName,
    }),
  }
);
// Subscriber appears in dashboard instantly ✓

Up and running in three steps

No backend code. No email server. No maintenance.

STEP 01

Sign in with email

No passwords. Enter your email, verify with a one-time code, and create your first project in under a minute.

STEP 02

Configure & generate API

Choose subscribe fields or form types — contact, quote, support — and get copy-paste integration docs instantly.

STEP 03

Integrate & manage

Drop a fetch call or HTML form on your site. Subscribers and messages flow into your dashboard automatically.

One dashboard for everything

Subscribers, forms, inbox, and analytics — each project gets its own isolated workspace with a dedicated API key.

Subscribers

Configure which fields to collect, generate your subscribe API, add subscribers manually, and export to CSV.

Custom fieldsCSV exportDouble opt-in

Forms

Create contact, quote, support, or partnership forms with preset field layouts — each with its own API endpoint.

Form presetsPer-form keysHTML & cURL docs

Inbox

All form submissions land in one unified inbox. Mark read, add notes, and filter by status or category.

Unified viewNotes & statusSpam filtering

Analytics

Track subscriber growth, message volume, spam blocked, and recent activity from a single overview.

Growth metricsMonthly trendsSpam insights

Subscribers

1,284

Messages

847

Unread

12

Spam blocked

23

New
Read
New

Built for developers who ship fast

Everything you need to replace custom form backends — without rebuilding them for every project.

Multiple projects

Run separate sites or clients from one account. Switch projects instantly from the sidebar.

One API key per project

Generate, rotate, and manage keys per project. Integrations stay fully isolated.

Ready-made integration docs

Every form ships with JS fetch, cURL, and HTML examples you can copy straight away.

Built-in spam protection

Rate limiting, disposable email detection, and keyword filtering — on by default.

Webhooks

Get notified the moment someone subscribes or submits. Wire up Slack, Zapier, or your own backend.

Configurable fields

Choose exactly what data to collect. Email is always included; everything else is up to you.

API-first

Integration docs generated for you

After you configure a form, fomly.co generates complete integration docs — endpoint URL, request body, JS fetch, cURL, and a drop-in HTML form. No guessing.

  • POST /api/v1/subscribe — newsletter signups
  • POST /api/v1/contact — general messages
  • POST /api/v1/forms/:slug/submit — custom forms
contact-form.html
<form action="https://api.fomly.co/api/v1/forms/support/submit"
     method="POST">
  <input type="hidden" name="apiKey" value="fml_..." />
  <input type="email" name="email" required />
  <textarea name="message" required></textarea>
  <button type="submit">Send</button>
</form>

Exact examples are generated in your dashboard after setup

Manage multiple projects from one account

Freelancers and agencies can run a separate project per client or website — each with its own API key, subscribers, forms, and inbox.

Create your first project

Simple, transparent pricing

Start free, upgrade when you grow. Save 7% on 6-month and 10% on annual Starter & Pro plans.

Choose billing period

Free

$0

/month

Try fomly.co with core APIs

  • 1 project
  • 10 subscribers
  • 1 form · 10 messages
  • Subscribe & contact API
  • Unified inbox
Get started free
Popular

Starter

$5

/month

For growing sites & freelancersbilled monthly

  • 10 projects
  • 5,000 subscribers & messages
  • 20 forms
  • Analytics & CSV export
  • Custom branding
  • Automated welcome emails
  • Priority support
Start Starter

Pro

$10

/month

Unlimited scale for teamsbilled monthly

  • Unlimited everything
  • Advanced analytics
  • Team collaboration (soon)
  • Custom domains (soon)
  • Dedicated support
  • All Starter features
Go Pro

Stop building form backends from scratch

Sign in with your email, set up your first project, and have a working subscribe or contact form on your site today.