{"id":23034994,"url":"https://github.com/leonardo1903/echovault","last_synced_at":"2026-05-01T23:39:38.823Z","repository":{"id":258955509,"uuid":"859154593","full_name":"Leonardo1903/EchoVault","owner":"Leonardo1903","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-06T07:15:20.000Z","size":1711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T08:32:45.803Z","etag":null,"topics":["mongodb","nextauth","nextjs","typescript"],"latest_commit_sha":null,"homepage":"https://echovault.leonardo1903.me/","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/Leonardo1903.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-18T07:20:27.000Z","updated_at":"2025-11-06T07:23:19.000Z","dependencies_parsed_at":"2025-06-29T12:28:54.149Z","dependency_job_id":"37b1a8c4-e22e-44e7-8241-0f2330d03754","html_url":"https://github.com/Leonardo1903/EchoVault","commit_stats":null,"previous_names":["leonardo1903/echovault"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Leonardo1903/EchoVault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FEchoVault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FEchoVault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FEchoVault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FEchoVault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leonardo1903","download_url":"https://codeload.github.com/Leonardo1903/EchoVault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FEchoVault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32517232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["mongodb","nextauth","nextjs","typescript"],"created_at":"2024-12-15T16:37:20.768Z","updated_at":"2026-05-01T23:39:38.806Z","avatar_url":"https://github.com/Leonardo1903.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EchoVault 🚀\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Node](https://img.shields.io/badge/node-v18%2B-green.svg)\n![Status](https://img.shields.io/badge/status-active-success.svg)\n\n\u003e **One-liner pitch:** Anonymous feedback platform with AI-powered suggestions, secure NextAuth authentication, and real-time message management.\n\n---\n\n![App Screenshot](./public/EchoVault.png)\n\n---\n\n## 🧐 About The Project\n\n**EchoVault** is a modern anonymous feedback platform that fosters open and honest communication. It allows anyone to send and receive anonymous messages, enhanced with AI-generated suggestions to promote constructive dialogue. Built for security, privacy, and a seamless user experience, from secure sign-on to a personalized feedback dashboard.\n\n**Key Features:**\n* ✅ **True Anonymity:** Send feedback to any registered user without needing to sign up yourself.\n* ✅ **AI-Powered Suggestions:** Intelligent, context-aware message suggestions from Google Gemini to help start conversations.\n* ✅ **Secure Authentication:** Robust and secure user registration and login system powered by NextAuth.\n* ✅ **Personal Feedback Dashboard:** Private, personalized dashboard for registered users to view and manage all received messages.\n* ✅ **Full Message Control:** Users have complete control to view, manage, and delete the messages they receive.\n\n\n## 🛠️ Tech Stack\n\n| Layer | Technologies |\n| :--- | :--- |\n| **Frontend** | Next.js 14 (App Router), React, TypeScript, Tailwind CSS, shadcn/ui |\n| **Authentication** | NextAuth.js (credential-based), Zod validation |\n| **Database** | MongoDB (Atlas) with Mongoose ODM |\n| **AI \u0026 Suggestions** | Google Gemini API |\n| **Email Service** | Resend |\n| **UI \u0026 UX** | Lucide React icons, Sonner toasts |\n| **Tooling** | ESLint, Prettier, npm scripts |\n\n---\n\n## 📚 Engineering Docs\n\nComprehensive documentation is available in the `/docs` folder:\n* **[PRD.md](./docs/PRD.md)** - Product Requirements Document with user stories, personas, and success metrics\n* **[ARCHITECTURE.md](./docs/ARCHITECTURE.md)** - System architecture, tech stack decisions, and database schema\n* **[API.md](./docs/API.md)** - API surface and response formats\n* **[DEPLOYMENT.md](./docs/DEPLOYMENT.md)** - Deployment, env vars, and operations guide\n\n**Key Code Entry Points:**\n* **API routes:** `src/app/api/*` (auth, messages, users, verification)\n* **Schemas:** `src/schemas/*` (Zod validation schemas)\n* **UI:** Components in `src/components/*` (Navbar, Footer, MessageCard, etc.)\n* **Types:** Centralized in `src/types/*`\n* **Database Models:** `src/models/*` (User model with Mongoose)\n\n---\n\n## ⚡ Quick Start\n\n**1) Clone the repo**\n```bash\ngit clone https://github.com/Leonardo1903/EchoVault.git\ncd EchoVault\n```\n\n**2) Install dependencies**\n```bash\nnpm install\n```\n\n**3) Set up environment variables**\n```bash\ncp .env.sample .env.local\n# then fill in your MongoDB URI, NextAuth Secret, Gemini API Key, Resend API Key, and app URL\n```\n\n**4) Run the development server**\n```bash\nnpm run dev\n```\nVisit http://localhost:3000\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please open an issue first to discuss what you'd like to change.\n1. Fork the project\n2. Create your feature branch: `git checkout -b feature/amazing`\n3. Commit your changes: `git commit -m \"Add amazing feature\"`\n4. Push to the branch: `git push origin feature/amazing`\n5. Open a Pull Request\n\n---\n\n## 👤 Author\n\nLeonardo Fernandes\n- GitHub: [@Leonardo1903](https://github.com/Leonardo1903)\n- LinkedIn: [leonardofernandes1903](https://www.linkedin.com/in/leonardofernandes1903/)\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardo1903%2Fechovault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonardo1903%2Fechovault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardo1903%2Fechovault/lists"}