Getting Started
Introduction #
AURA is a next-generation Property Management Operating System developed by IBG Technology. It brings together everything you need to manage modern real estate — from IoT sensor monitoring and AI-driven analytics to a resident mobile app, financial dashboards, and blockchain-secured contracts — all in a single unified platform.
Whether you manage residential complexes, commercial offices, or mixed-use developments, AURA provides the tools to streamline operations, reduce costs, and deliver an exceptional experience for both your team and your tenants.
The quickest way to see AURA in action is the interactive demo. It showcases the management dashboard with live data for buildings, maintenance requests, IoT sensors, and financial analytics — no account required.
Quick Start #
Get your property management ecosystem up and running in three steps.
Admin, Manager, Operator, or Viewer — and configure notification rules for maintenance alerts, payment reminders, and sensor anomalies.Architecture Overview #
AURA is built on a microservices architecture with a clear separation between client applications, the API layer, and data storage. The platform uses an API Gateway (ASP.NET Core) that handles authentication, rate limiting, and request routing to individual services.
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Mobile App │ │ Dashboard │ │ Admin Panel │
│ (React Native)│ │ (React) │ │ (React) │
└──────┬───────┘ └──────┬──────┘ └──────┬──────┘
│ │ │
└────────────┬───────┘────────────────────┘
│
┌────────▼────────┐
│ API Gateway │
│ (ASP.NET Core) │
└────────┬────────┘
┌───────────┼───────────┐
│ │ │
┌───────▼──┐ ┌──────▼──┐ ┌─────▼─────┐
│PostgreSQL │ │TimescaleDB│ │ Ethereum │
│ (Core) │ │ (IoT) │ │(Blockchain)│
└──────────┘ └──────────┘ └───────────┘
- Mobile App (React Native) — tenant-facing app for maintenance requests, payments, notifications, and community features
- Dashboard (React) — web-based management console with real-time analytics, IoT monitoring, and financial reporting
- Admin Panel (React) — system configuration, user management, integrations, and platform settings
- API Gateway (ASP.NET Core) — central entry point handling JWT authentication, rate limiting, and microservice routing
- PostgreSQL — primary relational database for properties, tenants, contracts, and financials
- TimescaleDB — time-series database optimized for IoT sensor data, metrics, and historical analytics
- Ethereum — blockchain layer for smart contracts, lease hashing, payment escrow, and RWA tokenization
System Requirements #
AURA is a cloud-based platform accessible from any modern device. Below are the minimum requirements for each access point.
| Component | Requirement |
|---|---|
| Browser | Chrome 90+, Firefox 90+, Edge 90+ (latest two major versions) |
| Mobile | iOS 14+ / Android 10+ |
| Dashboard | Any modern browser with JavaScript enabled, 1280px+ recommended |
| API | RESTful (JSON over HTTPS), base URL: api.aura-pm.io/api/v1 |
| Authentication | OAuth 2.0 / JWT Bearer Tokens, API Keys for server-to-server |