{"id":24764661,"url":"https://github.com/aleksanderpalamar/team-chat-application","last_synced_at":"2025-10-04T00:42:38.826Z","repository":{"id":193705873,"uuid":"688686870","full_name":"aleksanderpalamar/team-chat-application","owner":"aleksanderpalamar","description":"xTeam Chat is an exciting Fullstack application built with Next.js 13, Socket.io, Prisma, Tailwind, and MySQL. This application enables teams to collaborate efficiently, providing a real-time chat experience. Harness the power of modern technology to enhance your team's communication","archived":false,"fork":false,"pushed_at":"2023-09-21T15:48:13.000Z","size":517,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T16:46:57.799Z","etag":null,"topics":["chat","mysql","nextjs13","prisma","socket-io","tailwindcss"],"latest_commit_sha":null,"homepage":"https://team-chat-application-production-9355.up.railway.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/aleksanderpalamar.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":"2023-09-07T22:18:23.000Z","updated_at":"2025-02-11T16:15:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"867e17b4-8bb6-43c7-b5a9-99c9d1a2cbb2","html_url":"https://github.com/aleksanderpalamar/team-chat-application","commit_stats":null,"previous_names":["aleksanderpalamar/team-chat-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aleksanderpalamar/team-chat-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksanderpalamar%2Fteam-chat-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksanderpalamar%2Fteam-chat-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksanderpalamar%2Fteam-chat-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksanderpalamar%2Fteam-chat-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleksanderpalamar","download_url":"https://codeload.github.com/aleksanderpalamar/team-chat-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksanderpalamar%2Fteam-chat-application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262438820,"owners_count":23311226,"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","mysql","nextjs13","prisma","socket-io","tailwindcss"],"created_at":"2025-01-28T22:33:39.416Z","updated_at":"2025-10-04T00:42:33.783Z","avatar_url":"https://github.com/aleksanderpalamar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fullstack application xTeam Chat: Next.js 13, Socket.io, Prisma, Tailwind, MySQL\n\n![Copyright 2023 xTeam Chat Application](https://cdn.discordapp.com/attachments/811800332006457356/1154434880684425266/xTeamChat.png)\n\n## Features\n\n- [x] Real-time messaging using Socket.io\n- [x] Send attachments as messages using UploadThing\n- [x] Delete \u0026 Edit messages in real time for all users\n- [x] Create Text, Audio and Video call Channels\n- [x] 1:1 conversation between members\n- [x] 1:1 video calls between members\n- [x] Member management (Kick, Role change Guest / Moderator)\n- [x] Unique invite link generation \u0026 full working invite system\n- [x] Infinite loading for messages in batches of 10 (tanstack/query)\n- [x] Server creation and customization\n- [x] Beautiful UI using TailwindCSS and ShadcnUI\n- [x] Full responsivity and mobile UI\n- [x] Light / Dark mode\n- [x] Websocket fallback: Polling with alerts\n- [x] ORM using Prisma\n- [x] MySQL database using Planetscale\n- [x] Authentication with Clerk\n\n## Contributing\n\nYou can contribute to this project by creating a PR on the [GitHub repository](https://github.com/aleksanderpalamar/team-chat-application).\n\n### Prerequisites\n\n**Node version v18.x.x**\n\n### Cloning the repository\n\n```shell\ngit clone git@github.com:aleksanderpalamar/team-chat-application.git\n```\n\n### Install packages\n\n```shell\ncd team-chat-application\nnpm i\n```\n\n### Setup .env file\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=\n\nNEXT_PUBLIC_SITE_URL=\n\nDATABASE_URL=\n\nUPLOADTHING_SECRET=\nUPLOADTHING_APP_ID=\n\nLIVEKIT_API_KEY=\nLIVEKIT_API_SECRET=\nNEXT_PUBLIC_LIVEKIT_URL=\n```\n\n### Setup Prisma\n\nAdd MySQL Database I used PlanetScale\n\n```shell\nnpx prisma generate\nnpx prisma db push\n```\n\n### Start the application\n\n```shell\nnpm run turbo:dev\n```\n\n## Available Commands\n\nRunning commands with `npm run [command]`\n\n| Command | Description |\n| --- | --- |\n| `dev` | Start a development instance of the application |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksanderpalamar%2Fteam-chat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksanderpalamar%2Fteam-chat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksanderpalamar%2Fteam-chat-application/lists"}