Skip to content

docs: compact banner with Mojo flame logo#24

Merged
johnnyhuy merged 1 commit into
mainfrom
feat/banner-mojo
Jun 21, 2026
Merged

docs: compact banner with Mojo flame logo#24
johnnyhuy merged 1 commit into
mainfrom
feat/banner-mojo

Conversation

@johnnyhuy

Copy link
Copy Markdown
Contributor

Summary

Two changes from PR #23:

  1. More compact aspect ratio: 1792x592 (3.03:1) instead of 1584x672 (2.36:1). Reads as a tight logo lockup rather than a sprawling hero.

  2. Mojo flame logo: replaced the archway icon with a subtle orange line-art flame. Mojo (Modular's programming language) uses a stylized flame as its mark, and OpenGateway ships a Mojo+flare second server for hot paths, so the brand references the language that powers the fast path.

Generation

export FAL_KEY=...
../scripts/generate_banner.py \
  "<compact 3:1, Mojo flame outline, OPENGATEWAY wordmark, subtle grid>" \
  docs/assets/banner.png \
  --model fal-ai/nano-banana-2 --width 1536 --height 512

fal served 1792x592 (closest 3:1 for this model). File is 406 KB.

Variations tried this round

  • v1 (this PR): single flame outline + wordmark, nano-banana-2
  • v2: gateway frame with flame inside (combines previous archway + Mojo flame)
  • v3: flame inside chip outline (recraft-v3)
  • v4: single flame + wordmark (gpt-image-2, more compact 1536x512)

v1 picked as the safest direct interpretation. Easy to swap if a different variation reads better.

Previous banner (1584x672, 2.36:1) was too sprawling and the archway
icon had no semantic lineage. New banner:

- Compact 3:1 ratio (1792x592) for a tighter logo-lockup feel
- Logo references the Mojo programming language (Modular's language,
  which uses a stylized flame as its mark) - subtle orange line-art
  flame outline, not photorealistic fire
- Subtle graph-paper grid background retained from previous banner
- OPENGATEWAY wordmark in bold white sans-serif next to the flame

The Mojo flame lineage is intentional: OpenGateway ships a Mojo+
flare second server for hot paths, so the brand mark acknowledges
the language that powers the fast path.

Generated with:

    export FAL_KEY=...
    ../scripts/generate_banner.py \
      "<prompt>" \
      docs/assets/banner.png \
      --model fal-ai/nano-banana-2 --width 1536 --height 512

fal scaled up to 1792x592 (closest 3:1 it would serve for this model).

Co-authored-by: opencode <noreply@anthropic.com>
@johnnyhuy johnnyhuy merged commit c633c72 into main Jun 21, 2026
11 checks passed
@johnnyhuy johnnyhuy deleted the feat/banner-mojo branch June 21, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant