{"id":27397082,"url":"https://github.com/parazeeknova/zephara","last_synced_at":"2025-07-25T05:32:22.606Z","repository":{"id":270562793,"uuid":"910762470","full_name":"parazeeknova/zephara","owner":"parazeeknova","description":"Sleek and powerful chat platform designed to be a part of the Zephyr—a social media aggregator.","archived":false,"fork":false,"pushed_at":"2025-04-21T06:09:35.000Z","size":17390,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T07:31:44.814Z","etag":null,"topics":["chat-app","communication","convex","messaging","nextjs15","real-time-chat","social-network","social-platform"],"latest_commit_sha":null,"homepage":"https://dev-chat.zephyyrr.in","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/parazeeknova.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-01T10:46:22.000Z","updated_at":"2025-04-16T11:41:54.000Z","dependencies_parsed_at":"2025-01-01T11:29:50.221Z","dependency_job_id":"0928a171-2f40-4f47-831d-746a34445a39","html_url":"https://github.com/parazeeknova/zephara","commit_stats":null,"previous_names":["parazeeknova/velastria"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parazeeknova/zephara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazeeknova%2Fzephara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazeeknova%2Fzephara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazeeknova%2Fzephara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazeeknova%2Fzephara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parazeeknova","download_url":"https://codeload.github.com/parazeeknova/zephara/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazeeknova%2Fzephara/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266961881,"owners_count":24012986,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chat-app","communication","convex","messaging","nextjs15","real-time-chat","social-network","social-platform"],"created_at":"2025-04-14T00:52:58.212Z","updated_at":"2025-07-25T05:32:22.598Z","avatar_url":"https://github.com/parazeeknova.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\r\n  \r\n  \u003cimg src=\"./assets/zephara.png\" alt=\"Velastria\" width=\"95%\"\u003e\r\n\r\n\u003c/div\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n--- \r\n\r\n#### _\u003cdiv align=\"left\"\u003e\u003csub\u003e// Project Overview\u003c/sub\u003e\u003c/div\u003e_\r\n\r\n\u003cp align=\"left\"\u003e\r\n\u003cstrong\u003eZephara or Zephyr Chat\u003c/strong\u003e is the sleek and powerful chat platform designed to be a part of the Zephyr ecosystem—a social media aggregator. Built to foster real-time, seamless communication, offers an unparalleled chat experience.\r\n\u003c/p\u003e\r\n\r\n\u003e [!NOTE]\r\n\u003e Zephara is a part of the Zephyr ecosystem and is designed to be used in conjunction with zephyr as a chat platform.\r\n\r\n#### _\u003cdiv align=\"left\"\u003e\u003csub\u003e// Local Development\u003c/sub\u003e\u003c/div\u003e_\r\nZephara uses convex for its db, real-time updates, and authentication. To run the project locally, you need to set up a convex project and install the required dependencies.\r\n\r\n```bash\r\n# Clone the repository\r\ngit clone https://github.com/parazeeknova/zephara.git\r\n\r\n# Navigate to the project directory\r\ncd zephara\r\n\r\n# Install the required dependencies\r\nbun install # or bun i\r\n\r\n# Set up the convex project (You'll need to create a convex account if you don't have one)\r\n# You can create a convex account at https://www.convex.dev \u0026 put your convex creds in .env file\r\n# Check the .env.example file for the required environment variables\r\n# Then run the following command to start the convex backend server: \r\nbunx convex dev # This will start the convex dev server\r\n\r\n# The next step is optional but recommended. It sets up the auth provider for the app.\r\n# For proper Authentication, you need to set up the auth provider. You can do this by running the following command:\r\n# More details for this can be found at: https://labs.convex.dev/auth/config/oauth/github\r\n# To set up the auth provider, you need to create a GitHub OAuth app and get the client ID and secret. \r\nbunx convex env set AUTH_GITHUB_ID \u003cyour_github_id\u003e # (optional)\r\nbunx convex env set AUTH_GITHUB_SECRET \u003cyour_github_secret\u003e # (optional)\r\n# Same for the Google OAuth app:\r\nbunx convex env set AUTH_GOOGLE_ID \u003cyour_google_id\u003e # (optional)\r\nbunx convex env set AUTH_GOOGLE_SECRET \u003cyour_google_secret\u003e # (optional)\r\n\r\n# Start the development server finally\r\n# This will start the zephara dev server\r\nbun run dev\r\n```\r\n\r\n#### _\u003cdiv align=\"left\"\u003e\u003csub\u003e// Analytics\u003c/sub\u003e\u003c/div\u003e_\r\n\r\n![Alt](https://repobeats.axiom.co/api/embed/d9e8e5cd0a8d0e8ca56ed2c645a0846ee5a74638.svg \"Repobeats analytics image\")\r\n\r\n#### _\u003cdiv align=\"left\"\u003e\u003csub\u003e// License\u003c/sub\u003e\u003c/div\u003e_\r\n\r\n\u003cp align=\"left\"\u003e\r\n\u003cstrong\u003eZephara\u003c/strong\u003e is licensed under the \u003ca href=\"https://github.com/parazeeknova/velastria/blob/main/LICENSE\"\u003eAGPL License\u003c/a\u003e.\r\n\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparazeeknova%2Fzephara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparazeeknova%2Fzephara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparazeeknova%2Fzephara/lists"}