Anonymous messaging and feedback app designed to foster open communication and constructive dialogue. Whether you're a teacher seeking honest feedback from students, a mentor encouraging anonymous questions from mentees, or simply looking for a platform to engage in fun and casual conversations .
- AI Suggestions: Provides intelligent suggestions to enhance user interactions and decisions.
- Authentication: Secure login and registration flows for user accounts.
- Zod Validation: Robust input validation using Zod for reliable and type-safe forms.
- Dark Mode: Toggle between light and dark themes for a comfortable user experience.
- OTP Validation: One-Time Password (OTP) verification for an added layer of security.
- Copy to Clipboard: Easily copy content with a single click.
- Anonymous Messaging: Engage in conversations while preserving user anonymity.
- Custom URL: Customise your own url for your profile and give a tag to it.
. Next.js . MongoDB . TypeScript . Zod . Resend Email . React Hook form . Shadcn . Tailwind Css
Clone the project
git clone https://github.com/gyandeeparyan/sameeksha
Go to the project directory
cd sameeksha
Install dependencies
npm install
Start the server
npm run dev