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
/partnersroutes to the partner intake form. - ReadyReview board shell
/partner-reviewloads live data only withPARTNER_REVIEW_TOKEN. - ReadyService Hub route
/service-hublinks intake, review, and other deploy-safe website surfaces. - ReadySupabase URL
SUPABASE_URLis committed as a non-secret Netlify context value. - ReadyCI gateWebsite deploy workflow runs
npm testbefore Netlify deploy steps.
Still Needed For Live Data
- NeededRun schemaRun
website/supabase-partner-bids-schema.sqlin Supabase SQL Editor. - NeededSet Supabase keyAdd
SUPABASE_SERVICE_ROLE_KEYin Netlify environment variables. - NeededSet email alert keyAdd
RESEND_API_KEYandPARTNER_NOTIFY_EMAILin Netlify. - NeededSet staff tokenAdd
PARTNER_REVIEW_TOKENin Netlify, then use that token on the review board. - OptionalCustom table nameAdd
PARTNER_BIDS_TABLEonly if the table is notpartner_bid_submissions.