A wellness app that understands you. Personalized affirmations, intelligent mood tracking, and seamless therapist integration — all powered by cognitive-load-aware AI that respects your mental bandwidth.
"You are worthy of peace and calm in this moment."
Every feature is crafted with intention, respecting your mental space while supporting your journey.
Dynamic, time-of-day aware affirmations that adapt to your emotional state and preferences. Categories include self-worth, anxiety relief, motivation, and gratitude.
Track your emotional journey with intuitive check-ins. Visualize patterns over time with longitudinal mood analytics and self-reported anxiety scores.
Connect with your care providers. Dedicated sections for therapist and psychologist contacts with native call and email triggers. HIPAA-aligned data export.
Powered by the CLE (Cognitive Load Engine), content is filtered based on your current mental bandwidth. No overwhelm, just what you need when you need it.
Express yourself with 6 distinctive color presets. Global dark mode support with instant switching. Your app, your aesthetic.
Your data stays yours. HIPAA-aligned de-identification for therapist reports. Resilient architecture with fallback systems for continuous availability.
Heirloom is engineered with production-grade patterns that ensure reliability during your most important moments.
const themes = {
'calm': { primary: '#10B981', bg: '#0A0E17' },
'ocean': { primary: '#06B6D4', bg: '#0C1222' },
'sunset': { primary: '#F59E0B', bg: '#1A1510' },
'lavender': { primary: '#A78BFA', bg: '#12101A' },
'rose': { primary: '#FB7185', bg: '#1A1015' },
'forest': { primary: '#22C55E', bg: '#0A1510' },
};
// Live theme switching without restart
export const useTheme = () => {
const [theme, setTheme] = useState('calm');
return { theme, setTheme, colors: themes[theme] };
};
Heirloom's wellness telemetry is integrated into the W33KND Unified Monitoring Console for clinical oversight and continuous improvement.
Session summaries, mood trends, and engagement metrics for clinical oversight
Monitor wellness goal completion rates and check-in consistency
Longitudinal visualization of self-reported mood and anxiety patterns
HIPAA-aligned de-identification for therapist-ready exports
Heirloom is part of the PRJCT LAZRUS ecosystem — thoughtful technology designed with empathy.