💑
Welcome, You Two
Set up your shared space — takes 2 minutes
⚙️ First time? Create your database table

Go to Supabase → your project → SQL Editor → run:

create table couple_data ( id text primary key, data jsonb not null, created_at timestamptz default now() ); alter table couple_data enable row level security; create policy "allow all" on couple_data for all using (true) with check (true);
Your Names
Colours
Add Todo
Add Item
Add Goal
Add Event
New Note
Add Memory
💌 Write a Love Note
🌍 Add to Bucket List
💰 Add Expense
🎉 Add Date Idea