One-time setup — enter your Supabase project details to sync data across all devices.
Quick Setup Steps
Go to supabase.com → open your project
Go to Settings → API Keys
Copy Project URL (from browser address bar: your-ref.supabase.co)
Copy Publishable key (or Legacy anon key)
Run the SQL in SQL Editor (see below) if not done yet
CREATE TABLE IF NOT EXISTS saara_store (
key TEXT PRIMARY KEY,
value JSONB,
updated_at TIMESTAMPTZ DEFAULT NOW()
);
ALTER TABLE saara_store ENABLE ROW LEVEL SECURITY;
CREATE POLICY "allow_all" ON saara_store
FOR ALL USING (true) WITH CHECK (true);
Syncing data...
SAARA OS
Admin Dashboard
🔐 Admin
Navigation
Clients
● Live Sync
Overview
SAARA OS
Team Workspace
👥 Team
Navigation
My Clients
● Live Sync
Overview
Enter PIN
✎ Edit Client
Add New Client
Add Lead
Lead
📥 Upload Upwork Bidding History (CSV)
Expected CSV columns (any order, any header name that matches): Date | Applied Project Links / URL | Lead Name | Viewed by client | Account | Connects Used | Client Comments Only the proposal link column is required. All others are optional. Duplicates are skipped automatically.
📄
Click to choose CSV file or drag & drop here
Supports .csv exported from Excel, Google Sheets, or your Daily Upwork Report