Inspiration

Pregnancy is supposed to be one of the most beautiful phases of life, but for many mothers, it is also one of the most overwhelming.

Late at night, when a new symptom appears or something feels “off,” the first instinct is often to search online. But instead of reassurance, mothers are met with worst-case scenarios, conflicting advice, and anonymous forum threads. What should bring clarity often increases anxiety.

And this anxiety is not rare.

In the United States, 1 in 5 women experience a mental health condition during pregnancy or within the first year postpartum. Many go undiagnosed or unsupported. Beyond mental health, maternal mortality in the U.S. remains higher than in other high-income countries, and a significant portion of pregnancy-related deaths are considered preventable with timely information and care. At the same time, research consistently shows that strong, continuous support during pregnancy reduces stress, improves birth outcomes, and lowers postpartum depression risk.

Yet today’s digital tools fall short. Most pregnancy apps track data but feel clinical and detached. Online communities provide empathy but often lack medical reliability. Search engines provide information but not personalization or context.

We built Nurture Nest because mothers deserve more than scattered answers; they deserve a companion.

A calm presence. A trusted guide. A voice that reassures without alarming.

Nurture Nest is inspired by the belief that support during pregnancy should feel:

  • Personal, not generic
  • Empathetic, not robotic
  • Evidence-based, not speculative
  • Proactive, not reactive

With week-by-week guidance, health tracking that highlights meaningful patterns, and an empathetic AI assistant (“MamaCare”) designed to respond with care and clarity, we aim to transform moments of fear into moments of confidence.

Because no mother should feel alone while bringing new life into the world.

What It Does

  • Personalized Dashboard: Tracks pregnancy progress, trimesters, and days until due. Seamlessly transitions into postpartum recovery mode after birth.
  • Weekly Insights & Smart Checklists: Curated guidance tailored to the exact week of pregnancy. Includes What’s Normal, When to Call a Doctor, and actionable daily and weekly checklists.
  • AI Health Assistant & "MamaCare" Voice: Conversational AI chat interface for natural health-related questions powered by Google Gemini API along with an agentic system that personalizes the platform for each individual. Features an ElevenLabs-powered voice assistant used as for hands-free, highly empathetic interaction, backed by a built-in safety escalation system for urgent medical situations.
  • Medical Analyzer & Medicine Scanner: Upload a photo of a medicine, prescription label, or supplement. Instantly receive dosage, usage, safety precautions, and pregnancy compatibility information, powered by advanced Multimodal Vision AI.
  • Health Tracking Modules: Symptom logging, appointment management, pregnancy milestone tracking, and community connection.
  • Real Doctor Consultation: Connect with verified healthcare professionals, virtual consultation support, and direct access to medical advice when needed.

How we built it

We engineered Nurture Nest as a complete, modern full-stack application meaning its available both as a website and mobile app:

  • Frontend: We built the fully-responsive user interface using Next.js, React, and Tailwind CSS. We leveraged Radix UI primitives and shadcn/ui to create our signature beautiful, accessible, "Modern Glassmorphism" aesthetic. The application logic, including the week-by-week content delivery and pregnancy calculators, is handled dynamically on the client side to ensure a fast and fluid user experience.
  • Backend & AI Architecture: We developed a dedicated Python/Flask backend to serve as our secure AI orchestration layer, with Gemini as the underlying large language model (LLM).
  • Voice AI: For the conversational AI and MamaCare voice assistant, our Python backend connects to the ElevenLabs Conversational AI API, securely generating signed WebSocket URLs and serving them to the Next.js frontend for low-latency, real-time voice interaction.
  • Vision AI (Medicine Scanner): We built an advanced image processing pipeline handling Base64 payloads from the frontend. The backend passes these images to NVIDIA's Nemotron Vision Model (nvidia/nemotron-nano-12b-v2-vl) to analyze and parse complex drug labels, accurately evaluating them for pregnancy safety.

Challenges we ran into

  • Real-Time Voice Integration & Full-Stack Architecture: Bridging the Next.js frontend and the ElevenLabs voice agent required setting up a highly secure Flask service to manage API keys and negotiate signed URLs for WebSockets. Maintaining low latency, overcoming CORS complexities, and ensuring smooth, natural-sounding conversations required significant architectural optimization.
  • Complex Multimodal AI Processing: Integrating the vision model for the Medicine Scanner meant reliably capturing images on the dynamic frontend (handling device cameras and data URIs), transferring them securely to the backend, and crafting the perfect prompt constraints. We had to ensure the model wouldn't give definitive, reckless "medical advice," but still yielded highly accurate pregnancy-safety profiles.
  • Medical Safety Constraints: Ensuring the AI assistant does not give potentially harmful advice or bypass a real human doctor. We had to implement an escalation flag system to detect high-risk symptoms and immediately halt casual conversation to provide emergency warnings.
  • Designing for Empathy: Creating a user interface that feels reassuring and premium required continuously iterating over the components until we achieved a soft, modern glassmorphic look that reduces stress rather than adding to it.

Accomplishments that we're proud of

  • Successfully delivering a feature-rich full-stack application seamlessly linking a pristine Next.js frontend with a powerful AI microservice Flask backend.
  • Implementing the MamaCare voice assistant with real-time, low-latency WebSockets, providing a genuinely empathetic and natural conversational experience.
  • Engineering the advanced Medicine Scanner powered by NVIDIA Nemotron, offering immediate, crucial pregnancy-safety readouts for stressed parents.
  • The beautiful, calming glassmorphic UI that feels premium, performant, and safe.
  • The comprehensive weekly content delivery system that accurately reflects a mother's journey from early pregnancy right through the postpartum period.

What we learned

  • We deeply enhanced our full-stack engineering skills, flawlessly bridging a React ecosystem with a robust Python/Flask service.
  • We mastered real-time WebSocket integrations and signed-URL authentication, particularly when operating with cutting-edge Voice AI platforms like ElevenLabs.
  • We learned how to effectively integrate and prompt state-of-the-art multimodal vision models (NVIDIA Nemotron) for nuanced, high-stakes healthcare image-analysis tasks.
  • We discovered just how crucial the aesthetic and emotional tone of a UI is for health-tech apps—a calming design significantly impacts a user's experience and trust.

What's next for Nurture Nest

  • Integration with Wearables: Syncing with smartwatches to automatically pull in heart rate, sleep data, and daily activity context into the AI engine.
  • Fathers/Partners Mode: Adding a parallel dashboard for partners to learn how they can best support the mother and bond with the baby.
  • Medical Provider Portal: Allowing users to securely share their symptom logs and Medicine Scanner summaries directly with their trusted OB-GYN or pediatrician.

Built With

Share this project:

Updates