{"id":26876854,"url":"https://github.com/psykat1116/hive","last_synced_at":"2026-05-06T13:07:04.545Z","repository":{"id":285343234,"uuid":"954641319","full_name":"psykat1116/Hive","owner":"psykat1116","description":"Hive is a powerful, real-time messaging and collaboration platform designed to keep teams connected and productive. With instant messaging, organized channels, seamless file sharing, and smart notifications, Hive ensures that communication flows effortlessly. ","archived":false,"fork":false,"pushed_at":"2025-11-30T14:42:30.000Z","size":1107,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T21:28:26.749Z","etag":null,"topics":["convex","emoji-picker","nextjs15","nuqs","quill-editor","shadcn-ui","tailwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://hive-rouge.vercel.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/psykat1116.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":"2025-03-25T11:51:35.000Z","updated_at":"2025-11-30T14:42:34.000Z","dependencies_parsed_at":"2025-03-31T07:39:49.805Z","dependency_job_id":null,"html_url":"https://github.com/psykat1116/Hive","commit_stats":null,"previous_names":["psykat1116/hive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psykat1116/Hive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FHive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FHive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FHive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FHive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psykat1116","download_url":"https://codeload.github.com/psykat1116/Hive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FHive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32695013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["convex","emoji-picker","nextjs15","nuqs","quill-editor","shadcn-ui","tailwindcss","typescript","zustand"],"created_at":"2025-03-31T11:17:11.376Z","updated_at":"2026-05-06T13:07:04.539Z","avatar_url":"https://github.com/psykat1116.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🎯 Hive provides a communication platform similar to [Slack](https://slack.com/). It offers a clean and open surface for thinking, writing, and planning. It is made using NextJS, Tailwind CSS, Typescript,[Convex](https://www.convex.dev/) As Our Database, Authentication, File Storage.\n\n## 🎯 Getting Started\nFirst, Clone The Repo The Repository\n```bash\ngit clone https://github.com/psykat1116/Hive.git\n```\n\n## 🎯 Start The Server\nStart The Server on the Local Server. Change The Folder Name To Lower Case.\n```bash\ncd Hive\nbun run dev\n```\n\n## 🎯 Setup Convex\n- Create An Account In [Convex](https://www.convex.dev/).\n    ```bash\n    bun add convex\n    ```\n\n- Create a Convex Project\n    ```bash\n    bunx convex dev\n    ```\n\n- Choose `Create a new project` in the prompt if you have not create any project manually in [Convex Dashboard](https://dashboard.convex.dev) and give the `Project Name` and hit enter. Otherwise select `Choose an existing project` and select the project you want to use.\n\n- After this automatically a `.env.local` file will be created in the root directory and will be populated with `CONVEX_DEPLOYMENT` and `NEXT_PUBLIC_CONVEX_URL` variables.\n\n## 🎯 Authentication\n- Go To [Convex Auth](https://labs.convex.dev/auth/setup) for documentation and setup authentication as Convex Auth is in Beta. So It Might Be Change In Future.\n\n- Run The Command\n    ```bash\n    bun add @convex-dev/auth @auth/core@0.37.0\n    ```\n\n- Then Run The Command Which Will Automatically Setup The Project Automatically via the library.\n    ```bash\n    bunx @convex-dev/auth\n    ```\n- Continue Anyway? - Give `Yes`\n- Enter URL Of Local Web Server - Give `http://localhost:3000`\n\n## 🎯 Add Github OAuth\n- Go To [Convex Dashboard](https://dashboard.convex.dev) and select the project you created.\n- Go To `Settings -\u003e URL \u0026 Deploy Keys -\u003e Show Development Crdentials` and copy the `HTTP Actions URL`\n- - Go To [Github OAuth](https://github.com/settings/developers) and create a new OAuth App.\n- Add the Homepage URL to be\n    ```\n    {Development HTTP Actions URL}\n    ```\n- Add the following URL in the `Authorization callback URL` field\n    ```\n    {Development HTTP Actions URL}/api/auth/callback/github\n    ```\n- If want to add the environmetal variable manually then open [Convex Dashboard](https://dashboard.convex.dev) select the project and go to `Settings -\u003e Environment Variables` and add the following variables\n    - AUTH_GITHUB_ID\n    - AUTH_GITHUB_SECRET\n    \n    This name has to be exactly match otherwise it will fail. To Use Command Line follow the below steps.\n- Copy the `Client ID` and run the below command\n    ```bash\n    bunx convex env set AUTH_GITHUB_ID \u003cyourgithubclientid\u003e\n    ```\n- Create a new client secret and copy the `Client Secret` and run the below command\n    ```bash\n    bunx convex env set AUTH_GITHUB_SECRET \u003cyourgithubsecret\u003e\n    ```\n\nFor More Information Go To [Convex Auth](https://labs.convex.dev/auth/config/oauth).\n\n## 🎯 Add Google OAuth\n- Go To [Convex Dashboard](https://dashboard.convex.dev) and select the project you created.\n- Go To `Settings -\u003e URL \u0026 Deploy Keys -\u003e Show Development Crdentials` and copy the `HTTP Actions URL`\n- Go To [Google Dashboard](https://console.cloud.google.com/home/dashboard) and create a new OAuth App.\n- The Go To `APIs \u0026 Services -\u003e Enable APIs and Services -\u003e OAuth Consent Screen -\u003e Overview -\u003e Get Started`.\n- Give the `App Name` and `User Support Email`.\n- Give `External` Permission.\n- Give Email Address and Create.\n- Then Go To `Clients -\u003e Create Client`.\n- Choose `Web Application` and give the name.\n- Add Authorized Javascript Origins\n    ```\n    http://localhost:3000\n    ```\n- Add the following URL in the `Authorized redirect URIs` field\n    ```\n    {HTTP Actions URL}/api/auth/callback/google\n    ```\n- If want to add the environmetal variable manually then open [Convex Dashboard](https://dashboard.convex.dev) select the project and go to `Settings -\u003e Environment Variables` and add the following variables\n    - AUTH_GOOGLE_ID\n    - AUTH_GOOGLE_SECRET\n    \n    This name has to be exactly match otherwise it will fail. To Use Command Line follow the below steps.\n- Copy the `Client ID` and run the below command\n    ```bash\n    bunx convex env set AUTH_GOOGLE_ID \u003cyourgoogleclientid\u003e\n    ```\n- Create a new client secret and copy the `Client Secret` and run the below command\n    ```bash\n    bunx convex env set AUTH_GOOGLE_SECRET \u003cyourgooglesecret\u003e\n    ```\n\nFor More Information Go To [Convex Auth](https://labs.convex.dev/auth/config/oauth).\n\n## 🎯 Production Settings\nAfter deploying to production, you need to set the environment variables in the production server. You need to follow the below steps.\n\n- Go To [Convex Docs](https://docs.convex.dev/production/hosting/vercel) and deploy by following the steps.\n- No need to add any environment variables except `CONVEX_DEPLOY_KEY` that is mentioned in the above step.\n- Then Go To [Convex Dashboard](https://dashboard.convex.dev) and select the project you created.\n- Change From `Development` to `Production` in the top right corner.\n- Then Run The Command\n    ```bash\n    bunx @convex-dev/auth --prod\n    ```\n- Give your hosted site URL in the next step `https://{domain}.vercel.app` without forward slash at the end.\n- It will automatically add the environment variables in the production server.\n- But you have to manually add the `AUTH_GITHUB_ID`, `AUTH_GITHUB_SECRET`, `AUTH_GOOGLE_ID`, `AUTH_GOOGLE_SECRET` in the production server.\n- You can repeat the same steps for the production server as well. But For Github OAuth you have to add the `Authorization callback URL` as\n    ```\n    {Production HTTP Actions URL}/api/auth/callback/github\n    ```\n- For Google OAuth you have to add the `Authorization callback URL` as\n    ```\n    {Production HTTP Actions URL}/api/auth/callback/google\n    ```\n- For Homepage URL in Github OAuth give the hosted site URL as\n    ```\n    https://{domain}.vercel.app\n    ```\n- For Authorized Javascript Origins in Google OAuth give the hosted site URL as\n    ```\n    https://{domain}.vercel.app\n    ```\n- For Add The Client ID and Client Secret in the production server you can use the command line as well.\n  ```bash\n    bunx convex env set AUTH_GITHUB_ID \u003cyourgithubclientid\u003e --prod\n    bunx convex env set AUTH_GITHUB_SECRET \u003cyourgithubsecret\u003e --prod\n    bunx convex env set AUTH_GOOGLE_ID \u003cyourgoogleclientid\u003e --prod\n    bunx convex env set AUTH_GOOGLE_SECRET \u003cyourgooglesecret\u003e --prod\n    ```\n- Otherwise You Can Manually Add The Environment Variables In The Production Server located in the `Settings -\u003e Environment Variables` in production server.\n\n## 🎯 Tell Me You Face Any Problem During The Development \u0026 Production Into My Email From This [Profile](https://github.com/psykat1116) Or Tell Me In Issue Section. Tell Me You Want To Suggest Any Update. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsykat1116%2Fhive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsykat1116%2Fhive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsykat1116%2Fhive/lists"}