Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.23 KB

Sidebox

Instant email inboxes for signing up to things: sidebox.net

Decorative banner

Why should I use this?

  • Make multiple accounts on the same service
  • Stop companies knowing your real email and tracking you across the internet with it
  • Completely avoid spam - messages are in a separate email inbox that you can just delete

Why is this better than services like 10minutemail?

You can create multiple email inboxes and they last forever (unless you delete them). This means you won't get locked out of accounts you make if you forget the email or password, or need an email 2fa code.

Why is this better than username+something​@gmail.com?

Companies can still easily figure out your normal email address, and it's not as easy to block them. With Sidebox, all they get is a random identifier, and once you delete it, it's useless.

Repository structure

The main extension code is in ext/src/shared. The ext/build.sh script creates dev (for running the API locally) and prod (using the real API) builds of the extension for Firefox and Chromium. There's no React or TypeScript or anything fancy, it's just vanilla HTML/CSS/JS.