The simplest API for email,OTP verification, and job scheduling.

Bring your own SMTP. One API key to send transactional emails, verify users with OTP codes, and schedule recurring webhooks or emails. Open source, self-hostable, and free no per-email fees, ever.

Self host or try our demo
Runs on your VPS
No per-email fees, ever
curl http://localhost:8080/send
-H "X-API-Key: lfy_your_key"
-d '{
"to": "hello@example.com",
"subject": "Welcome",
"body": "Thanks for signing up."
}'
Developer working on laptop

From zero to delivery in five minutes

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 the SMTP credentials you already have. Gmail, Zoho, your hosting provider. Your password is encrypted with AES-256.

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 to your dashboard automatically.

Why add another bill when you already pay for email?

Your Google Workspace, Zoho, or hosting plan already includes SMTP. LifyGo plugs directly into it.

Send transactional emails
Resend, SendGrid, or Mailgun — pay per email
Your own SMTP — unlimited sends, zero per-email fees
Verify users with OTP
Twilio Verify or separate OTP service — per SMS cost
Generate and verify codes through your SMTP — included
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 own server
Monthly bill
$30 to $100+ across three services
$0. Runs on your existing $6 VPS.

No per-email fees. No vendor lock-in.

Self-host on your own server →

Core Architecture

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 through your own SMTP. 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.

Schedule cron jobs

Schedule cron jobs

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

Open source under AGPL-3.0Read the docs