2024-08-04.11-18-33.mp4
TrueFeedback is a platform that enables users to gather feedback through a unique link shared with others. Users can sign up with an OTP sent to their email, manage feedback, and get AI-suggested messages.
- OTP Authentication: Secure sign-up with email verification.
- AI-Suggested Messages: Get smart suggestions to improve your feedback.
- User Dashboard: Manage feedback links and monitor responses.
- Scalability: Built with Next.js, Resend, NextAuth and MongoDB, ensuring a robust and scalable backend.
- Frontend: Next.js, Tailwind CSS, Shadcn
- Backend: Next.js, MongoDB,
- Authentication: NextAuth.js
- AI Integration: Gemini AI
- Email: Resend
- Hosting: Vercel
-
Clone the repository:
git clone https://github.com/Yash-946/True-Feedback.git cd True-Feedback -
Install dependencies:
npm install
-
Set up environment variables:
cp .env.example .env # Add your credentials to .env -
Run the development server:
npm run dev
-
Visit
http://localhost:3000to view the app.
Check out the live project here: TrueFeedback



