Smart Estate¶
Smart Estate is a maintenance operations platform built around a FastAPI backend and React dashboard, with mobile apps for tenant and technician workflows.
This documentation reflects the currently implemented platform across the active Smart Estate repositories.
Current system state¶
- Backend + dashboard path is one of the most complete implementation areas.
- Tenant app supports ticketing, chat, account, and request tracking workflows.
- Technician app supports job execution, status updates, messaging, and profile/availability workflows.
- AI training is maintained in a separate training repo; runtime inference is backend-owned.
Documentation flow¶
- Getting Started
- UI Guide
- Features
- Architecture
- Data Model
- API Overview
- AI System
- SLA System
- Deployment
- Testing & Validation
Core workflow¶
- Tenant/user submits a maintenance issue (ticket form or AI intake endpoint).
- Backend classifies and logs AI output.
- SLA deadlines and escalation tracking are applied.
- Technician accepts/updates/completes work.
- Dashboard and mobile clients reflect status, metrics, and logs.
Caption: Current operations/admin overview in the web dashboard.
Previous: None
Next: Getting Started