docs: premium README visuals (hero, architecture, features, quickstart)#1
Merged
Merged
Conversation
Co-Authored-By: Rob <onerobby@gmail.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a set of premium, on-brand graphics to the README to make the project look polished and high-quality. No code or behavior changes — docs/assets only; the offline self-test (
test_proxy.py) still passes.Four 2× PNGs under
assets/brand/(rendered from HTML/CSS atdeviceScaleFactor: 2), matching theultracodeapp icon's indigo→violet→purple→fuchsia palette on a near-black background, with Inter + JetBrains Mono type:hero.png— header banner: logo tile, gradient wordmark, tagline, feature pills.features.png— 4-card highlights row (one icon/any model · stdlib-only · tools translated · Claude untouched).architecture.png— replaces the ASCII flow diagram under a new ## How it works heading:Claude Code /model→proxy.py(UltraCode envelope) → backends, withANTHROPIC_BASE_URL/GET /v1/modelsconnectors.quickstart.png— 3-step strip (get code → pick models → launch &/model).README changes:
Claude Code ──▶ proxy.py ──▶ modelblock replaced byarchitecture.png.assets/brand/README.mddocuments the assets, palette, and how to regenerate them.Each image is referenced via centered
<p align="center"><img …></p>with descriptive alt text.Link to Devin session: https://app.devin.ai/sessions/92667378068c424b84282a40b0290647
Requested by: @OnlyTerp