Dauntless Ventures

Brand Service

Centralized brand identity for the Dauntless Ventures ecosystem. Serves badges, logos, mottos, slogans, verses, colors, and themes across 60+ domains from a single API.

Login

API

Public endpoints — no authentication required.

GET /api/package?d={domain}

Full brand package for a domain: logo URLs, motto, slogan, verse, colors, hero images, cluster, producer, stage.

Example
curl https://brand.dauntless.ventures/api/package?d=memorize.live
GET /api/sites

All enrolled domains with logo URLs, cluster assignment, stage, and producer.

GET /api/clusters

Cluster definitions — labels, colors, logos.

GET /api/colors.css?d={domain}

Generated CSS custom properties for a domain's active theme. Drop-in stylesheet for any site.

Badge Embed

One script tag on any enrolled domain:

<script src="//brand.dauntless.ventures/brand.js"></script>

Auto-detects light/dark mode. Renders the correct cluster badge with the domain's logo.