{"id":51126767,"url":"https://github.com/biomathcode/famcare","last_synced_at":"2026-06-25T08:32:17.625Z","repository":{"id":314586126,"uuid":"1043902326","full_name":"biomathcode/famcare","owner":"biomathcode","description":"AI Medicinal Scheduler, Calendar Sync, Eating Habit tracker ","archived":false,"fork":false,"pushed_at":"2025-09-24T11:07:09.000Z","size":7031,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T16:04:19.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://famcare-one.vercel.app/","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/biomathcode.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-08-24T21:22:03.000Z","updated_at":"2025-10-04T08:06:04.000Z","dependencies_parsed_at":"2025-09-13T13:11:00.696Z","dependency_job_id":null,"html_url":"https://github.com/biomathcode/famcare","commit_stats":null,"previous_names":["biomathcode/famcare"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/biomathcode/famcare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Ffamcare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Ffamcare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Ffamcare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Ffamcare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biomathcode","download_url":"https://codeload.github.com/biomathcode/famcare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Ffamcare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34767543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"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":[],"created_at":"2026-06-25T08:32:14.981Z","updated_at":"2026-06-25T08:32:17.595Z","avatar_url":"https://github.com/biomathcode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Problem \nWith the Aging population, we are seeing more and more decline in fertility rate, increase in chronic diseases, and increase in healthcare costs. More Importantly, we are seeing a decline in the quality of life, which is leading to more and more people being dependent on others for their daily needs. Now we have a situation where younger ones responsible to look after older family members. Older family members  are facing Chronic diseases like diabetes, hypertension, heart diseases, etc. This requires keep track of complex drugs, schedules, and a healthy lifestyle. The need to have better diet plans, exercises, medicine schedules, keeping track of health records, track sleep patterns, and organizing family activities to avoid loneliness is becoming more and more important. \n\n### Solution -\u003e FamCare\nThe Main objective of famcare is to help you organise your health documents, ai chat to better understand records, create medicine scheduling using ai, keeping track of medicines, schedules, diet, exercise and create a calendar, that can be shared with family members. You can download/ add events to your own ics supported calendars like apple, google, notion.  \n\n\n## Healthcare RAG - famCare\n\n![AI Chat](./assets/aichat.png)\n![Calendar](./assets/calendar.png)\n![Dashboard](./assets/dashboard.png)\n![Onboarding](./assets/onboarding.png)\n\n\n##  RAG System\n\n![Health Management](./assets/rag_system.png)\n\n\n\nThis is a health management system that uses RAG to answer questions about health.\n\nFeatures:\n1. Add Family Members\n2. Add Medicines \n3. Add Health Records/ docs/ pdf\n4. Add Medicine Schedule,\n5. Add Diet,\n6. Add BP, Sugar, Cholesterol, haemoglobin, etc.\n7. Add Exercise Goals, \n8. Add Sleep Goals. \n9. Device Integration to get health data from watch, phone, etc. \n10. Chat Features. \n11. Create a Medicine Schedule Calendar. \n\n\n## Tech Stack\n\n- Frontend: React, shadcn, tanstack-router, tailwind\n- Backend: trpc, drizzle, zod, \n- Database: tidb \n- AI: moonshot ai kimi k2 \n- Vector DB: tidb, \n- embeddings : jina ai, \n- parser : jina ai\n\n\n\n### DB Schema \n\n\n![SQL View](./assets/sql_view.png)\n\n\n\n### Installation \n\n```bash\ngit clone \u003cthis_repo\u003e\ncd famcare/apps/client\npnpm install \n```\n\nAdd `.env` file in `apps/client`, check out `sample.env`\n\n\n### Deployment \n\nYou can deploy the app using vercel, netlify, cloudflare, or any node server. As the app uses tanstack start. \n#### Vercel\n\nset `target : \"vercel\" ` in `vite.config.ts`\n\n```bash\nnpx vercel deploy --prod    \n```\n\n#### Cloudflare\n\nset `target : \"cloudflare-modul\" ` in `vite.config.ts`\n\n```bash\nnpx wrangler deploy .output/server/index.mjs --assets .output/public\n\n```\n\n#### Netlify \n\nset `targe: \"netlify\"` in `vite.confg.ts`\n\n```bash\nnetlify deploy\n\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomathcode%2Ffamcare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiomathcode%2Ffamcare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomathcode%2Ffamcare/lists"}