An anonymous message web app. Send secret messages to anyone, no names, no traces.
- 📩 Send anonymous messages to anyone
- 🔍 Search your inbox by name
- 💬 View all messages sent to you
- 🔒 100% anonymous — no sender info stored
- Next.js — React framework
- Supabase — Database
- Tailwind CSS — Styling
- Vercel — Deployment
- Go to the website
- Type someone's name and write a secret message
- Hit Send anonymously
- The recipient visits
/inbox/theirnameto read their messages
git clone https://github.com/tenchiift/secret-message-app.git
cd secret-message-app
npm install
npm run dev