RafaRed / udmail

Home Page:udmail.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDmail

UDMAIL LOGO

Summary

UDmail is a platform created to demonstrate how easy it can be to send emails using unstoppable domains.

Link to working code in a public repo

https://github.com/RafaRed/udmail

Live Demo

https://udmail.vercel.app/

Video Demo

Video Demo

https://www.youtube.com/watch?v=bhfoN1fDuPk

Local Installation

  1. Download the files
git clone https://github.com/RafaRed/udmail.git
  1. Create a new Firebase Project
  • Before requesting the credentials create a Realtime Firebase project
  • Add a new web app on firebase and get your creadentials
  • Add the firebase credentials in a new 'config.json' file on "udmail/server/"
  1. Create a new Unstoppable Domains Client

REACT_APP_CLIENT_ID = ''
REACT_APP_REDIRECT_URI = ""

  1. Install and run the project.
npm install
npm run
  1. Done

Possible Updates:

  • Add a layer of encryption and security
  • Send Attachments
  • UI and UX improvements and work on responsiveness
  • Possibility to reply to emails
  • View emails sent
  • Delete emails
  • Show if the email has already been read
  • Support more emails, reduce limit
  • Improve project architecture

Contact

Discord:
Rafael Souza#2474

UnstoppableDomain registered account email address:
rafaelszcardoso@gmail.com

About

udmail.vercel.app


Languages

Language:JavaScript 67.5%Language:CSS 24.8%Language:HTML 7.7%