Mystery Message is the ultimate platform for sending anonymous messages to anyone. Share your thoughts, secrets, or compliments discreetly without revealing your identity. Start messaging anonymously today and explore a new way to connect with others.
[LIVE DEMO] https://mystery-message-five.vercel.app
First, install the dependencies:
npm install
Copy environment variables from .env.sample
file and paste into .env
file:
MONGODB_URI=""
RESEND_API_KEY=""
NEXTAUTH_SECRET=""
DOMAIN_NAME="http://localhost:3000"
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses react-email for account verification purpose. If you want to preview email templates, run:
npm run email
The website is built in NextJS and deployed on Vercel.
- Next.js for building React Components.
- TailwindCSS for styling.
- MongoDB for database.
- Vercel for deployments and CI/CD.
- Fork this GitHub repository.
- Login to your Vercel account.
- Create a new project and select forked GitHub repository.
- Vercel will deploy this project to production.
Currently, I am not accepting contributions to this project.
For support, email sujeetgund@gmail.com or DM me on twitter @Sujeet_Gund