Subscribe Examples

Different ways to integrate newsletter subscription forms

Card Variant (Default)

Full-featured form with name fields in a card layout

Join Our Newsletter
Get weekly updates on our latest features and news

Inline Variant

Compact inline form with email only

Stay Updated

Get notified about new features and updates

Minimal Variant

Ultra-compact form for footer or sidebar

Custom Styled

With custom styling and messaging

🚀 Launch Week Newsletter

Be the first to know about our launch week deals and announcements

Usage Example

How to integrate in your code

import { SDKProvider } from "@letterhead/core/react"
import { SubscribeForm } from "@/components/subscribe-form"

export default function Page() {
  return (
    <SDKProvider config={{
      apiUrl: "https://api.doormart.co",
      organizationId: "your-org-id",
      apiKey: "your-api-key" // Optional
    }}>
      <SubscribeForm
        title="Join our newsletter"
        tags={["newsletter"]}
        source="homepage"
      />
    </SDKProvider>
  )
}
Milsat | Geospatial Data & Location Intelligence in Africa