Every trading platform uses the same tired bull/bear metaphor. We decided to replace it entirely. In our world, bullish signals are Tauntauns — the ugly, tough creature that keeps you alive when everything's frozen. Bearish signals are Wampas — the ice beast that hunts you down.

The Logo Problem

We needed a geometric low-poly tauntaun mark that could stand next to our wampa as equals — matched in ferocity, matched in style. It took 8 iterations to get right.

First attempts produced generic bulls. Then generic rams. Then lions. The problem: AI image generators have never seen a "fierce geometric tauntaun" — it doesn't exist in their training data. We had to feed it an actual reference photo and push hard on the alien anatomy: the reptilian snout, the curved horns, the crystalline fur mane.

V8c finally landed — a snarling, jaw-open, ice-shard-fragmenting beast that's unmistakably alien and unmistakably angry. Paired with the red wampa, they're natural rivals.

Lesson: AI Image Gen Needs Anchoring

Without a reference image, the model defaults to Earth animals. "Fierce geometric creature" gives you a wolf. You need to show it what you mean and describe what makes it different from the default. Reference images + negative description ("NOT a bull, NOT a lion") is the combo.

The Full Brand Asset Pipeline

For each mark (tauntaun + wampa), we generated: primary color, monocolor black (print-ready), white-on-black (dark mode), and orange variant. Each one generated on a clean background, then extracted to transparent PNG via a multi-pass pipeline (Pillow crop → Gemini cleanup → white removal → auto-crop). 12 final assets, all production-ready.

The Landing Page

Built and deployed in one session. Dark war room aesthetic. Mobile-first CSS. Live signal feed that loads from JSON — the same data the daemon produces. Hero with geometric data terrain, proper OG image for iMessage previews, favicons at every size. The language toggle lets people switch between Hoth Mode (tauntaun/wampa) and Wall St Mode (bullish/bearish) — because not everyone wants to learn our jargon just to read a signal.

Auto-deploy wired into the daemon: every 30 minutes, fresh data pushes to the live site. No manual intervention needed.

Build the brand before you need it. By the time you need it, it's too late.