If you're on the Ultimate or Platform plan of Cal.com, we have made it very easy for you to white label your self-hosted instance.
- Please update the following env variables to match your desired branding:
NEXT_PUBLIC_APP_NAME="acme.com" NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS="[email protected]" NEXT_PUBLIC_COMPANY_NAME="ACME inc."
- The images for the logo are placed in
/web/public
. You can update the logo by changing the value of the following constants in/packages/lib/constants.ts
file:- LOGO
- LOGO_ICON to the file name of your logo and logo icon, or the paths with file name to your respective logo and logo icon images from
/web/public
.
That's it.