- Fixed broken test suite: replaced counter widget tests with Console UI tests - Removed dead code: deleted unused MyHomePage widget and svrnty_components.dart library - Updated project branding: renamed package from "my_app" to "console" - Enhanced documentation: rewrote README with project features and setup instructions - Added coding standards: strict typing rules forbidding 'any' type across all languages - Implemented response protocol: structured answer format with context persistence - Fixed backend button: corrected URL from https to http, added proper error handling - Improved .gitignore: added Flutter plugins, CocoaPods, and design folder exclusions - Fixed UI overflow: increased status card height to prevent RenderFlex overflow These changes eliminate technical debt, establish code quality standards, and ensure all functionality works correctly across platforms. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
78 lines
1.8 KiB
Markdown
78 lines
1.8 KiB
Markdown
# 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
|
|
|
|
```bash
|
|
# Clone the repository
|
|
git clone [repository-url]
|
|
cd Console
|
|
|
|
# Install dependencies
|
|
flutter pub get
|
|
|
|
# Run the application
|
|
flutter run
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
# 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
|