{% extends "main.html" %} {% block tabs %} {{ super() }}

Programmatic Brand Creation Framework

brando. combines phonetic euphony scoring, Bouma visual geometry math, sub-35ms RapidFuzz typosquatting audits, and 108 Nakshatra astrological alignments into a 3-Layer Python engine.

brand_synthesis.py
WASM CONSOLE OUTPUT:
Click "▶ Run in WASM" to execute brand synthesis live in browser.
💻 TERMINAL CLI WIZARD

Interactive CLI Wizard

Launch the 5-minute brand discovery wizard directly in your shell using pip or uv. No initial setup required.

pip install brando
uv pip install brando
# Interactive CLI Commands CLI WIZARD
$ brando init --interactive
$ brando build --industry tech --count 100
$ brando filter --min-euphony 75
⚙️ DECLARATIVE SPECIFICATION

Declarative config.yaml

Standardize brand rules across teams. Version-control your scoring weights, seed words, industry presets, and security thresholds in a single YAML contract.

Read Specification →
# config.yaml — Single Source of Truth YAML SPEC
project_name: "cyber-synthesis"
scoring_weights:
  euphony: 0.40
  visual_bouma: 0.30
  security_audit: 0.30
🐍 HIGH-LEVEL SDK

brando.Client SDK

Run automated brand synthesis in 3 lines of Python code for your applications and startup pipelines.

# High-Level Pipeline Integration
import brando

client = brando.Client(config="config.yaml")
results = client.synthesize(keywords=["cyber"])
🔬 LOW-LEVEL ENGINES

Standalone Engine Modules

Import individual scoring engines independently for computational linguistics and security research.

# Direct Engine Functions
from brando.scoring import calculate_euphony

e = calculate_euphony("Vanta")  # Score: 78.5

Framework Architecture Suite

Explore the core modules powering brand synthesis, phonetic scoring, visual balance, and security vetting.

🔊

Phonetic Euphony Engine

Calculates harmonic resonance, IPA phonetic flow, and sound symbolism vectors across brand candidates.

Read Sound Symbolism Guide →
📐

Visual Bouma Geometry

Analyzes typographical letter symmetry, ascender/descender balance, and word silhouette shapes.

Read Visual Geometry Guide →
🌌

108 Nakshatra Padas

Computes Pythagorean, Chaldean numerology, and Vedic Nakshatra sound alignments.

Read Esoteric Alignment Guide →
🛡️

Sub-35ms Security Engine

Executes RapidFuzz SIMD typosquatting checks against top 1,000 package and domain registries.

Read Security Vetting Recipe →

Interactive CLI Wizard

Run the 5-minute brand discovery wizard with brando init, brando build, and brando filter.

Explore CLI Quickstart →
💻

Pyodide WASM Engine

Execute Python brand scoring directly in your browser with zero backend requirements.

Launch Interactive Playground →
{% endblock %}