0
Events Today
0
Active Reminders
0
Active Goals
Today's Events
Quick Reminders
Goal Snapshot
Select a day
All
High
Medium
Low
Notes
Financial Goals
Themes
๐ Notifications
Enable notifications so LifeOS can fire your reminders at the right time. Works best when the app is open or installed as a PWA on your home screen.
โ๏ธ Supabase Sync
Connect to Supabase to sync your data across devices. Use the same Project URL and Public Key from your other apps. Run this SQL in your Supabase SQL Editor first:
CREATE TABLE IF NOT EXISTS lifeos_data ( user_id TEXT PRIMARY KEY, app_data JSONB NOT NULL, updated_at TIMESTAMPTZ DEFAULT NOW() ); ALTER TABLE lifeos_data ENABLE ROW LEVEL SECURITY; CREATE POLICY "Allow all" ON lifeos_data FOR ALL USING (true) WITH CHECK (true);
๐ค Weather Location
People
โ ๏ธ Danger Zone
Permanently wipes all events, reminders, notes, goals, and people from this device. Your Supabase cloud data is not affected unless you push afterward.
LifeOS v1.11