0 / 400 Options
App Description

📝 - Write your message!

🔐 - It gets encrypted and stored on our database.

🔗 - The link provided is the only way to get to the message.

💥 - It will self-destruct after after 24 hours (or whatever you choose).

👀 - If the message hasn't self-destructed, then it can be view once with the link.

🦾 - You can add a passkey for extra peace of mind.

😄 - Enjoy!

How are messages stored?

TL;DR: Every message gets a unique encryption key, and we don't keep it!

You send your message, we generate a new encryption key.

We then encrypt your message with this unique key.

We store the encrypted message, but not the key. We return the key right back to you.

You're the only one that gets your encryption key, which is stored in your link, so don't lose the link!

How are messages deleted?

When a message is opened or expired, the message content gets deleted from our database.

We hold on to message attributes, so the sender or recipiant of the message can see if and when it was opened.

About Me

This site was made be me, billlaaayyy. I am making a small portfolio of web utilities that anyone can use. Check out the source code on GitHub.

Project Flight was made specifically because I heard PHP was bad and I wanted to see for myself.

Licenses and Technologies

Icons from Bootstrap icons. Copyright (c) 2025 Bootstrap Authors. License and information can be found on GitHub at twbs/bootstrap.

Styled with pico CSS. License and information can be found on GitHub at picocss/pico.

Routing handled with PHP ROUTER. License and information can be found on GitHub at phprouter/main