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¶
- Architecture Vision - UXI strategic framework and principles
Stack¶
- Technical Stack - Canonical tech stack and developer guidelines
Style System¶
- Overview - UX guidelines and design principles
- Tailwind Plus - Component library and resources
Applications¶
- Content Architecture - MDX + TailwindPlus + Mosaic system
๐ 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