{"id":15896826,"url":"https://github.com/mk4levi/whatsapp-clone","last_synced_at":"2025-03-20T15:33:15.562Z","repository":{"id":253681578,"uuid":"843981815","full_name":"Mk4Levi/Whatsapp-Clone","owner":"Mk4Levi","description":"WhatsApp Clone is a real-time messaging application built using the MERN stack, with WebSockets enabling instant communication. The project delivers a seamless user experience, mirroring the functionality of a modern messaging platform.","archived":false,"fork":false,"pushed_at":"2024-08-21T22:45:22.000Z","size":1497,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-07T09:22:45.835Z","etag":null,"topics":["convex","expressjs","html-css-javascript","jwt","mongodb","nextjs","nodejs","reactjs","webhook","websockets"],"latest_commit_sha":null,"homepage":"https://whatsapp-clone.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/Mk4Levi.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-08-18T02:37:24.000Z","updated_at":"2024-08-22T02:53:06.000Z","dependencies_parsed_at":"2024-08-22T00:16:59.185Z","dependency_job_id":null,"html_url":"https://github.com/Mk4Levi/Whatsapp-Clone","commit_stats":null,"previous_names":["mk4levi/whatsapp-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FWhatsapp-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FWhatsapp-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FWhatsapp-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FWhatsapp-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mk4Levi","download_url":"https://codeload.github.com/Mk4Levi/Whatsapp-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221778867,"owners_count":16878842,"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":["convex","expressjs","html-css-javascript","jwt","mongodb","nextjs","nodejs","reactjs","webhook","websockets"],"created_at":"2024-10-06T09:23:17.907Z","updated_at":"2024-10-28T04:21:28.437Z","avatar_url":"https://github.com/Mk4Levi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://manthan-mk-portfolio.vercel.app\"\u003e\n  \u003cimg alt=\"AI-powered WhatsApp.\" src=\"https://i.ibb.co/YcWpZ5F/Screenshot-24.png\"\u003e\n  \u003ch1 align=\"center\"\u003eWhatsApp Clone\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n This WhatsApp Clone is a real-time messaging application built using the MERN stack, with WebSockets enabling instant communication. The project delivers a seamless user experience, mirroring the functionality of a modern messaging platform. \n\u003c/p\u003e\n\n### Project Link:\n\n[Visit Project's Live Web-App](https://whatsapp-clone.vercel.app/)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#tech-stack\"\u003e\u003cstrong\u003eTech Stack\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#deploy-your-own\"\u003e\u003cstrong\u003eDeploy Your Own\u003c/strong\u003e\u003c/a\u003e ·\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Tech Stack\n\n- [Convex](https://convex.dev/) for the database, real-time events and cloud functions\n- Next.js [App Router](https://nextjs.org/docs/app) for the framework\n- [ShadCN](https://ui.shadcn.com/) for UI components\n- [Convex File Storage](https://docs.convex.dev/file-storage) for storing images and videos\n- [ZegoCloud](https://www.zegocloud.com) for video calls\n- [Clerk](https://clerk.dev/) for user authentication\n- [Tailwind CSS](https://tailwindcss.com/) for styling\n- [TypeScript](https://www.typescriptlang.org/) just to feel cool\n\n## Deploy Locally\n\nYou can deploy this app by setting up the following services and adding their environment variables:\n\n1. Run `npm install` to install dependencies.\n2. Run `npm run dev`. It will prompt you to log into [Convex](https://convex.dev) and create a project.\n3. It will then ask you to supply the `CLERK_ISSUER_URL`. To do this:\n   1. Make a [Clerk](https://clerk.dev) account.\n   2. Copy both the `CLERK_SECRET_KEY` and `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` [API keys](https://dashboard.clerk.com/last-active?path=api-keys) into `.env.local`.\n   3. Do steps 1-3 [here](https://docs.convex.dev/auth/clerk) and copy the Issuer URL.\n      It should look something like `https://some-animal-123.clerk.accounts.dev`.\n   4. Add `CLERK_ISSUER_URL` to your [Convex Environment Variables](https://dashboard.convex.dev/deployment/settings/environment-variables?var=CLERK_ISSUER_URL)\n      Paste the Issuer URL as the value and click \"Save\".\n4. Add `CLERK_HOST_NAME` to your [Convex Environment Variables](https://dashboard.convex.dev/deployment/settings/environment-variables?var=CLERK_ISSUER_URL) as for the value paste the `CLERK_ISSUER_URL's` value\n5. From your [CLERK](https://clerk.dev) account, under the WebHooks, add an endpoint which should look like this: `https://your-convex-url.convex.site/clerk` and select `user.created` `user.updated` `session.created` `session.ended` events. Copy the webhook secret and in your Convex Dashboard add this env variable `CLERK_WEBHOOK_SECRET` and paste the value\n6. Now your frontend and backend should be running and you should be able to log in but not support OpenAI features.\n7. Create an [OpenAI](https://platform.openai.com/) account to get $5 of free credit or pay for your current account and get your `OPENAI_API_KEY` and add it to Convex Dashboard\n8. To enable video calling, create a [ZEGOCLOUD](https://www.zegocloud.com) account, create a project and select voice \u0026\u0026 video calls. Paste `ZEGO_APP_ID` and `ZEGO_SERVER_SECRET` to .env.local and save\n9. Now it should be up and running. Check out the [TUTORIAL](https://youtu.be/sQ1zvdS8eU8) for a complete walk-through.\n\n### Contact\n\nManthan Kumar -[LinkedIn](https://www.linkedin.com/in/mk4coder/)\n-mksoul1811@gmail.com\n\n## Thanks for visiting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fwhatsapp-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmk4levi%2Fwhatsapp-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fwhatsapp-clone/lists"}