{"id":14968914,"url":"https://github.com/riteshpuvvada/real-time-chat-supabase-nextjs","last_synced_at":"2025-10-26T06:30:45.860Z","repository":{"id":37039450,"uuid":"401568722","full_name":"RiteshPuvvada/Real-Time-Chat-Supabase-NextJs","owner":"RiteshPuvvada","description":"Real-Time Data Syncing Chat Application ","archived":false,"fork":false,"pushed_at":"2023-04-24T19:06:21.000Z","size":824,"stargazers_count":38,"open_issues_count":7,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T15:53:59.486Z","etag":null,"topics":["chat-application","eslint-rules","nextjs","react","reactjs","supabase","supabase-client","supabase-js"],"latest_commit_sha":null,"homepage":"https://real-time-chat-supabase.pages.dev/","language":"CSS","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/RiteshPuvvada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-31T04:09:44.000Z","updated_at":"2024-09-09T07:19:42.000Z","dependencies_parsed_at":"2023-02-16T04:31:23.599Z","dependency_job_id":null,"html_url":"https://github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FReal-Time-Chat-Supabase-NextJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FReal-Time-Chat-Supabase-NextJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FReal-Time-Chat-Supabase-NextJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FReal-Time-Chat-Supabase-NextJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RiteshPuvvada","download_url":"https://codeload.github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238275864,"owners_count":19445299,"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":["chat-application","eslint-rules","nextjs","react","reactjs","supabase","supabase-client","supabase-js"],"created_at":"2024-09-24T13:40:48.510Z","updated_at":"2025-10-26T06:30:45.521Z","avatar_url":"https://github.com/RiteshPuvvada.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"205px\" alt=\"logo\" src=\"public/android-chrome-512x512.png\"\u003e\n\u003cbr\u003e\n\u003ch1\u003eNightly ☄️\u003c/h1\u003e\n\u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/docs-main-blue\"\u003e\n\u003ca href=\"https://github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs/blob/main/LICENSE\"\u003e\u003cimg alt=\"GitHub license\" src=\"https://img.shields.io/github/license/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs\"\u003e\u003c/a\u003e\n\u003cimg alt=\"Uptime Robot ratio (7 days)\" src=\"https://img.shields.io/uptimerobot/ratio/7/m789074376-4944aacf1aa54bc22fa9881a\"\u003e\n\u003cimg alt=\"GitHub code size in bytes\" src=\"https://img.shields.io/github/languages/code-size/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs\"\u003e\n\u003ca href=\"https://github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs/stargazers\"\u003e\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs?style=social\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\n## Real-Time Data Syncing Chat Application with Supabase and Next.js\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nA full-stack Slack clone example using:\n\n- Frontend:\n  - Next.js.\n  - [Supabase.js](https://supabase.io/docs/library/getting-started) for user management and realtime data syncing.\n- Backend:\n  - [app.supabase.io](https://app.supabase.io/): hosted Postgres database with restful API for usage with Supabase.js.\n\n\n## Getting Started\n\n- Clone the repository with:\n\n```\n$ git clone https://github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs.git\n```\n\n- Install the dependencies:\n```bash\n$ npm install\n```\n\n- Install supabase Javascript client:\n\n```bash\n$ npm install @supabase/supabase-js\n```\n- Create `.env` file for the Supabase `URL` and `ANON` key:\n```\nNEXT_PUBLIC_SUPABASE_URL= \u003c YOUR SUPABASE URL \u003e\nNEXT_PUBLIC_SUPABASE_API_KEY= \u003c YOUR SUPABASE ANON KEY \u003e\n```\n\n- [Install ESLint Plugin](https://reactjs.org/docs/hooks-rules.html):\n\n```bash\nyarn add eslint-plugin-react-hooks@next\n# or\nnpm install eslint-plugin-react-hooks@next\n```\n- ESLint config:\n```bash\n// Your ESLint configuration\n{\n  \"plugins\": [\n    // ...\n    \"react-hooks\"\n  ],\n  \"rules\": {\n    // ...\n    \"react-hooks/rules-of-hooks\": \"error\", // Checks rules of Hooks\n    \"react-hooks/exhaustive-deps\": \"warn\" // Checks effect dependencies\n  }\n}\n```\n\n- run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## License\n\nThis repository is under The MIT License. Read the [LICENSE](https://github.com/RiteshPuvvada/Real-Time-Chat-Supabase-NextJs/blob/main/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshpuvvada%2Freal-time-chat-supabase-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friteshpuvvada%2Freal-time-chat-supabase-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshpuvvada%2Freal-time-chat-supabase-nextjs/lists"}