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="suppor[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
.
- The instance wide theme can be easily updated thanks to the color tokens we have in place. Simply modify the hex-codes within the
apps/web/styles/globals.css
file against the color tokens, and the entire application can be consistently whitelabeled to your brand identity.
That's it.