Developer email + webmail
Email your app delivers in minutes.
The developer email API plus real webmail — Resend-familiar, self-hostable, a fraction of the price.
- No card
- Self-hostable
- 7 languages
- Open standards
POST /v1/emails
curl -X POST https://app.skrybo.com/v1/emails \
-H "Authorization: Bearer skrybo_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"from": "you@your-domain.com",
"to": ["customer@example.com"],
"subject": "Welcome to Acme",
"html": "<p>Thanks for signing up.</p>"
}'Five minutes from signup to your first delivered email.
What is Skrybo?
A full email stack you can actually run.
Verified domains
Real-time inbox
Webhooks
POST /v1/emails
curl -X POST https://app.skrybo.com/v1/emails \
-H "Authorization: Bearer skrybo_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"from": "you@your-domain.com",
"to": ["customer@example.com"],
"subject": "Welcome to Acme",
"html": "<p>Thanks for signing up.</p>"
}'Open & click analytics
SMTP relay
One-click DNS
Why teams pick Skrybo
One product. Two jobs. Zero babysitting.
Built for developers
A Resend-compatible API. Switch one base URL — webhooks and retries included.
Webmail included
Real inboxes under your domain: IMAP, SMTP, mobile profiles. Not a black-box relay.
Yours to host
One docker compose up runs mail, DB, webmail, and API on your own IP.
How it works
From signup to sent, in five steps.
Step 1
Sign up
Free tier. No card. 3,000 emails a month, forever.
1 of 5
Data safety
Data safety with Skrybo.
Encrypted at rest
Keys and tokens live in AES-256-GCM envelopes.
Signed webhooks
Standard Webhooks HMAC-SHA256 with rotation and replay.
Open standards
IMAP, SMTP, DKIM, SPF, DMARC. No proprietary lock-in.
Self-hostable
One docker compose up. Every byte stays on your infrastructure.