{"id":15714311,"url":"https://github.com/s1mpleog/slack","last_synced_at":"2026-05-02T11:35:46.153Z","repository":{"id":256153544,"uuid":"854419381","full_name":"s1mpleog/slack","owner":"s1mpleog","description":"realtime slack clone created using convex and next js 14","archived":false,"fork":false,"pushed_at":"2024-09-11T03:22:46.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T22:36:43.527Z","etag":null,"topics":["convex","nextjs","nextjs14","realtime","slack","typescript","webdevelopment"],"latest_commit_sha":null,"homepage":"","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/s1mpleog.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-09-09T06:21:18.000Z","updated_at":"2024-09-11T03:23:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"25a05475-874c-4c6f-8a70-591855304393","html_url":"https://github.com/s1mpleog/slack","commit_stats":null,"previous_names":["s1mpleog/slack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1mpleog%2Fslack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1mpleog%2Fslack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1mpleog%2Fslack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1mpleog%2Fslack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s1mpleog","download_url":"https://codeload.github.com/s1mpleog/slack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246372502,"owners_count":20766625,"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","nextjs","nextjs14","realtime","slack","typescript","webdevelopment"],"created_at":"2024-10-03T21:36:05.135Z","updated_at":"2026-05-02T11:35:46.120Z","avatar_url":"https://github.com/s1mpleog.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# 🚀 Real-Time Communication App (Slack Clone)\n\nA fullstack, real-time communication application inspired by **Slack**, featuring workspaces, channels, direct messaging, threads, and more. Built with **Next.js 14** for the frontend, **Convex Auth** for authentication, and **Tailwind CSS** for a sleek and responsive UI. **Convex** is used as the backend to handle real-time communication and database management.\n\n## 📚 Table of Contents\n\n- [🎯 Overview](#overview)\n- [✨ Key Features](#key-features)\n- [🔧 Technologies Used](#technologies-used)\n- [📦 Project Setup](#project-setup)\n- [🚀 Deployment](#deployment)\n- [🤝 Contributing](#contributing)\n- [📄 License](#license)\n\n## 🎯 Overview\n\nThis project is a **real-time messaging application** designed to improve communication in teams. The app allows users to create workspaces, channels, and 1:1 conversations, all with real-time updates. Convex powers the backend, ensuring seamless and scalable communication while keeping the user experience smooth.\n\n## ✨ Key Features\n\n- **Real-Time Messaging**: Instant updates using Convex for all channels and conversations.\n- **Workspaces and Channels**: Organize conversations with distinct workspaces and channels.\n- **Direct Messaging**: Send private 1:1 messages.\n- **Threaded Conversations**: Keep discussions organized with thread-based replies.\n- **Message Reactions**: React to messages with emojis.\n- **Message Editing \u0026 Deletion**: Modify or remove messages.\n- **Role-Based Access Control**: Manage permissions for different user roles (admin, member).\n- **Image Attachments**: Share images within conversations.\n- **Authentication**: Secure sign-in with multiple providers using NextAuth v5.\n- **Invite System**: Easily invite team members via email or invite codes.\n- **User Profiles**: Customize and manage your user profile.\n\n## 🔧 Technologies Used\n\nThis project is built using modern technologies for fullstack web development:\n\n- **Frontend**: [Next.js 14](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Shadcn UI](https://shadcn.com/)\n- **Backend**: [Convex](https://convex.dev/)\n- **Authentication**: [Convex Auth](https://docs.convex.dev/auth)\n- **Real-Time Updates**: WebSockets powered by Convex\n- **Deployment**: [Vercel](https://vercel.com/)\n\n## 📦 Project Setup\n\n### Prerequisites\n\n- **Node.js** (version 18+)\n- **Convex** account for backend management\n\n### Steps to Run Locally\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/s1mpleog/slack\n   cd slack\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up the environment variables**:\n\n   Create a `.env` file in the root of your project with the following variables:\n\n   ```plaintext\n   CONVEX_DEPLOYMENT=your_convex_deployment\n   NEXT_PUBLIC_CONVEX_URL=your_convex_url\n   GITHUB_CLIENT_ID=your_github_client_id\n   GITHUB_CLIENT_SECRET=your_github_client_secret\n   GOOGLE_CLIENT_ID=your_google_client_id\n   GOOGLE_CLIENT_SECRET=your_google_client_secret\n   ```\n\n4. **Start the development server**:\n\n   ```bash\n   npm run dev\n   ```\n\n5. **Open the app**: Go to `http://localhost:3000` to see your app in action.\n\n## 🚀 Deployment\n\nTo deploy this app on [Vercel](https://vercel.com/), follow these steps:\n\n1. **Push the code to GitHub**.\n2. **Connect your GitHub repository** to Vercel.\n3. **Add the required environment variables** (same as in your `.env` file).\n4. **Click Deploy**! 🎉\n\n## 🤝 Contributing\n\nContributions are welcome! Here's how you can get involved:\n\n1. Fork the repository.\n2. Create a new feature branch (`git checkout -b feature/new-feature`).\n3. Make your changes and commit them (`git commit -m 'Add new feature'`).\n4. Push your branch (`git push origin feature/new-feature`).\n5. Open a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs1mpleog%2Fslack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs1mpleog%2Fslack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs1mpleog%2Fslack/lists"}