Whisper Link is an anonymous messaging platform where users can send and receive messages via a shared link. Built with Next.js and TypeScript, it offers a modern, responsive user experience.
- Frontend: Next.js (React), TypeScript, Tailwind CSS
- Backend: Next.js API Routes (Serverless Functions)
- Authentication: NextAuth
- Email Service: Resend for sending emails
- Deployment: Vercel
- Send and receive anonymous messages.
- Private messaging through unique, shareable links.
- Secure authentication with NextAuth.
- Email notifications via Resend.
-
Clone the repository:
git clone https://github.com/YashJsh/WhisperLink.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
.
This project is licensed under the MIT License.
This project is licensed under the MIT License.