Features
Everything you need to ship messages
Email delivery, templates, webhooks, and billing usage controls in one focused dashboard.
Verify your domain, configure DKIM, and send branded transactional email through Amazon SES.
SMS (coming soon)
SMS is intentionally disabled in current plans to keep pricing loss-proof. Planned for a future release.
Templates
Create reusable message templates with variables and live preview. Ship faster, stay consistent.
Webhooks
Get real-time delivery events pushed to your endpoint. Bounces, opens, clicks — all accounted for.
API & SDK
One API key, type-safe client, and full oRPC support. Integrate in minutes, not days.
Dashboard
Manage domains, contacts, logs, and settings from a single pane. No CLI required.
How it works
Three steps to your first message
Add your domain
Verify DNS and configure DKIM in one click.
Grab an API key
Generate a key from the dashboard.
Send messages
Use the SDK or REST API to deliver email.
import { connect } from "@nilovon/connect";
const client = connect({ apiKey: process.env.CONNECT_KEY });
// Send an email
await client.messages.send({
channel: "email",
to: "user@example.com",
subject: "Welcome aboard",
template: "onboarding",
variables: { name: "Alex" },
});
// Send another email
await client.messages.send({
channel: "email",
to: "ops@example.com",
subject: "Delivery report",
body: "All systems operational.",
});Pricing
Simple, transparent pricing
Start free, scale when you’re ready. No surprise fees, no per-seat charges.
Free
Demo tier with strict limits.
- 5 emails / day
- 120 emails / month
- Email only
- Hard daily/monthly caps
- Best for demos
Starter
For small production workloads.
- 500 emails / month
- Email only
- Usage dashboard
- Checkout via Polar
- No overage risk