Zorro's Partner Launch Checklist
Service Hub Review Board Public Intake

Partner Network Launch Status

This page keeps the remaining live setup visible. It is safe to publish because it lists only route names, schema files, and environment variable names, not secret values.

Ready In Code

  • ReadyPublic intake/partners routes to the partner intake form.
  • ReadyReview board shell/partner-review loads live data only with PARTNER_REVIEW_TOKEN.
  • ReadyService Hub route/service-hub links intake, review, and other deploy-safe website surfaces.
  • ReadySupabase URLSUPABASE_URL is committed as a non-secret Netlify context value.
  • ReadyCI gateWebsite deploy workflow runs npm test before Netlify deploy steps.

Still Needed For Live Data

  • NeededRun schemaRun website/supabase-partner-bids-schema.sql in Supabase SQL Editor.
  • NeededSet Supabase keyAdd SUPABASE_SERVICE_ROLE_KEY in Netlify environment variables.
  • NeededSet email alert keyAdd RESEND_API_KEY and PARTNER_NOTIFY_EMAIL in Netlify.
  • NeededSet staff tokenAdd PARTNER_REVIEW_TOKEN in Netlify, then use that token on the review board.
  • OptionalCustom table nameAdd PARTNER_BIDS_TABLE only if the table is not partner_bid_submissions.