A FastHTML-based email forwarding service using the X402 payment protocol. Users create paid email endpoints where others must pay in USDC to send emails to them.
You can create links with different labels (your email won't be shown to them ofc).
Users pay to send you an email either through the API or using the website & wallet connect.

All money is sent to the X402_PAYMENT_ADDRESS variable you set up in the .env file.
- Paid Email Endpoints: Create email addresses that require payment to send to
- X402 Payment Protocol: USDC payments via Coinbase CDP
# Install dependencies
pip install -r requirements.txt
# Start development server
just run- Create a paid email endpoint with custom pricing
- Share the unique URL with others
- Senders pay in USDC to deliver their message
- Emails are forwarded to your actual inbox
Perfect for filtering high-signal communications by adding a small payment barrier.
