Deploy DuckMail to Netlify or Vercel
mainYou can deploy DuckMail using one-click deployment buttons for Netlify or Vercel.
Netlify Deployment (Recommended)
Netlify offers a zero-configuration deployment. Clicking the deployment button will automatically fork the project to your GitHub account and initiate the build process.
Vercel Deployment
Vercel also offers zero-configuration deployment for Next.js.
⚠️ Important Note for Vercel Users: Vercel deployment only supports the DuckMail API. It does not support the Mail.tm API because Mail.tm blocks Vercel's IP addresses. After deploying to Vercel, you must go into the settings and disable the Mail.tm provider to ensure the service works correctly.
<!-- Netlify Deployment Button -->
[](https://app.netlify.com/start/deploy?repository=https://github.com/moonwesif/duckmail)
<!-- Vercel Deployment Button -->
[](https://vercel.com/new/clone?repository-url=https://github.com/moonwesif/duckmail)