Mail5 is a decentralized/self-sovereign email app that allows send/reply emails to each other. Giving users control over their data and identity.
Features:
- Create DID and connect to local agent (browser)
- Backup/Export and Restore/Import DID
- Compose and save draft emails
- Send/Reply/Forward emails
- Support contact by easy-to-remember name for the DID
Install dependencies with npm install (or pnpm install or yarn), start a dev server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --opennpm run build

