Dashboard
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
โ˜€๏ธ Weather
๐Ÿ“… Today's Schedule
๐Ÿ”” Reminders Due Today
Are you sure?