Version 1.0.0
January 28, 2026
Latest
Stable
We're excited to announce the first stable release of MIZAN! This release includes core modules for identity, multi-tenancy, employee management, and project management.
Identity & Authentication
- User Registration - Create new accounts with email and password
- User Login - Secure JWT-based authentication
- Token Refresh - Automatic session renewal without re-login
- Logout - Secure session termination
Multi-Tenancy
- Organization Management - Create and manage multiple tenants
- Tenant Selection - Switch between organizations seamlessly
- User Invitations - Invite team members via email
- Role-based Access - Admin, Manager, Member, and Viewer roles
- Row-Level Security - Complete data isolation between tenants
Employee Management
- Employee Profiles - Full CRUD with contact details, employment info
- Departments - Organize workforce into departments with managers
- Job Titles - Define and assign job titles to employees
- Skills - Track employee skills with proficiency levels
- Employment Status - Manage active, inactive, and terminated employees
Project Management
- Project CRUD - Create, edit, view, and delete projects
- Project Status - Track Draft, Active, On Hold, Completed, Cancelled
- Client Assignment - Associate projects with clients
- Date Tracking - Manage project start and end dates
Platform & Infrastructure
- Cross-Platform - Windows, macOS, Linux, iOS, Android, and Web
- Real-time Sync - SignalR-based instant updates across devices
- Multilingual UI - English, Russian, and Turkmen with custom locale
- Desktop Tabs - Open multiple entities in tabs for multitasking
- Responsive Design - Adaptive layouts for all screen sizes
- Auto-Updates - Check and download updates from within the app
Technical Stack
- Flutter 3.38+ with Dart 3.10+ for cross-platform UI
- ASP.NET Core 10 backend with modular monolith architecture
- PostgreSQL database with Row-Level Security policies
- MediatR for CQRS pattern, FluentValidation for input validation
- Mapster for object mapping, SignalR for real-time communication
- Riverpod state management, GoRouter navigation on Flutter