Skip to Content
Members OnlyAdvanced GuidesWhite-Labeling

White-Labeling

Enterprise+ customers can fully white-label the Quazzar Space platform with custom branding, domains, colors, and email templates. This guide covers all customization options available to you.

Overview

White-labeling transforms Quazzar Space into your own branded product. Your customers and team members interact with an interface that carries your brand identity, with no visible reference to Quazzar.

What Can Be Customized

ElementCustomization Options
DomainCustom domain (e.g., infra.yourcompany.com)
LogoHeader logo, favicon, and loading screen
ColorsPrimary, secondary, accent, and background colors
FontsCustom font families for headings and body text
Email templatesSender name, address, and email design
Login pageBackground, welcome text, SSO buttons
FooterCompany name, links, and legal text

Custom Domain Setup

Step 1: DNS Configuration

Create a DNS record pointing to the Quazzar Space platform:

infra.yourcompany.com CNAME custom.quazzar.space.

Step 2: TLS Certificate

TLS certificates are automatically provisioned once the DNS record propagates. No manual certificate management is required for hosted deployments. For on-premise deployments, provide your own certificate.

Step 3: Configure in Dashboard

  1. Navigate to Settings > White-Label > Domain
  2. Enter your custom domain
  3. Wait for DNS verification and TLS provisioning (typically under 10 minutes)

Once verified, your custom domain serves the full platform. The Quazzar team will update CORS and routing configuration on the backend.

Branding Configuration

Logo and Favicon

  1. Navigate to Settings > White-Label > Branding
  2. Upload your assets:
AssetRecommended SizeFormat
Header logo200 x 40 pxSVG or PNG
Favicon32 x 32 pxICO or PNG
Apple touch icon180 x 180 pxPNG
Loading screen logo120 x 120 pxSVG or PNG

Color Theme

Customize the platform’s color palette from Settings > White-Label > Colors:

PropertyDescriptionExample
primary_colorButtons, links, active states#0066FF
secondary_colorSecondary actions, badges#6B21A8
accent_colorSuccess states, highlights#10B981
background_darkPage background#0F172A
background_surfaceCard and panel backgrounds#1E293B
text_primaryPrimary text color#F1F5F9
text_secondarySecondary text, labels#94A3B8

Changes are applied globally across the navigation, buttons, charts, status indicators, and all interactive elements. Preview changes before publishing.

Custom Fonts

Specify custom font families from Settings > White-Label > Fonts:

SettingDescriptionDefault
Heading fontUsed for page titles and section headingsInter
Body fontUsed for paragraph text and labelsInter
Monospace fontUsed for code blocks and technical contentJetBrains Mono

You can reference Google Fonts or provide self-hosted font files.

Email Customization

Sender Configuration

Configure the email sender identity displayed to recipients:

SettingDescription
Sender emaile.g., [email protected]
Sender namee.g., Your Company Cloud
Reply-to addresse.g., [email protected]

Email Templates

Customize the design and content of transactional emails:

  • Welcome email — Sent when a new user registers or is provisioned
  • Invitation email — Sent when a user is invited to a project
  • Password reset — Sent when a user requests a password reset
  • Billing receipts — Sent after successful payment
  • Alert notifications — Sent when monitoring alerts trigger

Templates support HTML with your brand colors, logo, and custom footer text. Edit templates from Settings > White-Label > Email Templates.

Login Page Customization

Configure the login experience from Settings > White-Label > Login Page:

  • Background: Custom image, gradient, or solid color
  • Welcome message: Custom text above the login form
  • SSO buttons: Display configured SSO providers (SAML, OIDC)
  • Legal links: Custom terms of service and privacy policy URLs
  • Self-registration: Enable or disable user self-registration

Working with the Quazzar Team

White-label setup involves coordination with the Quazzar team for:

  • Initial configuration: Your account manager assists with domain setup and initial branding
  • Advanced customization: Custom CSS overrides or layout changes beyond the standard options
  • Documentation branding: Custom-branded documentation site deployment
  • API branding: Removing platform identifiers from API responses

To initiate white-label setup or request advanced customization, contact your dedicated account manager or email [email protected].

Verification Checklist

After setting up white-labeling, verify:

  • Custom domain resolves and loads the platform with valid TLS
  • Logo appears correctly in the header, favicon, and loading screen
  • Colors are applied consistently across all pages and components
  • Emails are sent from your custom sender address with your branding
  • Login page displays your customized design and SSO buttons
  • No Quazzar branding is visible to your end users

Next Steps