White Label Checklist

Checklist for renaming the product, swapping assets, and pointing legal + support URLs at your company before customers see the app.

Must-do

  • Update product/company identity in src/config/brand.ts
  • Replace logo assets in public/ (light + dark + mobile variants)
  • Update metadata in src/app/layout.tsx (title, description, social previews)
  • Update footer links in src/config/ui/footer.ts (and any other src/config/ui/* references)

Emails

  • Update sender name + domain:
    • EMAIL_FROM env var
  • Update invitation email template:
    • src/lib/email/templates/invite-email.tsx

Billing (Stripe)

  • Replace Stripe products/prices with your own
  • Update NEXT_PUBLIC_STRIPE_*_PRICE_ID variables
  • Update webhook endpoint configuration in Stripe

Legal pages

Review and update:

  • /terms
  • /privacy

Nice-to-have

  • Replace favicon.ico in public/
  • Add Open Graph images
  • Add your own support email + help center topics