Skip to content

Latest commit

 

History

History
161 lines (147 loc) · 6.32 KB

File metadata and controls

161 lines (147 loc) · 6.32 KB
name VibeLink
description Local-first Agent Remote Console - a multi-route bridge for continuing Codex and Claude Code agent work from web and mobile clients.
colors
primary ink inkSoft inkFaint canvas surface surfaceSoft sidebar sidebarWarm border borderStrong command accent focus success warning danger
#202124
#202124
#5F6668
#8B9497
#FBFBFA
#FFFFFF
#F4F5F3
#EAF8FA
#F3F6E8
#DCE3E1
#C9D2D0
#1F2322
#FF5A1F
#147F78
#147F78
#A86F1B
#C23B2E
typography
h1 h2 body mono
fontFamily fontSize fontWeight lineHeight
Inter
1.75rem
520
1.3
fontFamily fontSize fontWeight lineHeight
Inter
1.25rem
560
1.35
fontFamily fontSize lineHeight
Inter
0.9375rem
1.58
fontFamily fontSize lineHeight
Cascadia Mono, JetBrains Mono, Fira Code, monospace
0.85rem
1.5
rounded
sm md lg pill
6px
10px
14px
999px
spacing
xs sm md lg xl
4px
8px
16px
24px
32px
components
button-primary button-primary-hover button-ghost card tag-agent tag-route-a tag-route-b tag-route-c input
backgroundColor textColor rounded padding typography
{colors.command}
#FFFFFF
{rounded.pill}
10px 18px
{typography.body}
backgroundColor textColor
#3A3D3C
#FFFFFF
backgroundColor textColor rounded padding
{colors.surface}
{colors.ink}
{rounded.md}
8px 12px
backgroundColor textColor rounded padding
{colors.surface}
{colors.ink}
{rounded.lg}
{spacing.lg}
backgroundColor textColor rounded padding
{colors.surfaceSoft}
{colors.inkSoft}
{rounded.pill}
2px 8px
backgroundColor textColor rounded padding
#EAF8FA
#0F665F
{rounded.pill}
2px 8px
backgroundColor textColor rounded padding
#E8EEF7
#365F9D
{rounded.pill}
2px 8px
backgroundColor textColor rounded padding
#FFF1DE
#7A4C0D
{rounded.pill}
2px 8px
backgroundColor textColor rounded padding
{colors.surface}
{colors.ink}
{rounded.md}
8px 12px

Overview

VibeLink is a local-first Agent Remote Console - a multi-route bridge for continuing Codex and Claude Code agent work from web and mobile clients. The interface should feel like Codex Desktop: quiet, pale, precise, and tool-focused. The first impression is a mist-blue navigation rail beside a nearly white workspace, with restrained black controls and small orange permission/status emphasis.

Three routes share one Web frontend (React + Vite), one backend bridge:

  • Route A (Codex Desktop Remote) - remote control of an existing Codex Desktop session.
  • Route B (VibeLink CLI Runtime) - self-hosted, controllable agent execution layer with permissions, tool lifecycle, and sandbox.
  • Route C (Live Call Assistant) - real-time call transcription + question detection + agent response.

Colors

The palette intentionally avoids saturated product gradients. It copies the visual temperature of Codex: a pale cyan sidebar, white central canvas, warm gray separators, graphite text, and one orange permission accent.

  • Ink (#202124): Primary text, titles, icons, and compact command controls.
  • Ink soft (#5F6668): Secondary labels, metadata, disabled-ish navigation text.
  • Ink faint (#8B9497): Timestamps, placeholder text, quiet helper copy.
  • Canvas (#FBFBFA): Main workspace background. It should read as white, not gray.
  • Surface (#FFFFFF): Composer, cards, modals, list hover states.
  • Surface soft (#F4F5F3): Toolbars, grouped controls, code/card headers.
  • Sidebar (#EAF8FA): Left navigation background, matching Codex's airy blue-green rail.
  • Sidebar warm (#F3F6E8): Very subtle top/edge wash when a panel needs warmth.
  • Border (#DCE3E1): Default dividers and input borders.
  • Border strong (#C9D2D0): Active list outlines and stronger separators.
  • Command (#1F2322): Primary send/run buttons and high-emphasis icon buttons.
  • Accent (#FF5A1F): Permission labels, destructive warnings that need attention, "full access" style emphasis.
  • Focus / Success (#147F78): Focus rings, ready/online states, subtle route-A identity.
  • Warning (#A86F1B): Pending/running states and route-C call states.
  • Danger (#C23B2E): Errors, disconnects, destructive actions.

Typography

  • Headings (Inter Medium): Codex-style headings should be calm and readable rather than heavy. Use 520-560 weight for page titles and section headers.
  • Body (Inter Regular): Keep the UI compact at 15px with generous line height for message text and logs.
  • Monospace (Cascadia Mono / JetBrains Mono): Use for terminal output, JSON, paths, and command transcripts.

Layout & Spacing

  • Use 16px as the base spacing unit, with tighter 8px rhythm inside toolbars and list rows.
  • Keep the desktop shell as a left sidebar plus a large white work area.
  • Sidebar backgrounds use sidebar; central panes use canvas; cards and composer shells use surface.
  • Cards and inputs keep moderate 10-14px radius. Icon/send buttons may use pill radius.
  • Avoid colored left-border route accents as the default pattern; prefer small badges and text/icon color shifts.

Components

  • Buttons: Primary action buttons are graphite/black with white icons or text. Secondary controls are transparent or surfaceSoft.
  • Composer: Use a white surface, soft shadow, rounded shell, and black circular send button.
  • Tags/Chips: Route badges are soft tints, not saturated blocks. Text carries the state color.
  • Cards: White cards with a thin warm-gray border and very soft shadow.
  • Inputs: White background, subtle border, teal focus ring, no saturated fills.
  • Status indicators: Small dots in success/warning/danger colors; avoid large colored panels.

Do's and Don'ts

  • Do keep the interface mostly white, pale cyan, graphite, and warm gray.
  • Do reserve orange for permission, warning, and attention states.
  • Do use black circular icon buttons for high-confidence primary actions like send.
  • Do keep route colors quiet and badge-sized.
  • Don't return to the old indigo/purple/cyan gradient feel.
  • Don't make the sidebar dark.
  • Don't fill cards with route colors; route identity should be a small annotation.