Skip to content

Home

UXI Platform Documentation

Unified User Experience Platform for the DIRAC ecosystem.

๐ŸŽฏ What is UXI?

UXI (Unified User Experience) is the web-native interface platform that provides a single, cohesive user experience across all business capabilities.

UXI is part of the DIRAC ecosystem - OVES's unified compute architecture framework.


๐Ÿ—๏ธ Quick Navigation

Vision

Stack

Style System

Applications


๐ŸŒŸ Platform Highlights

Core Capabilities

  • Unified Interface: Single access point for all system functions
  • Web-Native: Modern browser-based architecture
  • Responsive Design: Optimized for desktop and mobile
  • Real-Time Updates: Event-driven state management

Design System

See Style System: - Overview - Tailwind Plus



๐Ÿ› ๏ธ Documentation Commands

# Start development server
mkdocs serve

# Build static site
mkdocs build

# Deploy to GitHub Pages
mkdocs gh-deploy

Project Structure

.
โ”œโ”€โ”€ docs/
โ”‚   โ”œโ”€โ”€ vision/        # Strategic architecture vision
โ”‚   โ”œโ”€โ”€ stack/         # Technical stack specifications
โ”‚   โ”œโ”€โ”€ style-system/  # Design system & UI components
โ”‚   โ”œโ”€โ”€ applications/  # Application architecture specs
โ”‚   โ””โ”€โ”€ index.md       # This file
โ”œโ”€โ”€ mkdocs.yml         # MkDocs configuration
โ””โ”€โ”€ requirements.txt   # Python dependencies