Email and cron jobs, without the monthly bill.

Start free on our hosted version, or self-host on your own server. Send transactional emails, verify OTPs, and schedule recurring webhooks. One API key. No per-email fees. No credit card required.

Free hosted version
Self-host on your own server
No per-email fees, ever
Powered by
Clerk
1curl https://api.lifygo.com/send
2 -H "X-API-Key: lfy_your_key"
3 -d '{
4 "to": "hello@example.com",
5 "subject": "Welcome",
6 "body": "Thanks for signing up."
7 }'
Developer working on laptop

From zero to delivery in five minutes

Sign up free or self host on your own server. No vendor accounts. No monthly fees. Just your SMTP, one API key, and a curl command.

01

Plug in your SMTP

Sign in with Google or GitHub, then add your SMTP credentials. Gmail, Zoho, your hosting provider. Your password is encrypted with AES-256. Or skip this and use our free hosted version.

02

Get one API key

A single key covers email sending, OTP verification, and cron job scheduling. Drop it in your environment. No SDK required.

03

Send or schedule

One POST to send an email. Another to schedule a recurring webhook. Every delivery and execution is logged automatically. Enable AWS EventBridge for production workloads that survive restarts.

Why add another bill when you already pay for email?

Sign up and start sending in two minutes. Or self-host and use your own SMTP. Either way, no per-email fees.

Send transactional emails
Resend, SendGrid, or Mailgun — pay per email
Your own SMTP or our free hosted version — unlimited sends
Verify users with OTP
Twilio Verify or separate OTP service — per SMS cost
Generate and verify codes through the API — included free
Schedule cron jobs
Trigger.dev, Celery, or Redis queue — more infrastructure
One POST to create a job — fires webhooks or emails on schedule
Infrastructure
Three accounts, three API keys, three dashboards
One API key, one dashboard, your server or ours
Monthly bill
$30 to $100+ across three services
$0. Free hosted or runs on your existing VPS.

No per-email fees. No vendor lock-in. Free to start.

Self-host on your own server →

One API. Three things you need.

Email, OTP, and cron jobs. No separate services. No separate bills.

Send transactional emails

Send transactional emails

Send welcome emails, password resets, and alerts. Use your own SMTP or our free hosted version. No per-email fees. No shared IP pools.

Verify users with OTP

Verify users with OTP

Generate cryptographically secure 6 digit codes and verify them in one call. 10 minute TTL. Single use. Works with any email provider.

Schedule cron jobs

Schedule cron jobs

Create recurring webhooks that hit any URL on a cron schedule. Use it to trigger emails, clean databases, run reports, or anything else.

Open source under AGPL-3.0Read the docs