Heirloom
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.
Explore Features View Landing PageA 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.
Explore Features View Landing PageDynamic, 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 Kairos, 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.
Cross-platform mobile experience
Winston-powered structured logging
In-memory fallback for DB outages
Real-time cognitive load filtering
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] };
};
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.