BurnMail is a simple service that allows you to create temporary email addresses that will be deleted after a certain amount of time.
You'll have to set the following environment variables to setup the backend and frontend, here is a list of them:
🚨 Remember to also edit the database id in the wrangler.toml
You can deploy both, frontend and backend, to Cloudflare Workers by running the following commands:
pnpm install
# Deploy the backend
cd api
pnpm run deploy
The frontend can be deployed on cloudflare pages from their web dashboard.
If you want to selfhost, you can run pnpm install
, pnpm build
and pnpm dev
to start the program.
The dashboard will usually be available here.
This project is licensed under the MIT License - see the LICENSE file for details.
If you need help, feel free to join the Discord Server or open an issue.