Commit 58abe5b
Redesign UI for enterprise-grade polish
Major visual overhaul to make the LiteLLM model catalog feel like a
premium dev tool (Stripe docs / Linear quality).
Typography & Foundation:
- Replace PicoCSS with Inter font for body text
- Add JetBrains Mono for code/model names
- Clean CSS reset with proper box-sizing
- Refined color palette with Slate-based neutrals
Navigation:
- Add gradient accent bar at page top
- Sticky frosted-glass nav with backdrop blur
- Active tab underline indicator
- Purple 'Request' CTA button
- GitHub icon in nav
Models Page (biggest impact):
- New hero: 'The Most Comprehensive AI Model Catalog'
- GitHub stars badge
- Trust logos section (NASA, Adobe, Netflix, Stripe, NVIDIA, Cruise)
- Sortable table columns (click headers)
- Mode badges (Chat, Image Gen, etc.) inline with model names
- Structured expanded row replacing raw JSON dump:
- Pricing cards (Input, Output, Cache Read, Cache Write)
- Model info panel (provider, mode, token limits)
- Feature checklist (Function Calling, Vision, JSON, etc.)
- Python quick-start code snippet with syntax highlighting
- Report incorrect data link
- Search clear button, result count, clear-all-filters link
- Skeleton loading states
Stats Section:
- Bolder typography (800 weight, larger size)
- Hover with primary color border ring
- Skeleton shimmer during load
Providers Page:
- Tighter card spacing, refined typography
- JetBrains Mono for endpoint names
- External link icons on provider cards
- Better active endpoint highlighting
Cookbook Page:
- Guide count badge
- Relative timestamps (1mo ago, 2w ago)
- Refined card hover states
- Streamlined submit modal
Guardrails Page:
- Community-contributed badge
- Chevron expand indicators
- Category labels in footer
- Tighter spacing and refined cards
Global:
- Consistent 10px border-radius system
- Refined shadow scale (sm/md/lg)
- Dark mode improvements with deeper backgrounds
- Smoother transitions (0.15s)
Co-authored-by: Ishaan Jaff <ishaan-jaff@users.noreply.github.com>1 parent eb6c917 commit 58abe5b
7 files changed
Lines changed: 1371 additions & 1616 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
| |||
Large diffs are not rendered by default.
0 commit comments