A private email service allowing you to create disposable emails for free.
Features:
- (📧) Create disposable, secure emails instantly - no signup required.
- (🔗) Use our free API to integrate disposable emails into your apps/libraries.
- (🛡️) Stay anonymous by using disposable emails instead of your real one.
- (📂) Your emails are never stored once your session ends. Your privacy is guaranteed.
- (🖥️) Optimized web interface for both desktop and mobile devices.
- (👤) Open-source under Apache 2.0 license - contribute or view it anytime.
This is my first ever project using Vite + React! I'm also attempting to learn how to use Tailwind CSS better.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Fixed an issue with the margin on the subheader, and I added a little label to remind the user when their inbox expires!
I've added compatibility so users can have a custom duration with the API. Currently working on improvements for the mail UI.
I finally finished creating the API documentation! I took some time to make sure it looks clean and made it easy-to-use.
Second iteration is finally ready to ship! Here's a quick demo for anybody interested in how it looks now :)
I managed to upgrade my setup to a good Hetzner server! I also shortened the length of the emails since it previously used UUID (which was super long).
After some final commits, the website is finally ready for production! Updating the server right now.
We're down to the final stretch before the project is ready to ship! I created a MailViewer component to load emails and display them neatly, as long as any additional HTML.
Still working on some minor page changes. I had to fix a bug present in the toast and dialog which caused the opacity animations to work only half the time. This was solved using requestAnimationFrame which basically tells your device hey, i need to display an animation, update the frame and render the initial state before i do it.
I've created one unified session function which will handle all API requests. Decided to do this to clean up the code a bit (lots of repetition...).
Similarly for the toast, I created a dialog component to warn users before continuing with certain danger-zone actions. The component HTML is using a modified version of the code here (bleh Tailwind for putting all the other themes/icons behind a paywall): https://tailwindcss.com/plus/ui-blocks/application-ui/overlays/modal-dialogs
Had to fix a quick bug because index.html wasn't being served automatically for all routes (since this is a React app it's necessary).
I've been working on the overall design for the Mail page, and created a simple Toast component that I can use to display user messages. The component HTML is using a modified version of the code here (thank you Flowbite!): https://flowbite.com/docs/components/toast/
Currently working on designing the mailbox page! API is all done and ready-for-use (ignore the longgggg email, oh and the localhost...)
I've fixed a few bugs and also added session tokens when new disposable mailboxes are created. These are to prevent attackers from viewing your messages or deleting your inbox, because the token is required for access.
I've updated the code to save a message if one is caught! This means the API should now be fully operable and I can create, destroy, and view messages of disposable emails.
I've finished creating the SMTP server, setting up the Prisma database, and included rate limiting for API commands too!
I moved around some of the CSS properties, modified the page glow colors, and added a 404 not found page!
I've moved the custom cursor to its own component and added a pointer checker to remove it for mobile devices!
During this time, I finished working on the README, setup the domain + GitHub Pages, and patched a few bugs (including one which caused the How it Works, Features, and FAQ buttons to not function properly on locations other than /).
<br>
I also fixed the scroll margin top for each section, and create a ScrollToTop component to force the page to start at the top when the location is changed.
I've finished building the website and setting up my React + Vite project! I'm currently working on creating a README.
More progress on the website! I added a features section, finished the navbar, and added a custom cursor :)
First devlog! I'm learning how to setup Vite + React for the first time, and installing Tailwind CSS :D