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 othersrc/config/ui/*references)
Emails
- Update sender name + domain:
EMAIL_FROMenv 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_IDvariables - Update webhook endpoint configuration in Stripe
Legal pages
Review and update:
/terms/privacy
Nice-to-have
- Replace
favicon.icoinpublic/ - Add Open Graph images
- Add your own support email + help center topics