Connect your Supabase database for sync across all devices.

1
Create your Supabase project
  1. Go to supabase.com and sign up free
  2. Click New Project, name it "Billable"
  3. Choose a region close to Australia
  4. Wait ~2 minutes for it to spin up
2
Create the data table
create table billable_data ( id bigint generated always as identity primary key, data jsonb ); alter table billable_data enable row level security; create policy "Allow all" on billable_data for all using (true) with check (true);
3
Paste your credentials

Go to Project Settings → API

tracking
What's On
Open Tasks
Timesheet
Meetings
Checklists

Recurring checklists for end-of-month, weekly, payroll, and custom workflows.

Reports
By Client
Client Hours Timesheet
All Sessions
Clients
Archive

Completed tasks — tap to reopen.

Archived Meetings
Client Notes
Missing Documents
Email Templates

Save your onboarding, follow-up, birthday and other email templates here.