Settings

Profile

--

Initials are auto-generated.

Work Settings

Configure your work preferences

Select which days of the week you typically work

5 days selected

Supabase Sync (optional)

Store your data in your own Supabase project. Local storage remains as a fallback.

Uses your anon key; no service keys stored client-side.
Storage modeLocal only

Data stays in this browser (localStorage). Enable Supabase to sync across devices.

Initialize tables & RLS

Run this SQL once in Supabase SQL editor.

-- Reset & recreate core tables for Worktracks
-- Drop in Supabase SQL editor (DATA project), run once
drop table if exists invoices;
drop table if exists time_entries;
drop table if exists tasks;
drop table if exists projects;

create table projects (
  id bigint primary key,
  name text,
  client text,
  rate numeric,
  "totalHours" numeric default 0
);
-- ... truncated ... see copied SQL for full script

We never send your keys to our servers; everything stays client-side.

Data Management

Export, import, or clear your local data

Backup & Restore

Export your data as JSON for backup or import to restore from a previous backup.

Danger Zone

Permanently delete all your local data. This action cannot be undone.

Profile Preview

How your profile appears

--

Your Name

your@email.com