{"id":26508369,"url":"https://github.com/viniciusferreira7/slack-clone","last_synced_at":"2026-04-07T18:31:33.154Z","repository":{"id":269427003,"uuid":"907360892","full_name":"viniciusferreira7/slack-clone","owner":"viniciusferreira7","description":"Slack clone with real-time chat, OAuth, rich text, and modern Next.js stack.","archived":false,"fork":false,"pushed_at":"2025-07-14T11:36:23.000Z","size":998,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:13:12.332Z","etag":null,"topics":["bun","convex","jotai","nextjs","oauth2","quill","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://slack-clone-gynx9c7g1-viniciusferreira7s-projects.vercel.app/auth","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/viniciusferreira7.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-23T12:09:19.000Z","updated_at":"2025-07-14T11:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"524d3bdb-c940-4833-a2c7-1ddb341c1305","html_url":"https://github.com/viniciusferreira7/slack-clone","commit_stats":null,"previous_names":["viniciusferreira7/slack-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/viniciusferreira7/slack-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusferreira7%2Fslack-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusferreira7%2Fslack-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusferreira7%2Fslack-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusferreira7%2Fslack-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viniciusferreira7","download_url":"https://codeload.github.com/viniciusferreira7/slack-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusferreira7%2Fslack-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["bun","convex","jotai","nextjs","oauth2","quill","tailwindcss","typescript"],"created_at":"2025-03-21T00:23:22.631Z","updated_at":"2026-04-07T18:31:33.128Z","avatar_url":"https://github.com/viniciusferreira7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Slack Clone\n\nA real-time Slack clone built with **Next.js**, **Convex**, **TailwindCSS**, **TypeScript**, and **OAuth2** authentication. This project is currently under development.\n\n---\n\n## 🔗 Demo\n\n![Slack Clone Preview](./public/preview.png)\n\nCheck out the live version hosted on Vercel:  \n### [Live App](https://slack-clone-gynx9c7g1-viniciusferreira7s-projects.vercel.app/auth)\n\n---\n\n## 🧱 Tech Stack\n\nThis project is built using:\n\n- **Next.js** – React framework for SSR/SSG  \n- **TypeScript** – modern static typing  \n- **Convex** – real-time backend with database and functions  \n- **TailwindCSS** – utility-first CSS framework  \n- **Jotai** – atomic state management  \n- **Quill.js** – rich text editor  \n- **OAuth2** – third-party authentication (Google, GitHub, etc.)\n\n---\n\n## 🚀 Features\n\n- OAuth2 login (Google, GitHub, etc.)  \n- Real-time messaging  \n- Channel creation and switching  \n- Rich text editor (bold, emoji, formatting, etc.)  \n- Fully responsive design with TailwindCSS  \n- Clean and minimal UI  \n\n---\n\n## 📁 Project Structure\n\n```\n├─ src/                  # Main source code\n│   ├─ app/              # App routes (Next.js App Router)\n│   ├─ components/       # Reusable UI components\n│   ├─ features/         # Application-specific modules/features\n│   ├─ hooks/            # Custom React hooks\n│   ├─ lib/              # Utility libraries and services\n│   ├─ utils/            # Helper functions\n│   └─ middleware.ts     # Route middleware for Next.js\n│\n├─ convex/               # Convex schemas and server functions\n├─ public/               # Static assets (images, icons, etc.)\n├─ env/                  # Environment configuration\n│   └─ index.ts\n├─ .eslintrc.json        # ESLint rules\n├─ .prettierrc.json      # Prettier configuration\n└─ next.config.ts        # Next.js configuration\n```\n\n---\n\n## 🛠️ Getting Started\n\n1. Clone the repository:  \n   ```bash\n   git clone https://github.com/viniciusferreira7/slack-clone.git\n   cd slack-clone\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn\n   ```\n\n3. Set up environment variables in a `.env.local` file:\n\n   ```env\n   NEXT_PUBLIC_CONVEX_URL=your_convex_url\n   AUTH_GITHUB_ID=your_github_oauth_client_id\n   AUTH_GITHUB_SECRET=your_github_oauth_client_secret\n   AUTH_GOOGLE_ID=your_google_oauth_client_id\n   AUTH_GOOGLE_SECRET=your_google_oauth_client_secret\n   ```\n\n4. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n5. Open your browser at `http://localhost:3000/auth` and log in to start chatting!\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests.\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\nDeveloped by **Vinicius Ferreira**.\n\n---\n\n## 📚 Resources\n\n* [Convex Documentation](https://docs.convex.dev/)\n* [Next.js Documentation](https://nextjs.org/docs)\n* [TailwindCSS](https://tailwindcss.com/)\n* [Jotai](https://jotai.org/)\n* [Quill Editor](https://quilljs.com/)\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusferreira7%2Fslack-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviniciusferreira7%2Fslack-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusferreira7%2Fslack-clone/lists"}