Staff access only. Every record is scoped to your company.
Reset your password
We will email you a six digit code. Enter it on the next screen and
choose a new password.
Enter your code
Sent to your work email. The code is good for
one hour. Check spam if it has not arrived in a minute.
Connect the database
The CRM is built and waiting on credentials. Create a Supabase project,
run supabase/schema.sql then supabase/seed.sql in the SQL editor,
and paste the project URL and anon key into config.js.
Project Settings, then API, gives you both values.
window.CBR_CONFIG = {
SUPABASE_URL: 'https://xxxx.supabase.co',
SUPABASE_ANON_KEY: 'eyJhbGciOi...'
};