Go to file
jean-philippe b476c2aa1f Refactor documentation structure into modular files
Extracted strict typing standards and response protocol into separate files in .claude-docs/ directory for better maintainability and reduced duplication. CLAUDE.md now serves as a lightweight index with references to detailed documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 09:22:22 -04:00
.claude-docs Refactor documentation structure into modular files 2025-10-26 09:22:22 -04:00
android Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
assets/fonts Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
images console working 2025-10-25 16:29:23 -04:00
ios Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
lib Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
linux Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
macos Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
Svrnty_norms_guide console working 2025-10-25 16:29:23 -04:00
test Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
web Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
windows Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
.gitignore Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
.metadata Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
analysis_options.yaml Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
claude.md Refactor documentation structure into modular files 2025-10-26 09:22:22 -04:00
pubspec.lock Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00
pubspec.yaml Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
README.md Comprehensive codebase audit and cleanup 2025-10-26 09:17:24 -04:00
run_dev.sh Initial commit: Svrnty Console Flutter application with GetWidget integration 2025-10-25 13:47:58 -04:00

Svrnty Console

Sovereign AI Solutions - Control Panel

A Flutter-based management console for the Svrnty AI platform, providing a modern interface for monitoring, configuring, and controlling AI agents and infrastructure.

Features

  • Dashboard: Real-time status monitoring of backend services, agents, and system health
  • The Architech: AI infrastructure design and visualization (coming soon)
  • Agent Management: Configure and monitor AI agents
  • Analytics: Metrics and performance monitoring
  • Dark Theme: Professional dark mode with Svrnty brand colors

Tech Stack

  • Flutter 3.x - Cross-platform UI framework
  • GetWidget - Modern UI component library
  • Iconsax - Clean, modern icon set
  • Animate Do - Smooth animations
  • Custom Theming - Svrnty brand colors (Crimson Red #C44D58, Slate Blue #475C6C)

Project Structure

lib/
├── main.dart                    # App entry point
├── console_landing_page.dart    # Main console UI
├── theme.dart                   # Material theme configuration
├── components/
│   └── navigation_sidebar.dart  # Collapsible navigation
└── pages/
    └── architech_page.dart      # The Architech module

Getting Started

Prerequisites

  • Flutter SDK 3.9.2 or higher
  • Dart SDK 3.9.2 or higher

Installation

# Clone the repository
git clone [repository-url]
cd Console

# Install dependencies
flutter pub get

# Run the application
flutter run

Development

# Run tests
flutter test

# Analyze code
flutter analyze

# Build for production
flutter build macos  # or ios, web, etc.

Brand Fonts

  • Montserrat - Primary UI font
  • IBM Plex Mono - Code and technical content

License

Private - Svrnty AI Solutions