{"id":21175875,"url":"https://github.com/shadowslayer03/mystery-messages---nextjs-full-stack-web-app","last_synced_at":"2026-05-18T22:12:06.701Z","repository":{"id":253804192,"uuid":"844523287","full_name":"ShadowSlayer03/Mystery-Messages---NextJS-Full-Stack-Web-App","owner":"ShadowSlayer03","description":"A full stack fun project to share anonymous messages and feedback to a user on the website made with love in NextJS.","archived":false,"fork":false,"pushed_at":"2024-08-22T17:14:18.000Z","size":173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T11:29:40.984Z","etag":null,"topics":["bcryptjs","jwt-authentication","magicui","mongodb","nextauthjs","nextjs14","react-hook-form","resend-email","shadcn-ui","typescript","vercel-ai-sdk"],"latest_commit_sha":null,"homepage":"https://mystery-messages-arj.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowSlayer03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-19T12:41:50.000Z","updated_at":"2024-08-22T17:14:21.000Z","dependencies_parsed_at":"2024-11-20T17:00:39.467Z","dependency_job_id":"eafbc32b-c56c-45be-b95e-3dbe384a7715","html_url":"https://github.com/ShadowSlayer03/Mystery-Messages---NextJS-Full-Stack-Web-App","commit_stats":null,"previous_names":["shadowslayer03/mystery-messages---nextjs-full-stack-web-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FMystery-Messages---NextJS-Full-Stack-Web-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FMystery-Messages---NextJS-Full-Stack-Web-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FMystery-Messages---NextJS-Full-Stack-Web-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FMystery-Messages---NextJS-Full-Stack-Web-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowSlayer03","download_url":"https://codeload.github.com/ShadowSlayer03/Mystery-Messages---NextJS-Full-Stack-Web-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624091,"owners_count":20321029,"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","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":["bcryptjs","jwt-authentication","magicui","mongodb","nextauthjs","nextjs14","react-hook-form","resend-email","shadcn-ui","typescript","vercel-ai-sdk"],"created_at":"2024-11-20T17:00:36.752Z","updated_at":"2026-05-18T22:12:01.668Z","avatar_url":"https://github.com/ShadowSlayer03.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mystery Messages\n\nMystery Messages is a full-stack application that allows users to send anonymous feedback to other users. This app is built using modern web technologies and provides a smooth and secure experience for users.\n\n## Features\n\n- **Anonymous Messaging:** Send anonymous messages to other users.\n- **User Authentication:** Secure user login and registration with JWT and Bcrypt.\n- **Form Validation:** Robust form validation using React Hook Forms and Zod.\n- **UI Components:** Beautiful and accessible UI components using ShadCN and Magic UI.\n- **Email Notifications:** Notify users via email using the Resend API.\n- **Data Storage:** Secure data storage and retrieval using MongoDB and Mongoose.\n- **Third-Party Integrations:** Leverage the power of the Gemini API for additional features.\n\n## Tech Stack\n\n- **Frontend:**\n  - [Next.js](https://nextjs.org/) - The React Framework for Production.\n  - [TypeScript](https://www.typescriptlang.org/) - A strongly typed programming language that builds on JavaScript, providing better tooling and type safety.\n  - [ShadCN](https://shadcn.dev/) - UI components library.\n  - [Magic UI](https://magic-ui.dev/) - A design system for beautiful interfaces.\n  - [React Hook Forms](https://react-hook-form.com/) - Performant, flexible, and extensible forms with easy-to-use validation.\n  - [Zod](https://zod.dev/) - TypeScript-first schema declaration and validation library.\n  \n- **Backend:**\n  - [Next.js API Routes](https://nextjs.org/docs/api-routes/introduction) - For building API endpoints.\n  - [Bcrypt](https://www.npmjs.com/package/bcrypt) - A library to help you hash passwords.\n  - [JWT (JSON Web Tokens)](https://jwt.io/) - For securely transmitting information between the frontend and backend.\n  - [Gemini API](https://gemini.com/) - Third-party API for enhanced app functionality.\n\n- **Authentication:**\n  - [NextAuth.js](https://next-auth.js.org/) - A complete authentication solution for Next.js applications, offering support for multiple providers, secure session management, and easy customization.\n\n- **Database:**\n  - [MongoDB](https://www.mongodb.com/) - NoSQL database for storing user data and messages.\n  - [Mongoose](https://mongoosejs.com/) - Elegant MongoDB object modeling for Node.js.\n\n- **Email Integration:**\n  - [Resend](https://resend.io/) - Email API for sending transactional emails.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed on your machine:\n\n- [Node.js](https://nodejs.org/) (v14.x or later)\n- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)\n- [MongoDB](https://www.mongodb.com/)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/ShadowSlayer03/Mystery-Messages---NextJS-Full-Stack-Web-App.git\n\n   cd mystery-messages\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables:**\n\n    Set up environment variables as given in the .env.sample file.\n\n4. **Run the development server:**\n\n   ```bash\n   npm run dev\n   ```\n\n### Live Preview\n\nA live preview of this website is hosted at [https://mystery-messages-arj.vercel.app](https://mystery-messages-arj.vercel.app)\n\n### Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n### License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n### Contact\n\nFor any inquiries or issues, please reach out to the developer at [sslayer441@gmail.com].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowslayer03%2Fmystery-messages---nextjs-full-stack-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowslayer03%2Fmystery-messages---nextjs-full-stack-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowslayer03%2Fmystery-messages---nextjs-full-stack-web-app/lists"}