Open source unofficial DuckDuckGo Email Protection panel.
Warning
DDG Email Panel is a community open-source management panel for DuckDuckGo Email Protection. Although it is not officially owned by DuckDuckGo, we still respect your privacy and will not store or sell any personal information.DDG Email Panel is an open-source project, anyone can deploy it. Therefore, we cannot guarantee that publicly deployed sites can be trusted. To ensure your privacy and security, we strongly recommend that you use our hosted site or self-host DDG Email Panel.
- No need to install DuckDuckGo browser extension
- Supports all modern browsers
- PWA
- Generate new privacy aliases
- No user information is stored on the server side
- Multi-language support
- Night Mode
- Multi-account management
- History alias management, notes
- Change forwarding address
- DuckDuckGo Email account cancellation
docker run -d --restart=always -p 3000:3000 --name ddg-email-panel whatk233/ddg-email-panel
- Node.js 16 or newer
git clone https://github.com/whatk233/ddg-email-panel.git
cd ddg-email-panel
#pnpm
pnpm install
pnpm build
pnpm start
#yarn
yarn install
yarn build
yarn start
#npm
npm install
npm run build
npm run start
MIT
Made with ♥ by Whatk