Skip to content

whatk233/ddg-email-panel

Repository files navigation

DDG Email Panel

简体中文

Open source unofficial DuckDuckGo Email Protection panel.

GitHub Repo stars

Next.js Vercel GitHub Docker Pulls

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.

⭐ Features

  • 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

📒 Todo

  • Multi-account management
  • History alias management, notes
  • Change forwarding address
  • DuckDuckGo Email account cancellation

🌏 Our hosted

🚀 Quick Deployment

Deploy with Vercel

⚓ Docker Deployment

docker run -d --restart=always -p 3000:3000 --name ddg-email-panel whatk233/ddg-email-panel

🔧 Local Deployment

Environment

  • 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

❤️ Donate

Buy Me a Coffee · 爱发电

License

MIT


Made with ♥ by Whatk