Carry critical health history anywhere, even offline.
MedTrace is a consent-based, offline-first health passport for patients who move between villages, cities, employers, and hospitals. It helps clinicians access only the minimum critical information they need in an emergency, even when internet, language, or institutional interoperability are limited.
Migrant Worker Rani, 34 - Rani moves between districts for seasonal work and often visits different clinics. She has allergies, a chronic condition, and a history of antibiotics that she struggles to remember under stress.
Emergency Doctor Ahmed, 41 - Ahmed works in a busy emergency room where patients often arrive unconscious, alone, or without paperwork. He needs the fastest possible way to see key information before prescribing or treating.
Community Health Worker Nia, 29 - Nia supports families in rural communities and disaster-relief settings. She often helps patients set up records on low-cost phones and needs a simple, guided experience.
Rani is a seasonal worker who rarely visits the same clinic twice. When she feels sick in a new town, she cannot remember her allergy list or the exact antibiotic she took last month, and the clinic has no access to her old paper files.
With MedTrace, she opens the app, confirms her emergency profile, and generates a QR card with a 30-minute access window. The doctor scans it and instantly sees her critical history, antibiotic timeline, and emergency contact, which reduces treatment delay and helps avoid a dangerous medication error.
For the clinic, the benefit is speed and confidence. For public health stakeholders, the platform creates an auditable, privacy-preserving pathway to better continuity of care without requiring every patient to have a modern phone or constant connectivity.
Team & resourcing - Small cross-functional team - 2 full-stack engineers, 1 product designer, part-time PM, optional QA/support for demo polish.
Paste this into Cursor, Bolt, Lovable, or v0 to start building.
Build a mobile-first offline-first web app called MedTrace for emergency continuity of care. Tech stack: Next.js with TypeScript, Tailwind CSS, Framer Motion, React Hook Form, Zod, Recharts, and a lightweight backend using Next.js API routes or FastAPI mock endpoints. Use local-first storage for demo mode with encrypted fields if possible. Use Google OAuth and GitHub OAuth for auth. Integrate Twilio for SMS sending and OpenAI for constrained administrative summarization/translation only. Core product: A consent-based health passport that lets a patient create a synthetic or demo patient profile, generate an emergency minimum record, share it via QR code or one-time PIN with expiry, and let a clinician view only approved fields. Include an audit log of access and a dashboard with live metrics and charts. Primary screens and flows: Landing page with strong CTA and trust messaging Auth screens for email, Google, and GitHub sign-in Animated onboarding walkthrough explaining offline access, consent, and emergency sharing Patient profile creation/edit form with validation Emergency summary generator with a 30-second minimum record QR code and PIN share modal with expiry timer and revoke action Clinician emergency view with allergies, medications, conditions, blood group, emergency contact, and antibiotic timeline Insights dashboard with counters and charts for shares, accesses, expirations, and antibiotic usage Settings page for dark mode, language selection, and privacy controls Data model: User, PatientProfile, Allergy, Medication, Condition, EmergencyContact, AntibioticEvent, ConsentGrant, AccessLog, ShareToken, DashboardMetric. Include fields for timestamps, expiry, access role, field-level visibility, and versioning. Behavior requirements: Support offline-first local persistence and clear no-network states. Show the emergency summary first and make the main CTA understandable in under 10 seconds. Use Framer Motion for onboarding and micro-interactions. Validate all forms with React Hook Form and Zod. Make the UI WCAG-compliant, responsive, and optimized for mobile. Include dark mode and modern card-based visuals. Instrument analytics events for onboarding, profile creation, share generation, clinician view, access expiry, and SMS send. Important constraints: Use synthetic demo data by default. Do not build diagnosis or treatment recommendation features. Keep the emergency flow simple, fast, and visually impressive for a hackathon demo.
You are a senior full-stack developer, product strategist, and hackathon mentor with 10+ Project Idea: MedTrace Offline Problem Statement Patients who move between villages, cities, employers, and hospitals frequently lose continuity of care. Medical records may remain on paper, inside disconnected hospital systems, or in a patient’s memory. This becomes dangerous during emergencies when doctors do not know allergies, previous prescriptions, chronic conditions, pregnancy status, or recent test results. The problem is particularly serious for migrant workers, elderly people, people with disabilities, and families affected by disasters. At the same time, antibiotic resistance caused an estimated 1.27 million deaths globally in 2019, making accurate medication history and responsible antibiotic use increasingly important. � Existing digital health platforms often assume smartphones, stable internet, English literacy, and institutional interoperability—conditions many patients do not have. Target Audience Migrant workers, rural patients, elderly people, people with chronic diseases, and disaster-displaced families. Primary-health-center staff, emergency doctors, pharmacies, NGOs, and public-health departments. They are underserved because current records are fragmented and many systems fail offline or are difficult to use in local languages. Why Now? Digital health infrastructure, interoperable health IDs, edge computing, and privacy-preserving technologies are advancing. The need for resilient health records is also growing because climate events and migration frequently disrupt access to a familiar hospital or doctor. � Proposed Solution MedTrace Offline is a consent-based, multilingual health passport that works without internet and shares only the minimum information needed in an emergency. A patient can carry it through a QR card, NFC tag, or feature-phone interface. Three innovative features: Emergency Minimum Record: Automatically creates a 30-second summary containing allergies, critical conditions, medicines, blood group, and emergency contacts. Offline Consent Chain: Records who accessed which field and allows patients to grant temporary access using a PIN, QR code, or trusted caregiver. Antibiotic Timeline: Displays previous antibiotic use and prompts clinicians to record diagnosis, duration, and outcome, helping reduce duplicate or inappropriate prescriptions. Technology Stack & Architecture Frontend: Flutter mobile app plus progressive web app. Offline storage: SQLite with encrypted local data. Backend: FastAPI, PostgreSQL, and FHIR-compatible APIs. Security: Public-key encryption, role-based access, audit logs, and optional blockchain anchoring for tamper evidence. AI: Local-language speech-to-text and summarization, restricted to administrative summaries rather than diagnosis. Implementation: Build a simulated patient record, offline QR sharing, access expiry, and an emergency dashboard for a clinician. Technical Feasibility Score: 8/10 The core record-sharing workflow is straightforward to prototype. The major challenges are legal compliance, identity verification, and clinical interoperability; the hackathon MVP should use synthetic patient data and explicitly demonstrate privacy controls. Real-World Impact & Scalability Hospitals, NGOs, employers, pharmacies, and health-insurance providers could adopt the platform. It could become a public digital-health layer integrated with national health infrastructure or a B2B continuity-of-care product. Funding opportunities may exist through public-health programs, global-health foundations, humanitarian agencies, and hospital networks. OBJECTIVE: Develop a high-impact, demo-ready web application that balances technical depth, visual CORE MODULES TO IMPLEMENT Break the application into the following must-have modules: fr 1. Authentication & Onboarding Secure login/signup system (email + OAuth options like Google/GitHub) Smooth, animated onboarding walkthrough to explain the product quickly Copy 2. Core Functional Flow Build the primary problem-solving feature end-to-end (describe your use-case) Ensure the UX is intuitive enough for a judge to understand in <10 seconds 3. Data Insights Dashboard Real-time data display using live charts, graphs, counters Use libraries like Recharts, Chart.js, or D3.js for impactful visual storytelling 4. Mobile-First Modern UI Design a clean, mobile-responsive layout using Tailwind CSS + Framer Motion Include dark mode, neumorphic touches, or other visual trends if relevant 5. External API Integration (2 minimum) Integrate meaningful APIs (examples: OpenAI, Twilio, Google Maps, Stripe, etc.) Use them to enhance functionality, personalization, or automation TECHNICAL SPECIFICATIONS Frontend: React.js or Next.js (with Typescript) Framer Motion for smooth transitions & demo-worthy animations Form validation with React Hook Form + Zod/Yup Modular code structure with reusable components WCAG-compliant accessible design practices
Design by The Resonance | Powered by GPC – The AI Transformation Company