Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unsend-dev/unsend
Open source alternative to Resend,Sendgrid, Postmark etc.
https://github.com/unsend-dev/unsend
email postmark resend sendgrid ses ses-dashboard ses-monitoring
Last synced: 3 months ago
JSON representation
Open source alternative to Resend,Sendgrid, Postmark etc.
- Host: GitHub
- URL: https://github.com/unsend-dev/unsend
- Owner: unsend-dev
- License: agpl-3.0
- Created: 2024-03-14T22:16:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:40:30.000Z (3 months ago)
- Last Synced: 2024-08-01T00:31:13.310Z (3 months ago)
- Topics: email, postmark, resend, sendgrid, ses, ses-dashboard, ses-monitoring
- Language: TypeScript
- Homepage: https://unsend.dev
- Size: 5.62 MB
- Stars: 91
- Watchers: 1
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Open Source sending infrastructure.
Learn more ยป
Discord
ยท
Website
ยท
Issues
## About this project
As most of email products out there, Unsend also uses Amazon SES under the hood to send emails. We provide an open and alternative way to send emails reliably and cheaply with a great dashboard. You can also use Unsend manage contacts and send bulk emails(newsletter, product updates etc). We will take care of the subscriptions.
Currently we only support emails, but we plan to expand to other sending protocols like SMS, push notification and even whatsapp.
We are currently in beta and trying to rollout to public slowly. If you're interested [join our waitlist](https://app.youform.io/forms/caja89vr) or drop in a message in discord.
## Features
- [x] Add domains
- [x] Transactional Mails
- [x] Rest API
- [x] Dashboard (Delivered, opened, clicked, bounced)
- [ ] Marketing email
- [ ] Webhook support
- [ ] SMTP support
- [ ] BYO AWS credentials## Community and Next Steps ๐ฏ
We're currently working on opening unsend for public beta.
- Check out the first source code release in this repository and test it.
- Tell us what you think in the [Discussions](https://github.com/unsend-dev/unsend/discussions).
- Join the [Discord server](https://discord.gg/BU8n8pJv8S) for any questions and getting to know to other community members.
- โญ the repository to help us raise awareness.
- Spread the word on Twitter.
- Fix or create [issues](https://github.com/unsend/unsend/issues), that are needed for the first production release.## Tech Stack
- [Next.js](https://nextjs.org/) - Framework
- [Prisma](https://www.prisma.io/) - ORM
- [Tailwind](https://tailwindcss.com/) - CSS
- [shadcn/ui](https://ui.shadcn.com/) - Component Library
- [NextAuth.js](https://next-auth.js.org/) - Authentication
- [tRPC](https://trpc.io/) - API
- [hono](https://hono.dev/) - Public API
- [Redis](https://redis.io/) - Queue## Local Development
Follow our detailed guide to run Unsend locally
[https://docs.unsend.dev/get-started/local](https://docs.unsend.dev/get-started/local)
## Docker
We provide a Docker container for Unsend, which is published on both DockerHub and GitHub Container Registry.
DockerHub: [https://hub.docker.com/r/unsend/unsend](https://hub.docker.com/r/unsend/unsend)
GitHub Container Registry: [https://ghcr.io/unsend-dev/unsend](https://ghcr.io/unsend-dev/unsend)
You can pull the Docker image from either of these registries and run it with your preferred container hosting provider.
Please note that you will need to provide environment variables for connecting to the database, redis, aws and so forth.
For detailed instructions on how to configure and run the Docker container, please refer to the Docker [Docker README](./docker/README.md) in the docker directory.
## Self Hosting
Checkout the [Self hosting](https://docs.unsend.dev/get-started/self-hosting) guide to learn how to self-host Unsend.
Also
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/QbMnwX?referralCode=oaAwvp)