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.

Tip

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.

1
Connect
Set up your portfolio of properties and configure building systems. Import buildings and units, then connect IoT sensors (temperature, humidity, energy meters), access control hardware, and smart home devices via supported protocols (Z-Wave, Zigbee, KNX, BACnet). AURA automatically discovers and registers connected devices.
2
Deploy
Launch the AURA Resident mobile app for your tenants (iOS & Android) and roll out the management dashboard for your operations team. Invite staff members with role-based permissions — Admin, Manager, Operator, or Viewer — and configure notification rules for maintenance alerts, payment reminders, and sensor anomalies.
3
Optimize
Once connected, AURA's AI engine starts analyzing data across your entire portfolio. It delivers predictive maintenance alerts before equipment fails, identifies energy savings opportunities by correlating sensor data with usage patterns, and provides financial optimization recommendations — from rent pricing to operational cost reduction.

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)│
└──────────┘ └──────────┘ └───────────┘

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