{"id":30290744,"url":"https://github.com/jerryblessed/smarthealth","last_synced_at":"2025-08-16T23:54:40.991Z","repository":{"id":303273639,"uuid":"1014932282","full_name":"Jerryblessed/smarthealth","owner":"Jerryblessed","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-06T17:55:55.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T18:44:09.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://smarthealth-roan.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/Jerryblessed.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}},"created_at":"2025-07-06T17:31:42.000Z","updated_at":"2025-07-06T18:25:31.000Z","dependencies_parsed_at":"2025-07-06T18:55:20.091Z","dependency_job_id":null,"html_url":"https://github.com/Jerryblessed/smarthealth","commit_stats":null,"previous_names":["jerryblessed/smarthealth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jerryblessed/smarthealth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Fsmarthealth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Fsmarthealth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Fsmarthealth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Fsmarthealth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerryblessed","download_url":"https://codeload.github.com/Jerryblessed/smarthealth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Fsmarthealth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270786443,"owners_count":24644563,"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-08-16T02:00:11.002Z","response_time":91,"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":"2025-08-16T23:54:40.393Z","updated_at":"2025-08-16T23:54:40.956Z","avatar_url":"https://github.com/Jerryblessed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartHealth\n\n![SmartHealth Logo](https://raw.githubusercontent.com/Jerryblessed/smarthealth/main/logo.png)\n\n**SmartHealth** is an AI-powered web app designed to help Nigerians live healthier lives by providing daily health tips, meal plans, blood pressure estimations, and virtual doctor advice via text or voice.\n\n---\n\n## 💡 Features\n\n* **AI Health Tips** – Personalized daily health advice using GPT-4o\n* **Meal Planning** – Affordable, goal-based local meal suggestions\n* **Blood Pressure Estimator** – No device needed; based on age, work, and recent activity\n* **AI Chat \u0026 Voice GP** – Text and voice-based virtual doctor (Pro users)\n* **Smart Accessory Store** – Discounted smartwatches, thermometers, and more (Pro+ only)\n* **Email Receipts** – Users and admin receive detailed email receipts\n* **Paystack Integration** – Supports tiered pricing and accessory checkout\n\n---\n\n## 📦 Tech Stack\n\n* **Frontend**: Vite + TailwindCSS\n* **AI**: Azure OpenAI GPT-4o + ElevenLabs\n* **Backend**: Node.js (Express) + Supabase Auth\n* **Payments**: Paystack\n* **Email**: Nodemailer (Gmail SMTP)\n\n---\n\n## 📂 Installation\n\n```bash\ngit clone https://github.com/Jerryblessed/smarthealth.git\ncd smarthealth\ncp .env.example .env # Replace with your credentials\nnpm install\nnpm run dev\n```\n\n---\n\n## 🔐 Environment Variables (.env)\n\n```env\n# Azure OpenAI\nAZURE_OPENAI_API_BASE=https://thisisoajo.openai.azure.com/\nAZURE_OPENAI_MODEL=gpt-4o\nAZURE_OPENAI_API_KEY=your_azure_openai_key\nAZURE_OPENAI_API_VERSION=2023-06-01-preview\n\n# ElevenLabs\nELEVENLABS_API_KEY=your_elevenlabs_api_key\nELEVENLABS_VOICE_ID=21m00Tcm4TlvDq8ikWAM\n\n# Paystack\nPAYSTACK_SECRET_KEY=sk_test_...\nPAYSTACK_PUBLIC_KEY=pk_test_...\n\n# Email\nSMTP_HOST=smtp.gmail.com\nSMTP_PORT=587\nSMTP_USER=your_email@gmail.com\nSMTP_PASS=your_gmail_app_password\nADMIN_EMAIL=admin@smarthealth.com\n```\n\n---\n\n## 🚀 MVP Highlights\n\n* No hospital required\n* Accessible on low-end smartphones\n* Free tier for everyone\n* Built specifically for Nigerian users\n\n---\n\n## 👥 Team\n\n**Jeremiah Ope** – Founder \u0026 Developer\n\n\u003e Built the app logic, integrations, design, and feature set.\n\n---\n\n## 📸 Screenshots / Demo\n\n*Add screenshots to `/screenshots/` and link here.*\n\n---\n\n## 📈 Roadmap\n\n* [x] AI Chatbot + Voice GP\n* [x] Blood pressure estimator\n* [x] Email receipts\n* [x] Tiered pricing + checkout\n* [ ] Mobile-first PWA\n* [ ] Offline support\n* [ ] Multi-language support (Yoruba, Hausa, Igbo)\n\n---\n\n## 🤝 Contributions\n\nPull requests and feedback are welcome. Let’s build a healthier Africa together!\n\n---\n\n## 📫 Contact\n\nJeremiah Ope\n📧 [jeremiah.ope@stu.cu.edu.ng](mailto:jeremiah.ope@stu.cu.edu.ng)\n🔗 [SmartHealth GitHub](https://github.com/Jerryblessed/smarthealth)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Fsmarthealth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryblessed%2Fsmarthealth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Fsmarthealth/lists"}