{% extends "main.html" %} {% block tabs %} {{ super() }}
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.
Click "▶ Run in WASM" to execute brand synthesis live in browser.
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
$ brando init --interactive
$ brando build --industry tech --count 100
$ brando filter --min-euphony 75
config.yamlStandardize brand rules across teams. Version-control your scoring weights, seed words, industry presets, and security thresholds in a single YAML contract.
Read Specification →project_name: "cyber-synthesis"
scoring_weights:
euphony: 0.40
visual_bouma: 0.30
security_audit: 0.30
brando.Client SDKRun automated brand synthesis in 3 lines of Python code for your applications and startup pipelines.
import brando
client = brando.Client(config="config.yaml")
results = client.synthesize(keywords=["cyber"])
Import individual scoring engines independently for computational linguistics and security research.
from brando.scoring import calculate_euphony
e = calculate_euphony("Vanta") # Score: 78.5
Explore the core modules powering brand synthesis, phonetic scoring, visual balance, and security vetting.
Calculates harmonic resonance, IPA phonetic flow, and sound symbolism vectors across brand candidates.
Analyzes typographical letter symmetry, ascender/descender balance, and word silhouette shapes.
Computes Pythagorean, Chaldean numerology, and Vedic Nakshatra sound alignments.
Executes RapidFuzz SIMD typosquatting checks against top 1,000 package and domain registries.
Run the 5-minute brand discovery wizard with brando init, brando build, and brando filter.
Execute Python brand scoring directly in your browser with zero backend requirements.