{"id":21625240,"url":"https://github.com/ohcnetwork/ayushma_fe","last_synced_at":"2025-10-12T14:32:00.628Z","repository":{"id":154974578,"uuid":"631805326","full_name":"ohcnetwork/ayushma_fe","owner":"ohcnetwork","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-17T06:17:13.000Z","size":4444,"stargazers_count":4,"open_issues_count":10,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T03:15:40.300Z","etag":null,"topics":["hacktoberfest","nextjs","react"],"latest_commit_sha":null,"homepage":"https://ayushma.ohc.network","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohcnetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-24T05:13:09.000Z","updated_at":"2024-11-07T05:03:46.000Z","dependencies_parsed_at":"2024-01-22T20:15:41.243Z","dependency_job_id":"b5b437dd-482d-4216-9eb9-38e8709353a7","html_url":"https://github.com/ohcnetwork/ayushma_fe","commit_stats":{"total_commits":218,"total_committers":23,"mean_commits":9.478260869565217,"dds":0.6330275229357798,"last_synced_commit":"cc73cd772d399681eb9e870a8c5dd4acf80e78c3"},"previous_names":["ohcnetwork/ayushma_fe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fayushma_fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fayushma_fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fayushma_fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fayushma_fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohcnetwork","download_url":"https://codeload.github.com/ohcnetwork/ayushma_fe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190555,"owners_count":21062285,"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":["hacktoberfest","nextjs","react"],"created_at":"2024-11-25T01:08:31.267Z","updated_at":"2025-10-12T14:32:00.573Z","avatar_url":"https://github.com/ohcnetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://ayushma.ohc.network/\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cpicture style=\"\"\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"public/logo_white.svg\"\u003e\n      \u003cimg alt=\"Ayushma Logo\" src=\"public/logo_text.svg\" style=\"max-width:300px;\"\u003e\n    \u003c/picture\u003e\n  \u003c/p\u003e\n\u003c/a\u003e\n\u003cp align=\"center\"\u003e\n    Ayushma is a digital AI health and nursing assistant to help Nurses and Doctors in the most remote parts of the world. It is a part of the \u003ca href=\"https://ohc.network\"\u003e Open Health Care Network\u003c/a\u003e\n\u003c/p\u003e\n\u003chr\u003e\n\u003ch3 align=\"center\"\u003e\u003ca href=\"https://ayushma-staging.ohc.network\" target=\"_blank\"\u003e🚀 Staging Deployment\u003c/a\u003e\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://vercelbadge.vercel.app/api/coronasafe/ayushma_fe\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eAuto deployed to \u003ca href=\"https://ayushma.ohc.network\"\u003eayushma.ohc.network\u003c/a\u003e for \u003ccode\u003eproduction\u003c/code\u003e branch. All pull requests have preview builds powered by \u003ca href=\"https://vercel.com\"\u003eVercel\u003c/a\u003e.\u003c/p\u003e\n\n## Getting started\n\n- 💬 Comment on the issue if you are willing to take it up, and link the pull request with the issue.\n- 📸 Attach screenshots in the pull requests showing the changes made in the UI.\n\n#### Install the required dependencies\n\n```sh\npnpm i\n```\n\n#### 🏃 Run the app in development mode\n\n```sh\npnpm dev\n```\n\nOnce the development server has started, open [localhost:3000](http://localhost:3000) in your browser. The page will be automatically reloaded when you make edits and save. You will also see any lint errors in the console.\n\n#### 🔑 Staging API Credentials\n\nAuthenticate to staging API with the following credentials\n\n```yaml\n- email: demo@ayushma.ohc.network\n  password: Demo@Ayu\n```\n\nYou can also register as a new user.\n\n#### 🏷️ Make use of labels to update the PR/issue status\n\n- Mark your PRs as `work-in-progress` if it's still being worked on.\n- Once you have solved the related issue, mark your PR with `need testing` and `need review` labels.\n- When you’re making a PR with lots of code changes that affects multiple functionalities, or is likely to break, make sure you tag it with `Major Code Change` label.\n\n## 📖 Documentations\n\n- [Swagger API Documentation](https://ayushma-api.ohc.network)\n\n## 💎 Backend\n\nAyushma's backend is built on Django. You can find documentation on the [Backend Repository](https://github.com/ohcnetwork/ayushma)\n\n## 🚀 Production\n\n#### Build the app for production\n\n```sh\npnpm build\n```\n\nBuilds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.\n\n#### Start a production `http-server`\n\n```sh\npnpm start\n```\n\nStarts a production http-server in local to run the project with Service worker.\nThe build is minified and the filenames include the hashes.\n\n**🚀 Your app is ready to be deployed!**\n\n## White Labeling\n\nAyushma is a white label product. You can customize the app to your needs by changing the following files:\n\n### Images\n\n| Path                    | Description          |\n| ----------------------- | -------------------- |\n| `public/logo_text.svg`  | Logo with text       |\n| `public/logo_white.svg` | Logo with white text |\n| `public/logo.svg`       | Logo without text    |\n\n### Environment Variables (place in `.env` / `.env.local` file)\n\n| Variable                                | Description                  | Default                                                                                                                |\n| --------------------------------------- | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------- |\n| `NEXT_PUBLIC_API_URL`                   | Backend API URL              | `https://ayushma-api.ohc.network/api/`                                                                                 |\n| `NEXT_PUBLIC_LOCAL_STORAGE`             | Local storage key name       | `ayushma-storage`                                                                                                      |\n| `NEXT_PUBLIC_AI_NAME`                   | Name of the AI               | Ayushma                                                                                                                |\n| `NEXT_PUBLIC_AI_DESCRIPTION`            | Description of the AI        | Revolutionizing medical diagnosis through AI and Opensource                                                            |\n| `NEXT_PUBLIC_AI_WARNING`                | Warning message for accuracy | Please be aware that Ayushma AI may generate inaccurate information; kindly report any concerns to support@ohc.network |\n| `NEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY` | Google Recaptcha Site Key    | `6Lerts4nAAAAAKyXaNZkYj4XfRO0M2R-XYIA3qv8`                                                                             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcnetwork%2Fayushma_fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohcnetwork%2Fayushma_fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcnetwork%2Fayushma_fe/lists"}