https://github.com/envoy-vc/mailchain-newsletter
Web3 Newsletter Service built on top of Mailchain
https://github.com/envoy-vc/mailchain-newsletter
decentralized mailchain newsletter nextjs tailwindcss web3
Last synced: about 2 months ago
JSON representation
Web3 Newsletter Service built on top of Mailchain
- Host: GitHub
- URL: https://github.com/envoy-vc/mailchain-newsletter
- Owner: Envoy-VC
- License: mit
- Created: 2023-04-11T13:05:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T04:56:15.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:25:23.957Z (3 months ago)
- Topics: decentralized, mailchain, newsletter, nextjs, tailwindcss, web3
- Language: JavaScript
- Homepage: https://mailchain-newsletter.vercel.app
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📰 Mailchain Newsletter
Mailchain Newsletter is a web3 newsletter service lets users to subscribe to your newsletter and send Welcome E-mails, Newsletters, and more using Mailchain. Mailchain Newsletter is built using Mailchain, GraphQL nnd Next.js.
---
## Features ✨
- Encrypted messaging using Mailchain
- Easy to use web interface
- Customizable templates---
## Video Demo 🎥
You can find the video demo [here](https://www.loom.com/share/52e7d302ee554f1f9f33e3f7b99fd814):
https://github.com/Envoy-VC/mailchain-newsletter/assets/65389981/89607579-85c8-4511-a633-e0b47112b759
---
## Getting Started 🚀
To get started with Mailchain Newsletter, follow these steps:
1. Clone the repository to your local machine
```bash
git clone https://github.com/Envoy-VC/mailchain-newsletter.git
```
2. Install the necessary dependencies using
```bash
npm install
```
3. Configure your Environment Variables in the .env file
```txt
NEXT_PUBLIC_MAILCHAIN_SECRET_KEY='mailchain_recovery_phrase'
NEXT_PUBLIC_HYGRAPH_URL='hygraph_project_url'
```
4. Start the server using
```bash
npm start
```
Access the web interface at http://localhost:3000---
## Blog Post 📝
For more detailed instructions, please refer to the [Blog Post](https://blog.vedantc.dev/create-a-web3-newsletter-with-mailchain)

https://blog.vedantc.dev/create-a-web3-newsletter-with-mailchain
---