Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.86 KB

File metadata and controls

41 lines (29 loc) · 1.86 KB

LangWatch Design System

This documentation outlines the design principles and guidelines for the LangWatch platform UI. Following these guidelines ensures a consistent, modern, and professional user experience across all features.

Quick Reference

Principle Key Points
Rounded Corners Use borderRadius="lg" for most elements
Translucent Overlays background="white/75" + backdropFilter="blur(8px)"
Prefer Drawers Use drawers for resource selection, creation, and editing
Page Layout Full width, small title, action buttons top-right
Collapsed Menu Use compactMenu for content-heavy pages

Documentation Structure

Core Design Values

  1. Modern & Clean - Rounded corners and translucent effects create a modern, approachable feel
  2. Consistent - Same patterns applied across all pages and features
  3. Focused - Collapsible navigation for content-heavy pages reduces cognitive load
  4. Intuitive - Drawers provide context without losing page state

Getting Started

When implementing a new feature or page:

  1. Review the guidelines for design principles
  2. Check components for preferred component choices
  3. Use code from examples as starting points
  4. Follow the established patterns in existing pages

Related Resources