Easy email API, ditch the middle man, own your infrastructure.
Sign up for email updates about 00.
Easy to deploy
SST for single command deployment
You can download pull the code, set a handful of env variables
Run `sst deploy` and be done.
The age of installing software right into your personal cloud account has arrived.
npx sst deploy --stage production
SST 3.4.32 ready!
App: double-zero
Stage: production
~ Deploy
What does this do?
SST lets a single config file set up some complex cloud pipelines without breaking the bank.
import { DoubleZero } from '00-js';
const oo = new DoubleZero({
baseUrl: "https://example.com/",
token: ZERO_TOKEN,
});
return oo.emails.send({
from: 'you@example.com',
to: 'user@gmail.com',
subject: 'Test email from Node.js!',
html: '<h1>Hello world from 00!</h1>',
});
Simple API
Whether using the community JS client or the REST API sending and monitoring emails is easy.
curl --request POST \
--url http://localhost:4000/api/emails \
--header 'Authorization: Bearer B3xAVZo69837pea5qHju9jXR1Ygh5CygdgI_TNgn77f' \
--header 'content-type: application/json' \
--data '{
"markdown": "<h1>Hey {{email}}</h1>",
"text": "hey {{email}}",
"subject": "Hark, who goes there?",
"from": ""Levi 👻" <levi@example.com>",
"to": "success@simulator.amazonses.com"
}'
Pro Roadmap
Feature Comparison
Feature | Free | Pro |
---|---|---|
Transactional emails | ||
Multi-recipient tracking | ||
WYSIWYG editor | ||
SMTP endpoint | ||
Contacts | ||
Lists | ||
Broadcasts | ||
Teams | ||
Feed | ||
Automations |
Support open and affordable software.
You can download the source and modify the free and paid version of 00. This is free as in speech software and it is pretty cool.
We can build a better internet.
Want to get in contact?
If you are interested in a hosted solution, or a custom email integration for your business, or are interested in sponsoring the project I would like to get in contact. Feel free to reach out about anything else too. ~/liltechnomancer