{"id":28714991,"url":"https://github.com/siddhantmishraweb/chatverse","last_synced_at":"2026-04-17T04:33:43.694Z","repository":{"id":295188831,"uuid":"989424869","full_name":"siddhantmishraweb/ChatVerse","owner":"siddhantmishraweb","description":"A web chatting application","archived":false,"fork":false,"pushed_at":"2025-05-26T03:05:21.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T02:02:33.271Z","etag":null,"topics":["webchat","website","whatsapp"],"latest_commit_sha":null,"homepage":"https://whatschatter.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/siddhantmishraweb.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}},"created_at":"2025-05-24T04:28:15.000Z","updated_at":"2025-05-26T03:05:24.000Z","dependencies_parsed_at":"2025-05-26T04:28:18.413Z","dependency_job_id":null,"html_url":"https://github.com/siddhantmishraweb/ChatVerse","commit_stats":null,"previous_names":["siddhantmishraweb/whatschatter","siddhantmishraweb/chatverse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siddhantmishraweb/ChatVerse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantmishraweb%2FChatVerse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantmishraweb%2FChatVerse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantmishraweb%2FChatVerse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantmishraweb%2FChatVerse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddhantmishraweb","download_url":"https://codeload.github.com/siddhantmishraweb/ChatVerse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantmishraweb%2FChatVerse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279127030,"owners_count":26109525,"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-10-15T02:00:07.814Z","response_time":56,"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":["webchat","website","whatsapp"],"created_at":"2025-06-15T02:00:46.357Z","updated_at":"2025-10-15T23:20:55.229Z","avatar_url":"https://github.com/siddhantmishraweb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💬 ChatVerse\n\nWelcome to **ChatVerse** – a real-time, Google-authenticated chat application built using **Next.js**, **Supabase**, **Tailwind CSS**, and **TypeScript**.\n\n\u003cdiv align=\"center\"\u003e\n \n\n  ![image](https://github.com/user-attachments/assets/e1ecf6cb-f88c-4c75-abe1-d903c434c6d4)\n\n![Uploading image.png…]()\n\n![Uploading image.png…]()\n\n\n\n\u003c/div\u003e\n\n---\n\n## 🚀 Live Demo\n\n🔗 [ChatVerse is live here](https://whatschatter.vercel.app/)\n\n---\n\n## 📌 Features\n\n- ✅ Google login via Supabase\n- ✅ Real-time chat functionality\n- ✅ Typing and sending messages stored in Supabase and updated live\n- ✅ Pixel-perfect UI (WhatsApp-inspired)\n- ✅ All users shown in the chat list with their Google profile picture\n- ✅ Open chat and message other users\n- ✅ Logout functionality\n- ✅ Fully responsive and accessible UI\n- ✅ Filters and Search for chats (WIP)\n- ✅ Add Labels to chats (WIP)\n- ✅ Assign members to chats (WIP)\n- ✅ IndexedDB caching (WIP)\n- ✅ Group Chat and Media Support (WIP)\n\n---\n\n## 🧱 Tech Stack\n\n- ⚙️ [Next.js](https://nextjs.org/)\n- 🎨 [Tailwind CSS](https://tailwindcss.com/)\n- 🔐 [Supabase](https://supabase.com/) (Auth + Realtime DB)\n- ⛑️ [TypeScript](https://www.typescriptlang.org/)\n- 🎭 [React Icons](https://react-icons.github.io/react-icons/)\n- 🧠 IndexedDB (Planned)\n\n---\n\n## 🏁 Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/yourusername/chatverse.git\ncd chatverse\n2. Install Dependencies\nbash\nCopy\nEdit\nnpm install\n# or\nyarn install\n3. Configure Supabase\nCreate a project on Supabase\n\nEnable Google OAuth Provider\n\nAdd redirect URI: http://localhost:3000\n\nCopy your SUPABASE_URL and SUPABASE_ANON_KEY\n\nCreate .env.local file\n\nbash\nCopy\nEdit\nNEXT_PUBLIC_SUPABASE_URL=https://your-supabase-url.supabase.co\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key\n4. Run Development Server\nbash\nCopy\nEdit\nnpm run dev\n# or\nyarn dev\n🗃️ Supabase Schema\nprofiles Table (automatically created)\nid - UUID (Primary key, user ID)\n\nemail - Text\n\navatar_url - Text\n\nfull_name - Text\n\nmessages Table\nColumn\tType\tDescription\nid\tUUID\tPrimary key\nsender_id\tUUID\tReference to profiles\nreceiver_id\tUUID\tReference to profiles\ncontent\tText\tMessage body\ncreated_at\tTimestamp\tMessage timestamp\n\n✨ Deployment\nDeployed on Vercel.\n\n🔗 https://whatschatter.vercel.app/\n\n📌 TODO\n Add group chat functionality\n\n Enable file/image/video attachments\n\n Use IndexedDB to cache messages\n\n Improve UI animations and transitions\n\n Filter/Search functionality\n\n Assign labels and members to chats\n\n👨‍💻 Author\nDeveloped by Siddhant Mishra\n\n📜 License\nThis project is licensed under the MIT License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhantmishraweb%2Fchatverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddhantmishraweb%2Fchatverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhantmishraweb%2Fchatverse/lists"}