tmpee is a temporary email service that allows users to receive emails at a temporary address.
bun worker deploy
to deploy workerbun server serve
to run server
tmpee is a monorepo composed of the following packages:
worker
: Handles email forwarding using Cloudflare Workers.server
: Manages the backend server using Elysia.js.shared
: Contains shared code used by bothworker
andserver
.
This project uses the following stack:
- Bun: A fast JavaScript runtime and package manager.
- Elysia.js: A web framework for building fast and efficient servers.
- htmx: A library for creating dynamic web applications with minimal JavaScript.
- Alpine.js: A lightweight JavaScript framework for adding interactivity to HTML.