Supabase setup needed. Add your project URL and anon key to connect storage and login:
NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY.What this MVP covers
- Job header fields: job name, address, date, crew lead, field supervisor
- Clickable roofing checklist with saved progress
- Standard, manager, and admin role structure
- Print-to-PDF and email handoff buttons
Styling
The theme lives in app/globals.css, so we can swap in the exact styling from your other project once you share a screenshot or the CSS tokens.
Next step
Hook this to your Supabase project
After you add the database credentials, the same interface will load live jobs, checklist saves, and user roles from Supabase.
