AnonyMata is an anonymous feedback or you can say a one way messaging website built using NextJS, ShadCN and Gemini SDK. It is a simple website which has been designed uisng Tailwind CSS, it's backend has been written in TypeScript, it uses MongoDB database for storing user information and frontend is made using ReactJS. It has a Vercel AI SDK integrated with it which servers an important purpose.
Anyone an send message to the user but their identity will not be shown up, it's completely anonymous. The sender can also click on Suggest Messages to get messages in case of no idea.
To message me, click Here
- Fork the repo and copy the repo url.
- In terminal, run git clone .
- Rest github configuration is on you.
- Now to run it, use command
- npm install
- npm run dev
- To setup .env, take the help of .env.sample.
- Signup , verify your account and then sign in. You will get a dashboard.
- On the dashboard you will get a url, copy it.
- Share the url with anyone from whom you want to get message.
- The person can open the link and message whatever they want.
- All the messages sent to you will be visible on your dashboard.
This project has been completed with the help of @HiteshChoudhary.