DEV Community

Udipto biswas
Udipto biswas

Posted on

CareSync AI

CareSync AI — Building an AI Healthcare Assistant That Remembers You

In today’s rapidly evolving AI landscape, most chatbots are capable of answering questions and holding conversations. However, one major limitation still exists — they forget everything once the chat ends. This becomes a serious issue in healthcare, where context, continuity, and patient history matter the most.

To address this challenge, our team developed CareSync AI, an AI-powered Healthcare Memory Assistant designed to provide personalized and intelligent healthcare interactions by remembering users over time. The project was built during a hackathon with the vision of creating a healthcare assistant that feels more supportive, context-aware, and human-centered rather than functioning like a generic chatbot.

CareSync AI is designed to track and remember symptoms, medications, recurring health concerns, and previous conversations. Instead of repeatedly asking users for the same information, the system gradually builds a structured health memory that improves the quality and personalization of future interactions. This allows the AI to provide more relevant wellness suggestions, health insights, and preventive recommendations based on a user’s ongoing health patterns.

One of the key highlights of the project is its AI-powered symptom understanding system. Initially, the platform relied on basic keyword matching, which was limited and often inaccurate. We improved this significantly by integrating AI-based extraction that understands natural conversations. For example, if a user says, “I feel weak and dizzy after taking medicine,” the system can intelligently detect symptoms like weakness and dizziness along with medication-related issues without depending on exact predefined keywords.

The platform also includes a dedicated Health Insights section that analyzes combined symptoms and provides:

  • possible common causes,
  • wellness suggestions,
  • prevention tips,
  • and daily health precautions.

Instead of giving isolated responses, CareSync AI tries to understand the bigger health picture by combining multiple symptoms together. The system can identify recurring issues and provide smarter health guidance based on overall user history.

Another important part of the project is the Health History tracking feature. Users can easily review previously mentioned symptoms, medications, and recurring health conditions. This creates a lightweight digital healthcare memory system that improves continuity across conversations and interactions.

From a technical perspective, the project was built using:

  • React.js + Vite for the frontend,
  • FastAPI + Python for the backend,
  • and Groq’s Llama 3.1 model for AI-powered health understanding and conversational intelligence.

Special attention was given to UI/UX design to make the platform visually modern, organized, and user-friendly. We implemented a responsive dark-themed healthcare dashboard featuring:

  • smart health cards,
  • structured health insights,
  • dropdown-based issue analysis,
  • and an intuitive chat interface.

Throughout development, our team faced several technical and design challenges, especially in memory management, AI symptom extraction, and generating meaningful health recommendations without overwhelming the user. Solving these challenges helped us better understand how AI systems can be designed for real-world applications rather than simple demo projects.

CareSync AI is not intended to replace medical professionals. Instead, it acts as an intelligent healthcare companion that helps users organize, remember, and better understand their health-related information. We believe systems like this represent an important step toward the future of personalized AI-driven healthcare experiences.

This project was collaboratively built by our five-member team:
A, B, C, D, and E, during a state-level hackathon focused on innovation, AI integration, and real-world problem solving.

CareSync AI reflects our attempt to create an AI system that does more than just respond — an AI system that remembers, understands, and evolves with the user over time.

Top comments (0)