Kutum – The Family Information OS
Kutum is a secure, intelligent family information hub that centralizes people, documents, health records, and milestones, turning them into timely nudges.

Project Overview
Families juggle scattered data points—documents, health records, milestones—across chats and folders. Kutum acts as a secure OS where users centralize details (sizes, passport numbers, health history) and the system handles the 'remembering'. It layers smart nudges for expiries and follow-ups, ensuring nothing falls through the cracks.
System Architecture
Modular architecture centered on three domains: People, Documents, and Health. Each flows into a centralized Notification Engine that scans for date-based triggers (expiries, birthdays, follow-ups). Authentication uses secure recovery phrases/QR codes to protect the family vault.

Auth & Recovery
Secure access with recovery phrase and QR workflows
People Module
Manages member profiles, attributes, and milestones
Documents Vault
Encrypted storage with OCR and expiry tracking
Notification Engine
Generates contextual nudges from structured dates
Implementation Details
Code Example
interface FamilyMember {\n id: string;\n name: string;\n documents: Document[];\n health: HealthRecord[];\n}\n\nfunction checkExpiries(members: FamilyMember[]) {\n const upcoming = [];\n for (const member of members) {\n for (const doc of member.documents) {\n if (isExpiringSoon(doc.expiryDate)) {\n upcoming.push(createNudge(member, doc));\n }\n }\n }\n return upcoming;\n}Agent Memory
Keep data models for People, Docs, and Health separate for cleanliness, but aggregate their time-sensitive fields into a single 'Nudge Queue' to give the user one simple list of tasks.
Workflow
Onboarding: Create account & set up recovery.\n2. Population: Add family members and upload key docs.\n3. Analysis: System extracts dates and sets triggers.\n4. Nudging: User receives alerts for upcoming birthdays or expiries.\n5. Action: One-click renewal or update via the dashboard.

Results & Impact
"Kutum turned our family chaos into a single, calm dashboard. Passports, health records, and birthdays are finally handled before they become emergencies."
Reduced Mental Load
No more remembering dates or digging through WhatsApp.
Better Compliance
Documents renewed on time; health follow-ups not missed.
Secure Organization
One encrypted place for all critical family intel.
About the Author
Devulapelly Kushal Kumar Reddy
AI Context Engineer
Apex Neural
Kushal is an AI Context Engineer focused on building production-grade agentic AI systems that connect scalable backend services with real-world automation. He works across full-stack development, LLM integrations, prompt engineering, and document AI pipelines to deliver reliable, maintainable AI-powered applications.
Contributors
Ready to Build Your AI Solution?
Get a free consultation and see how we can help transform your business.

Annie
Vedant
Sunny