Logo

For demo & testing purposes only. All logos and assets are used for demonstration.

Demo Environment

Cost ManagementPlatform Demo

Enterprise-grade construction cost management with multi-tenant isolation. Each organization gets its own subdomain, users, projects, and financial data — completely separated.

1

Pick a Tenant

Click any tenant card below to open their subdomain. Each tenant has fully isolated data.

2

Login

Use the credentials from the table. The login form is pre-filled for convenience.

3

Explore

Navigate the dashboard, projects, cost reports, variations, claims, and more.

Tenant Subdomains

Demo Credentials

TenantRoleEmailPasswordSubdomain
AMICommercial Manager
john.smith@almarjan.ae
••••••••
ami.theinfralabs.com
AMIQS
sarah.ahmed@almarjan.ae
••••••••
ami.theinfralabs.com
RAKCommercial Manager
david.chen@rakprop.ae
••••••••
rak.theinfralabs.com
RAKProject Director
james.wilson@rakprop.ae
••••••••
rak.theinfralabs.com
EMRCommercial Manager
robert.taylor@emaar.ae
••••••••
emr.theinfralabs.com
EMRProject Director
abdullah.alfalasi@emaar.ae
••••••••
emr.theinfralabs.com

Multi-Tenant Architecture

Subdomain Isolation

Each tenant accesses the platform via their own subdomain (ami.theinfralabs.com). The middleware resolves the tenant from the Host header and injects it into every request.

API-Level Enforcement

All 62+ API routes enforce tenant isolation. Tenant-owned entities require x-tenant-id headers. Project sub-resources verify project ownership before returning data.

Shared Database, Isolated Data

Single PostgreSQL database with tenantId foreign keys on all entities. Each tenant sees only their own data — projects, costs, users, and reports are fully separated.