About This Architecture
MIRA IT Asset Management implements a modern C4 container architecture spanning web, mobile, and backend layers with clear separation of concerns. End users access the system via Next.js web application deployed on Vercel CDN and Flutter mobile app, both routing through a Gorilla Mux API Gateway to a Go backend service. The backend orchestrates data persistence via Supabase PostgreSQL, file storage, authentication, and real-time notifications through Server-Sent Events. This architecture demonstrates cloud-native best practices for scalability, real-time communication, and multi-platform support in enterprise asset management. Fork and customize this diagram on Diagrams.so to adapt the pattern for your own microservices or add additional integrations.