Inspiration
In India, millions of elderly parents live alone while their children are at work or in another city. No one knows if they took their medicine. No one knows if they're feeling unwell. A missed medicine or an ignored symptom can turn into a serious health crisis overnight.
I built CareCircle because this is my family's reality. My grandparents live alone. My parents work all day. There was no simple, affordable way to remotely monitor their health — especially for people who aren't tech-savvy and speak Hindi more comfortably than English.
What it does
CareCircle is an AI-powered remote health monitoring app with two separate interfaces — one for the elderly parent, one for the adult child.
Parent View (simple, minimal):
- Daily medicine tracking — tap to mark taken
- Symptom input in Hindi, English, or Hinglish
- AI analysis of symptoms in friendly Hinglish language
Child Dashboard (data-rich):
- Real-time medicine status
- 7-day health trends with 3 visual charts
- Full symptom history
- AI-generated daily health summary
- Smart alerts for missed medicines
How we built it
- Frontend: Next.js 13 + React 18
- AI: Groq API (llama-3.3-70b-versatile) — for Hinglish symptom analysis and daily summaries
- Charts: Recharts 2.10 — for 7-day health trend visualizations
- Deployment: Vercel
- Design: Dark theme, red accent (#ff6b6b), Plus Jakarta Sans font
Challenges we ran into
The biggest challenge was designing for two completely different users on the same app. The parent view needed to be dead simple — large buttons, minimal text, no confusion. The child dashboard needed to be data-rich and informative. Balancing both in one codebase took careful component separation.
Getting Hinglish AI responses right was also tricky — prompting the Groq model to respond in natural Hinglish (not formal Hindi, not full English) required several iterations.
Accomplishments that we're proud of
- Built and deployed a fully functional health app in under 2 weeks
- Hinglish AI symptom analysis that feels natural to Indian users
- Two completely separate UIs for parent and child in one Next.js app
- Real-time 7-day health trend charts
- Solving a problem that affects millions of Indian families
What we learned
Building for non-tech users (elderly parents) taught me that less is always more. Every extra button is a barrier. I also learned how powerful Groq's free API is for building real AI products fast — the response speed is incredible for a free tier.
What's next for CareCircle — AI Caregiver for Elderly Parents
- WhatsApp integration — send daily summary directly to child's WhatsApp
- Voice input for symptoms (for parents who can't type)
- Emergency SOS button
- Multi-child support — notify all siblings at once
- Doctor report export — PDF summary for doctor visits
Built With
- ai
- groq
- health
- javascript
- next.js
- react
- recharts
- vercel
Log in or sign up for Devpost to join the conversation.