# Preloop - Open Source Edition
# Minimal brand configuration for self-hosted deployments.
#
# edition: Controls UI behavior, not feature set
# - "saas": Full marketing landing page, pricing page, signup CTAs
# - "selfhosted": Minimal UI, redirects to login, no pricing page
#
# For enterprise self-hosted deployments, use the enterprise Docker image
# but keep edition: "selfhosted" for the minimal UI experience.
#
# For SaaS deployment configuration, see preloop-ee/frontend/brands.yaml
brands:
preloop:
name: "Preloop"
domain: "localhost"
edition: "selfhosted"
branding:
logo_light: "/images/logos/preloop_logo_light.svg"
logo_dark: "/images/logos/preloop_logo_dark.svg"
favicon: "/assets/preloop-badge.png"
primary_color: "#7c3aed"
gradient_product: "linear-gradient(90deg, hsl(270, 70%, 55%), hsl(290, 75%, 50%))"
gradient_ai: "linear-gradient(90deg, hsl(200, 80%, 55%), hsl(180, 85%, 50%))"
landing:
meta:
title: "Preloop"
description: "Responsible AI automation with human-in-the-loop approval"
hero:
title: "Welcome to <span class=\"gradient-product\">Preloop</span>"
lead: "Sign in to get started with responsible AI automation."
cta_primary: "Sign In"
cta_primary_url: "/login"