{"id":18773736,"url":"https://github.com/prthub/socio","last_synced_at":"2026-01-31T03:31:56.106Z","repository":{"id":259501506,"uuid":"871969764","full_name":"PrtHub/socio","owner":"PrtHub","description":"Socio is a platform for communities to connect with one another. It is a cloud-based social chat platform that allows users to communicate with one another in real-time. ","archived":false,"fork":false,"pushed_at":"2024-12-06T10:35:30.000Z","size":1123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T02:46:15.444Z","etag":null,"topics":["axios","livekit-sdk","neondb","nextjs14","postgresql","prisma","query-string","shadcn-ui","socket-io","tailwindcss","uploadthing","web-sockets","zod","zustand"],"latest_commit_sha":null,"homepage":"https://socio.up.railway.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/PrtHub.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}},"created_at":"2024-10-13T13:02:30.000Z","updated_at":"2024-12-06T10:35:33.000Z","dependencies_parsed_at":"2024-11-04T16:18:10.073Z","dependency_job_id":"108b5975-9747-4331-b6ae-6c08ef0c3bca","html_url":"https://github.com/PrtHub/socio","commit_stats":null,"previous_names":["prthub/socio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PrtHub/socio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrtHub%2Fsocio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrtHub%2Fsocio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrtHub%2Fsocio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrtHub%2Fsocio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrtHub","download_url":"https://codeload.github.com/PrtHub/socio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrtHub%2Fsocio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28928148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["axios","livekit-sdk","neondb","nextjs14","postgresql","prisma","query-string","shadcn-ui","socket-io","tailwindcss","uploadthing","web-sockets","zod","zustand"],"created_at":"2024-11-07T19:35:17.798Z","updated_at":"2026-01-31T03:31:56.090Z","avatar_url":"https://github.com/PrtHub.png","language":"TypeScript","readme":"# Socio 🚀\n\nSocio is more than just a chat application – it's a comprehensive community platform that combines the power of real-time communication with modern social features. Built with the latest web technologies, it offers a smooth, intuitive experience that feels native across all devices.\n\n![image](https://github.com/user-attachments/assets/f9784cff-5bd9-45a7-b521-683940f9bca8)\n\n## ✨ Features\n\n- **Real-time Communication** - Instant messaging powered by Socket.IO\n- **Server Creation** - Create and manage your own communities\n- **Channels** - Text, voice, and video channels for diverse communication needs\n- **Direct Messaging** - Private conversations between users\n- **Role-based Permissions** - Granular control over user access and capabilities\n- **File Sharing** - Easy file uploads and sharing via UploadThing\n- **Rich Media Support** - Share images, pdfs, and other media formats\n- **Video Calls** - Crystal-clear video communication using LiveKit\n- **Authentication** - Secure user authentication powered by Clerk\n- **Responsive Design** - Seamless experience across all devices\n\n## 🛠️ Tech Stack\n\n- Next.js 14 - React framework for production\n- TailwindCSS - Utility-first CSS framework\n- Shadcn UI - Pre-built UI components\n- Zustand - State management\n- Axios - HTTP client\n- Query String - URL query string parsing\n- Socket.IO - Real-time bidirectional communication\n- PostgreSQL - Primary database (hosted on NeonDB)\n- Prisma - Type-safe ORM\n- Zod - TypeScript-first schema validation\n- LiveKit SDK - Video streaming capabilities\n- Clerk - Authentication and user management\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js 18+ \n- PostgreSQL\n- NPM or Yarn\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/PrtHub/socio.git\ncd socio\n```\n\n2. Install dependencies\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Set up environment variables\n```bash\ncp .env.example .env\n```\n\n4. Update the `.env` file with your credentials:\n```env\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/\nNEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_REDIRECT_URL=/\nNEXT_PUBLIC_CLERK_SIGN_IN_FORCE_REDIRECT_URL=/\nNEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL=/\n\nDATABASE_URL=\n\nUPLOADTHING_TOKEN=\nUPLOADTHING_SECRET=\n\nNEXT_PUBLIC_SITE_URL=\n\nLIVEKIT_API_KEY=\nLIVEKIT_API_SECRET=\nNEXT_PUBLIC_LIVEKIT_URL=\n```\n\n5. Run database migrations\n```bash\nnpx prisma migrate dev\n```\n\n6. Start the development server\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nVisit `http://localhost:3000` to see your app running!\n\n## 📝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 🙏 Acknowledgments\n\n- Discord for inspiration\n- All the amazing open-source libraries that made this possible\n- Our wonderful community of contributors\n\n## 📞 Contact\n\nYour Name - [@PritamGhosh](https://x.com/PritamGhosh010)\n\nProject Link: [https://socio.up.railway.app](https://socio.up.railway.app)\n\n---\n⭐️ Star on GitHub — it helps!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprthub%2Fsocio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprthub%2Fsocio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprthub%2Fsocio/lists"}