rebrand to useSend (#210)
This commit is contained in:
52
README.md
52
README.md
@@ -1,36 +1,36 @@
|
||||
<p align="center">
|
||||
<img style="width: 200px;height: 200px; margin: auto;" src="https://github.com/unsend-dev/unsend/assets/24666922/76268b21-0786-4f89-aa0f-e003fd0a6d60" alt="Unsend Logo">
|
||||
<img style="width: 200px;height: 200px; margin: auto;" src="https://github.com/usesend/usesend/assets/24666922/76268b21-0786-4f89-aa0f-e003fd0a6d60" alt="useSend Logo">
|
||||
</p>
|
||||
|
||||
<p align="center" style="margin-top: 20px">
|
||||
<p align="center">
|
||||
The Open Source sending infrastructure.
|
||||
<br>
|
||||
<a href="https://unsend.dev"><strong>Learn more »</strong></a>
|
||||
<a href="https://usesend.com"><strong>Learn more »</strong></a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://discord.gg/BU8n8pJv8S">Discord</a>
|
||||
.
|
||||
<a href="https://unsend.dev">Website</a>
|
||||
<a href="https://usesend.com">Website</a>
|
||||
·
|
||||
<a href="https://github.com/unsend-dev/unsend/issues">Issues</a>
|
||||
<a href="https://github.com/usesend/usesend/issues">Issues</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://discord.gg/BU8n8pJv8S"><img src="https://img.shields.io/badge/Discord-unsend-%235865F2" alt="Join Unsend on Discord"></a>
|
||||
<a href="https://github.com/unsend-dev/unsend/stargazers"><img src="https://img.shields.io/github/stars/unsend-dev%2Funsend" alt="GitHub Stars"></a>
|
||||
<a href="https://github.com/unsend-dev/unsend/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-purple" alt="License"></a>
|
||||
<a href="https://hub.docker.com/r/unsend/unsend"><img alt="Docker Automated build" src="https://img.shields.io/docker/pulls/unsend/unsend"></a>
|
||||
<a href="https://discord.gg/BU8n8pJv8S"><img src="https://img.shields.io/badge/Discord-usesend-%235865F2" alt="Join useSend on Discord"></a>
|
||||
<a href="https://github.com/usesend/usesend/stargazers"><img src="https://img.shields.io/github/stars/usesend%2Fusesend" alt="GitHub Stars"></a>
|
||||
<a href="https://github.com/usesend/usesend/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-purple" alt="License"></a>
|
||||
<a href="https://hub.docker.com/r/usesend/usesend"><img alt="Docker Automated build" src="https://img.shields.io/docker/pulls/usesend/usesend"></a>
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github.com/unsend-dev/unsend/assets/24666922/68c41a6f-8fd1-4a3e-8d9b-987dda105c22" style="width: 100%;" />
|
||||
<img src="https://github.com/usesend/usesend/assets/24666922/68c41a6f-8fd1-4a3e-8d9b-987dda105c22" style="width: 100%;" />
|
||||
</div>
|
||||
|
||||
## 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.
|
||||
As most of email products out there, useSend 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 useSend 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.
|
||||
|
||||
@@ -50,14 +50,14 @@ We are currently in beta and trying to rollout to public slowly. If you're inter
|
||||
|
||||
## Community and Next Steps 🎯
|
||||
|
||||
We're currently working on opening unsend for public beta.
|
||||
We're currently working on opening useSend 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).
|
||||
- Tell us what you think in the [Discussions](https://github.com/usesend/usesend/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.
|
||||
- Fix or create [issues](https://github.com/usesend/usesend/issues), that are needed for the first production release.
|
||||
|
||||
## Tech Stack
|
||||
|
||||
@@ -72,25 +72,25 @@ We're currently working on opening unsend for public beta.
|
||||
|
||||
### Email editor
|
||||
|
||||
Check out the editor code for [here](https://github.com/unsend-dev/unsend/tree/main/packages/email-editor). Editor is possible only because of the amazing tools and libraries.
|
||||
Check out the editor code for [here](https://github.com/usesend/usesend/tree/main/packages/email-editor). Editor is possible only because of the amazing tools and libraries.
|
||||
|
||||
- [jsx-email](https://jsx.email/) - converts editor content to html
|
||||
- [maily.to](https://maily.to/) - unsend email editor is greatly inspired from maily.to
|
||||
- [maily.to](https://maily.to/) - useSend email editor is greatly inspired from maily.to
|
||||
- [tiptap](https://tiptap.dev/) - editor core
|
||||
|
||||
## Local Development
|
||||
|
||||
Follow our detailed guide to run Unsend locally
|
||||
Follow our detailed guide to run useSend locally
|
||||
|
||||
[https://docs.unsend.dev/get-started/local](https://docs.unsend.dev/get-started/local)
|
||||
[https://usesend.com/docs/get-started/local](https://usesend.com/docs/get-started/local)
|
||||
|
||||
## Docker
|
||||
|
||||
We provide a Docker container for Unsend, which is published on both DockerHub and GitHub Container Registry.
|
||||
We provide a Docker container for useSend, 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)
|
||||
DockerHub: [https://hub.docker.com/r/usesend/usesend](https://hub.docker.com/r/usesend/usesend)
|
||||
|
||||
GitHub Container Registry: [https://ghcr.io/unsend-dev/unsend](https://ghcr.io/unsend-dev/unsend)
|
||||
GitHub Container Registry: [https://ghcr.io/usesend/usesend](https://ghcr.io/usesend/usesend)
|
||||
|
||||
You can pull the Docker image from either of these registries and run it with your preferred container hosting provider.
|
||||
|
||||
@@ -100,24 +100,22 @@ For detailed instructions on how to configure and run the Docker container, plea
|
||||
|
||||
## Self Hosting
|
||||
|
||||
Checkout the [Self hosting](https://docs.unsend.dev/get-started/self-hosting) guide to learn how to self-host Unsend.
|
||||
Checkout the [Self hosting](https://usesend.com/docs/get-started/self-hosting) guide to learn how to self-host useSend.
|
||||
|
||||
Also
|
||||
|
||||
[](https://railway.app/template/QbMnwX?referralCode=oaAwvp)
|
||||
|
||||
|
||||
## Star History
|
||||
|
||||
<a href="https://star-history.com/#unsend-dev/unsend&Date">
|
||||
<a href="https://star-history.com/#usesend/usesend&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=unsend-dev/unsend&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=unsend-dev/unsend&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=unsend-dev/unsend&type=Date" />
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=usesend/usesend&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=usesend/usesend&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=usesend/usesend&type=Date" />
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
||||
## Sponsors
|
||||
|
||||
We are grateful for the support of our sponsors.
|
||||
|
Reference in New Issue
Block a user