Create account

Join CarboniQ

Register with your organization details so your reports and portfolio are tied to a real account, not just a browser session.

This context (organization + role) is what CarboniQ uses to route approvals and decide who can publish a client-ready report.

Already have an account? Log in
Setup notes for whoever is deploying this (click to expand)
1. Create a free project at supabase.com (no credit card required for the free tier).
2. In the SQL Editor, run the contents of supabase_setup.sql (included alongside this file) — it creates the profiles table with row-level security so users can only ever read/write their own row.
3. Go to Project Settings → API, copy your Project URL and anon public key.
4. Open register.html and login.html, find the SUPABASE_URL / SUPABASE_ANON_KEY constants near the top of the <script> block, and paste your values in.
5. Optional: under Authentication → Settings, turn off "Confirm email" while testing so accounts are usable immediately after signup.