{"id":29825870,"url":"https://github.com/lra8dev/anonymous-message-app","last_synced_at":"2025-07-29T04:12:49.367Z","repository":{"id":246777684,"uuid":"822153571","full_name":"lra8dev/Anonymous-Message-App","owner":"lra8dev","description":"Anonymous Message is a platform designed for users to express themselves freely without revealing their identity. Built with a strong emphasis on privacy and security, it provides a safe space for sharing thoughts, feedback, or confessions.","archived":false,"fork":false,"pushed_at":"2024-07-12T03:34:20.000Z","size":969,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-27T05:27:30.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://anonymous-messagess.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lra8dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-30T12:30:28.000Z","updated_at":"2024-07-27T08:22:10.000Z","dependencies_parsed_at":"2024-12-02T16:21:56.181Z","dependency_job_id":null,"html_url":"https://github.com/lra8dev/Anonymous-Message-App","commit_stats":null,"previous_names":["laxman-rathod/anonymous-messages","laxmanrathod69/anonymous-message-app","laxman-rathod/anonymous-message-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lra8dev/Anonymous-Message-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FAnonymous-Message-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FAnonymous-Message-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FAnonymous-Message-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FAnonymous-Message-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lra8dev","download_url":"https://codeload.github.com/lra8dev/Anonymous-Message-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FAnonymous-Message-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267627268,"owners_count":24117716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-29T04:12:48.827Z","updated_at":"2025-07-29T04:12:49.361Z","avatar_url":"https://github.com/lra8dev.png","language":"TypeScript","readme":"# Anonymous Message - Tell them what you really think. Anonymously. 😉\n\n## Introduction 🧩\n\nAnonymous Message is a platform designed for users to express themselves freely without revealing their identity. Built with a strong emphasis on privacy and security, it provides a safe space for sharing thoughts, feedback, or confessions.\n\n## Features 🪶\n\n- **Anonymous Messaging:** Send and receive messages without disclosing your identity.\n- **User-Friendly Interface:** Clean and intuitive design for a seamless user experience.\n- **Message Deletion:** Users have the option to delete their own messages.\n- **Secure Authentication:** Utilizes NextAuth.js for robust user authentication.\n- **Email Notifications:** Receive notifications for new messages.\n\n## Technologies Used 🚀\n\n- **Frontend:** Next.js, React.js, TypeScript, Tailwind CSS\n- **Authentication:** NextAuth.js\n- **Backend:** Node.js, Express.js\n- **Database:** MongoDB\n- **Email Service:** Resend\n- **Validation:** Zod\n- **Styling:** Tailwind CSS\n- **Other:** React Email, Vercel AI (Potential), Google Generative AI (Potential)\n\n## APIs 💫\n\n- **Resend API:** For sending email notifications (if enabled).\n- **Vercel AI / Google Generative AI:** Potentially used for features like message summarization, translation, or intelligent responses.\n\n**Authentication:**\n\n- NextAuth.js(Authjs)\n- JWT\n\n**Deployment:**\n\n- Vercel\n- Render\n- GitHub\n\n## Quick Demo 🪧\n\nFeel free to explore the quick demo by clicking [here](https://anonymous-messagess.vercel.app).\n\n## Getting Started 🔥\n\n### Prerequisites 🔮\n\n- **Node.js and npm:** Download and install Node.js from [NodeJS](https://nodejs.org/). This will also install npm.\n- **MongoDB:** Set up a MongoDB database and obtain your connection URI.\n- **Resend Account:** Create an account on [Resend](https://resend.com) for email notifications (optional).\n\n### Installation ⚙️\n\n**1. Clone the repository:**\n\n```bash\ngit clone https://github.com/laxman-rathod/Anonymous-Messages.git\n```\n\n**2. Navigate to the project directory:**\n\n```bash\ncd Anonymous-Messages\n```\n\n**3. Install dependencies:**\n\n```bash\nnpm install\n```\n\n**4. Create a .env.local file in the root directory and add the following environment variables:**\n\n```bash\nSERVER_INFO=localhost:3000\nNEXTAUTH_SECRET=\u003cyour-next-auth-secret\u003e\nMONGODB_URI=\u003cyour-mongodb-connection-string\u003e\nRESEND_API_KEY=\u003cyour-resend-api-key\u003e\nGOOGLE_GENERATIVE_AI_API_KEY=\u003cyour-google-ai-api-key\u003e\n```\n\n**5. Run the development server:**\n\n```bash\nnpm run dev\n```\n\nThe application should now be running at http://localhost:3000.\n\n## Usage 🪴\n\n**1. Visit the application in your browser.**\n**2. (Optional) Create an account or log in.**\n**3. Send and receive anonymous messages.**\n\n## Screenshots 📸\n\n**Home Page:**\n![Screenshot (1)](/public/home_page.png)\n\n**User Dashboard:**\n![Screenshot (2)](/public/user_dashboard.png)\n\n**Public Page**\n![Screenshot (3)](/public/public_profile.png)\n\n## Contributing 🤝\n\nContributions are highly welcome!\n\n- Fork the repository.\n- Create a new branch (git checkout -b feature/your-feature-name).\n- Make your changes.\n- Commit your changes (git commit -m 'Add some feature').\n- Push to the branch (git push origin feature/your-feature-name).\n- Open a pull request.\n\n## License 📝\n\nThis project is licensed under the MIT LICENSE. See the [License](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flra8dev%2Fanonymous-message-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flra8dev%2Fanonymous-message-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flra8dev%2Fanonymous-message-app/lists"}