🎯
0
Total Goals
⚡
0
In Progress
✅
0
Completed
📊
0%
Avg Progress
Strategic Goals
Correlation Matrix
⬤ Strong⬤ Med○ None
✦ Loading NorthStar…
Your Personal Strategic Command Center
Forgot password? Reset via email
Automated emails sent at 9:00 AM and 9:00 PM on your deadline day.
Sign in to supabase.com → New Project → Settings → API.
CREATE TABLE IF NOT EXISTS ns_data (user_id TEXT PRIMARY KEY, data JSONB, updated_at TIMESTAMPTZ DEFAULT now());
ALTER TABLE ns_data ENABLE ROW LEVEL SECURITY;
CREATE POLICY "user_own" ON ns_data FOR ALL USING (true);
Cannot undo.