Connect Cloud Sync ☁️

Do this once — your tasks sync across every device and browser. Supabase is free, no credit card needed.

Step 1 — Create a free Supabase account

Go to supabase.comStart your project → sign up. Then New Project, name it, pick a region, wait ~1 min.

Step 2 — Create the tasks table

Left sidebar → SQL Editor → New query. Paste this and click Run:

create table tasks ( id text primary key, title text, cat text, prio text, status text, date text, time text, created bigint ); alter table tasks enable row level security; create policy "allow all" on tasks for all using (true) with check (true);
Step 3 — Get your keys

Left sidebar → Project Settings → API.
Project URLhttps://xxxx.supabase.co
• Click the Legacy anon, service_role API keys tab → copy the anon key starting with eyJ...


All Tasks & Goals

0
To Do
0
WIP
0
Blocked
0
Done
Category:   Show:

This Week

0
To Do
0
WIP
0
Blocked
0
Done

Day View

Calendar Overview

Year Overview