App Branding Setup (Before Installation)
To customize your WhautoChat Reseller SaaS deployment with your own branding, you must configure the app_branding.json
file before running the installation.
Location
Place the app_branding.json
file in your installation folder (the same directory as your .env
files).
Example app_branding.json
{
"appName": "WhautoChat",
"tagline": "The Omnichannel Conversation Automation Plaform.",
"websiteLink": "https://whauto.chat",
"logo": "https://whauto.chat/assets/logo.png",
"favicon": "https://whauto.chat/assets/favicon.ico"
}
Fields Explained
appName
: The display name of your application.tagline
: A short description or slogan for your app.websiteLink
: The main website link for your product or company.logo
: URL to your app's logo (used in the UI and emails). Recommended dimensions: width 500px, height 150px.favicon
: URL to your app's favicon (browser tab icon). The .ico file should be at least 48x48 pixels.
When to Configure
- Complete or update
app_branding.json
before running the installation script or starting the server for the first time. - This ensures your branding is applied everywhere in the platform from the start.