All Templates / Automation
(00) Double Zero - Email Service (Resend alternative)
A markdown email micro service for the people! - Free alternative to Resend
(00) Double Zero - Email service
liltechnomancer/double-zero
Just deployed
/app
POST
request to /api/emails
.SES is an incredibly affordable way to build an email heavy application.
However monitoring the emails is a bit of a nightmare, and often requires custom infrastructure. Even setting up the SES -> SNS -> SQS pipeline is a headache for developers unfamiliar with AWS. And when that is done your still left with hooking in or building custom some dashboard for viewing bounces and all the vital information you care about.
00 provides an SST configuration step to set up the SES -> SNS -> SQS pipeline, so you can just run a command and let SST do the rest.
Then 00 provides you that dashboard for viewing the information you care about.
The quickest way to get started is to clone this repo and run sst deploy
in it. Make sure to set the EMAIL_IDENTITY
env variable first, this will be the email or domain you wish to send from.
Using SST is easy, and you can find the steps to do so here and learn how to configure your credentials here
If you would like to avoid using SST you must manually configure AWS. You need to set up a configuration set to write to an SQS queue via SNS. You can configure it however you want, but the more events you send to the queue the more 00 will be able to track (obviously).
More details: https://github.com/technomancy-dev/00/
Template Content
(00) Double Zero - Email service
liltechnomancer/double-zeroSQS_URL
AWS_REGION
Example: us-east-1
SYSTEM_EMAIL
For sending stuff like password resets. Ex: [email protected] should be able to send from SES.
SECRET_KEY_BASE
A long secret. at least 64 characters. Can be made with mix phx.gen.secret or however you generate safe keys.
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
Details
Pedro H.'s Projects
Created on Jun 21, 2024
10 total projects
2 active projects
0% success on recent deploys
Automation
More templates in this category
Postgres S3 backups
A simple NodeJS app to back up your PostgreSQL database to S3 via a cron
Railway Templates
824
Tier
A single tool to configure,orchestrate and manage your entire pricing stack
beuz's Projects
17
Trigger.dev
Open source background jobs framework for TypeScript.
Jan Henning's Projects
124