People often struggle to receive honest feedback due to fear of judgment or social pressure. Traditional feedback methods lack anonymity, which discourages open communication and truthful responses.
True Whisper is a full-stack anonymous messaging platform built with Next.js, TypeScript, and MongoDB. It enables users to receive anonymous feedback via a unique, shareable link. Authentication is handled through NextAuth, while the frontend is styled using shadcn/ui and Tailwind CSS for a sleek, responsive experience. Server-side rendering (SSR) ensures optimal performance and SEO.
Users have a personal dashboard where they can view all received messages, filter them by read/unread status, and mark messages as read. Additionally, they can toggle their profile to stop receiving new anonymous messages. True Whisper is ideal for creators, professionals, and students seeking honest, anonymous input in a private and controlled environment.
Receive completely anonymous messages through a unique shareable link.
View, manage, and filter messages by read/unread status with the ability to mark messages as read.
Users can disable anonymous message reception at any time via their dashboard.
NextAuth ensures secure and private login sessions for each user.
Designed with Tailwind CSS and shadcn/ui for consistent usability across devices.
Server-side rendering improves performance and makes public profiles indexable by search engines.