A real-time collaboration platform where AI extracts intent, detects conflict, builds consensus, and guides scattered families through complex eldercare decisions — without replacing the human conversation.
56
Data Models
Full-stack platform with decisions, polls, intents, proposals, and consensus tracking
Real-Time
Collaboration
WebSocket-powered family discussion rooms with live updates
AI
Consensus Engine
Intent extraction, conflict detection, and proposal evaluation
3
AI Layers
Facilitation, intent extraction, and document analysis

When a parent's health declines, families face a cascade of urgent decisions: Should Dad move to assisted living? Who manages the finances? Which doctor should handle the new diagnosis? These conversations happen over scattered phone calls, group texts, and tense holiday dinners — if they happen at all.
The problems compound:
Existing tools — group chats, shared docs, video calls — weren't designed for structured decision-making. Families needed something purpose-built: a platform that could facilitate difficult conversations, ensure every voice was heard, and guide groups toward decisions they could all support.
We built AllWise — a collaborative platform where families make care decisions together, guided by AI that facilitates rather than dictates. The platform is live at beallwise.com.
Each family gets a private workspace with role-based access (owner, admin, member). Family members join via email invitation with secure token-based onboarding. The workspace organizes everything around decisions — specific topics the family needs to resolve.
Each decision gets its own real-time chat room powered by Socket.io. But these aren't just chat threads — the AI operates as an invisible facilitator working in three layers:
Beyond chat, families have access to anonymous and identified polls (with auto-expiration and tie-breaking), proposal evaluation cards that show how well each option addresses each family member's concerns, and a document vault where financial, legal, and healthcare documents can be shared, auto-categorized, and analyzed by AI.
Families can tune the AI's involvement: low (mostly observes, surfaces intents), medium (suggests questions, generates proposals), or high (actively facilitates, detects stalls, recommends next steps). The AI is a facilitator, not a decision-maker — the family always decides.

We built AllWise as a production-grade Next.js application with a sophisticated real-time backend, designed for the emotional sensitivity and privacy requirements of family care coordination.
The PostgreSQL schema spans 56 Prisma models covering the full lifecycle of collaborative decision-making: Users, Families, FamilyMembers, Decisions, Messages, Intents, Proposals, ProposalEvaluations, ConsensusStates, Polls, PollVotes, AIConversations, Documents, and more. The schema enforces referential integrity across all relationships while supporting the flexible nature of family discussions.
We implemented a dual real-time architecture: Socket.io on the application server for low-latency message delivery, plus AWS Lambda WebSocket handlers (connect, disconnect, message) backed by DynamoDB for connection tracking. This ensures reliable real-time updates even when family members are on different devices and networks.
The AI facilitation system operates as a pipeline:
Family care discussions contain deeply personal information. Authentication uses JWT + Iron Session with httpOnly cookies. Email verification is required for all accounts. Invitation tokens are single-use and time-limited. Document access is controlled per-family with S3 pre-signed URLs for secure file delivery. All sensitive data transmission uses encryption in transit.
Transactional emails (invitations, verification, password reset, meeting reminders) use Resend API with custom branded templates, backed by cross-account AWS SES for reliable delivery from the beallwise.com domain.
AllWise launched at beallwise.com as a production-ready platform with a complete feature set for family care decision-making.
AllWise demonstrates that AI can enhance human decision-making without replacing it. By extracting structure from emotional conversations, making invisible priorities visible, and guiding groups through a proven facilitation framework, the platform helps families navigate the hardest decisions they'll ever face — together.
We have five siblings spread across three states. Every conversation about Mom's care turned into an argument because everyone had different information and different priorities. This platform gave us a way to actually hear each other and make decisions we could all live with.
Team
3 people
Full product build from concept to production deployment
See how we achieved 56 data models — and what we can do for you.
Start a Conversation