About the client
Challenge
- Building for grief at scale: Memorial platforms demand a standard of emotional sensitivity in every interaction — from copy and UX to access controls and data handling — that generic product development patterns do not accommodate.
- Breadth of a full ecosystem in one MVP: The client required not just a memorial page builder but a complete platform covering end-of-life planning tools, a service marketplace for vendors, AI-assisted content generation, blockchain memory certification, and a cross-platform mobile application — all in a single coordinated delivery.
- Privacy, security, and legal compliance by design: The platform handles sensitive personal data including health status, digital wills, farewell messages, and location data. GDPR compliance, role-based access control, and secure content delivery were not optional — they were foundational requirements that had to be built into every layer of the architecture.
- Third-party AI integration with ethical guardrails: Connecting the platform to external AI services for tribute generation, chatbot interactions, and voice/avatar synthesis required informed consent flows, content moderation, and clear labeling — all while maintaining a respectful, non-clinical product tone.
Have some question?
Let’s meet and talk.
Solution
WWG structured the project around a modular architecture that allowed parallel development of distinct platform layers without blocking interdependencies. Each epic was specced at the user story level before sprint assignment, giving the client clear visibility and control throughout.
Memorial Core & Privacy ArchitectureWe built a robust memorial management system allowing users to create, edit, and control access to tribute pages with granular privacy settings. Public memorials are accessible to anyone via direct link; private memorials restrict viewing to email-invited users with token-based access. Role-based authorization governs every endpoint — memorial owners, administrators, and guests each operate within enforced permission boundaries.
YouEver introduced a distinctive feature set for living users: the ability to prepare a private self-memorial documenting funeral preferences, digital wills, and farewell messages in advance.
AI Integration Suite
Three AI-powered features were integrated and built with explicit opt-in, third-party disclosure, and content moderation at each touchpoint. The tribute generator assists users in writing condolence messages from short prompts. The biography and obituary assistant drafts structured life stories from key facts provided by the family. The memorial chatbot — built on GPT — answers visitor questions using structured memorial data as its knowledge base, maintaining a respectful tone through prompt architecture and response filtering.
Each memorial includes a symbolic virtual grave section with interactive map integration for burial location, virtual tribute offerings (candles and flowers with counts), and a multimedia gallery supporting photos, videos, and audio. Access to all media mirrors the memorial's privacy settings, with private content delivered via secure expiring URLs.
Service Marketplace
A vendor role and public marketplace were built to connect bereaved families with funeral, memorial, and remembrance service providers. Vendors manage listings with location-based visibility radius, and incoming inquiries are tracked in a dedicated dashboard. The marketplace includes category and radius-based filtering, with admin tooling for vendor approval and category management.
Technology Stack
React Native
Cross-platform mobile development delivering consistent iOS and Android performance from a shared codebase.
React (Web)
Component-based frontend with responsive, accessible design across all memorial and marketplace views.
Node.js & Express
Backend API handling authentication, memorial logic, subscription management, and third-party integrations.
PostgreSQL
Relational database managing user accounts, memorial records, privacy settings, and vendor data.
AWS (S3 + SES)
Secure media storage with signed delivery URLs, plus transactional email for invitations, notifications, and legacy document release.
GPT-powered chatbot and tribute generation; D-ID for talking avatar video synthesis from memorial photos.
Stripe
Subscription billing and checkout across web and mobile, with webhook handling for success and failure states.
Firebase & APNs
Push notification infrastructure for mobile, integrated with a central routing service alongside email delivery.
Blockchain
Smart contract integration for tamper-proof memorial certification — a layer for owners requiring immutable records.
Key Technical Challenges
Memorial privacy is not a toggle — it cascades across every module on the page: the gallery, timeline, guestbook, virtual grave, and AI features all independently enforce the same access decision. Building this as a single, consistent enforcement layer across frontend components and backend endpoints required careful abstraction from the start, rather than per-feature implementation.
The end-of-life planning features required an admin-triggered event that atomically unlocks and distributes sensitive content — farewell messages, digital wills, funeral preferences — to multiple designated recipients while simultaneously transferring platform ownership. Designing this as a reliable, audited workflow with proper error handling was one of the most architecturally sensitive parts of the build.
Integrating AI into a grief platform carries real ethical weight. Every AI touchpoint was built with prompt filtering, response length limits, inappropriate content detection, opt-in consent, and clear third-party disclosure. The talking avatar feature required additional consent flows around the use of a deceased person's photo and voice — a dimension of data sensitivity most platforms never encounter.
Results
- Full-Ecosystem MVP Delivered
19 product epics shipped in a single coordinated release cycle — from user authentication and memorial pages through AI tools, vendor marketplace, subscription billing, and mobile apps for both iOS and Android. - Three User Segments Served
The platform launched supporting bereaved families, living users managing their own digital legacy, and service vendors — each with distinct interfaces, permission models, and notification flows. - AI Integrated Responsibly
Tribute generation, memorial chatbot, voice simulation, and talking avatar video are live — each with full consent flows, third-party disclosures, and content moderation built into the product, not added after the fact. - Foundation for International Growth
Localisation architecture (Lingui), multi-currency payments (Stripe), and GDPR/CCPA-compliant data handling position YouEver to expand beyond Italy without platform rebuilds.