Built for construction teams across the Arab world
Run every project, every site, every worker — in one bilingual platform.
muqawil is a construction management platform engineered for general contractors and subcontractors across the Arab world. Arabic and English work side by side, the app installs on any Android phone, and field crews keep working when the signal drops.
From first login to a fully tracked project — no training course needed.
1
Step 1
Create your company & first project
Register a tenant in under a minute. Add your project with phases, sites, and GPS geofences so the app knows where your workers should be.
2
Step 2
Add your team and workforce
Invite site managers and engineers by email. Add workers with their trade and daily rate. Everyone gets the right level of access for their role.
3
Step 3
Run daily operations from anywhere
Workers check in with GPS. Engineers file daily reports and tasks. Managers approve change orders and track budgets — even when the internet is down.
Built for every role on site
The right tool for everyone in your company
muqawil is designed around how construction teams actually work — not the other way around.
Project Manager / GM
Full visibility across all projects
Portfolio dashboard, cost-to-complete forecasts, EVM metrics, and cross-project analytics — see the big picture and drill down to any site issue in seconds.
Site Engineer / Foreman
Daily operations without the paperwork
File daily reports, check workers in via GPS, manage tasks on a Kanban board, and log RFIs or punch list items — all from your phone, even offline.
Finance Manager / Accountant
Budget control and cost tracking
Real-time budget vs. actual by phase and cost category. Approve expenses, track invoices and payroll, and export cost reports to Excel in one click.
HR Admin
Workforce and compliance management
Manage worker records, leave requests, HR documents, and payroll runs. GPS attendance gives you a verified record for every worker on every site.
Client / Owner
Read-only portal with full transparency
Invite clients to a dedicated read-only portal showing project progress, approved documents, RFI status, and financial summaries — no extra logins.
Phases, milestones, and Gantt timelines. Define each site with GPS coordinates and a geofence radius.
Workers & Attendance
Worker roster with trade and daily rate. GPS-stamped check-in validated against the site geofence.
Tasks & Work Orders
Kanban board per phase, photo evidence on completion, comments thread, and material usage logging.
Bill of Quantities
Line items in Arabic and English, progress billing by % complete, BOQ-vs-actual variance, Excel import/export.
Document Vault
Drawings, specs, contracts, and permits with full version history and a Draft → Review → Approved workflow.
RFIs
Open → In Review → Responded → Closed workflow with cost and schedule impact flags and a full audit trail.
Submittals
Submit → review → approve workflow with revision tracking (Rev A, Rev B, …), where the reviewer must differ from the submitter.
Daily Reports
Crew count, weather, equipment, work performed, and delays — fillable offline, syncs when reconnected.
Punch List & Inspections
Punch items with photos and accountable parties. Customizable quality inspection checklists.
Change Orders
Approval workflow, RFI linkage, and budget auto-update on approval.
Materials & Inventory
Material catalog, per-site stock, deliveries, purchase orders, and low-stock alerts via background jobs.
Financial Control
Budgets by phase and cost category, expense approval, real-time variance alerts, and cost-to-complete forecasts.
Safety & Incidents
Incident reports with root cause and corrective actions. Safety inspection checklists and an incident frequency rate (IFR) dashboard.
Reports & Analytics
Attendance, cost, BOQ progress, and task completion reports — exported to Excel and CSV.
Real-time Notifications
Bilingual WebSocket notifications and in-app project messaging threads.
Team & Access Control
Invite by email, assign roles per site, and review a full audit log with IP and timestamp.
See it in action
Module spotlight
A closer look at the features that save teams the most time.
Financial Control
Know exactly where your money is going — in real time
Set budgets by project phase and cost category. Every expense is submitted, reviewed, and approved inside the platform. Real-time dashboards compare budget vs. actual spend so you catch overruns before they become problems.
Budget vs. actual dashboard updated on every approval
Earned Value Management (EVM) with S-curve visualization
Cost-to-complete forecast updated as work progresses
One-click export to Excel for accountants and auditors
Financial Control
Offline-first Field Work
No signal? Keep working. Everything syncs when you reconnect.
muqawil stores all pending operations in IndexedDB on the device. When the connection returns, the sync queue replays them in order, halting on validation errors rather than cascading bad data into the server.
GPS check-in cached locally and stamped on sync
Daily reports and task updates queued offline
Conflict detection prevents duplicate submissions
Works on any Android phone — no app store required
Offline-first Field Work
Document Control
One source of truth for every drawing, spec, and contract
Upload drawings, specifications, contracts, and permits. Every file gets a version history. The Draft → Review → Approved workflow keeps everyone on the latest revision without email chains.
Full version history — never lose a previous revision
Draft → Review → Approved workflow with notifications
RFI and submittal workflows wired to the document vault
Role-based access — clients see only what you share
Document Control
Why construction teams across the Arab world choose muqawil
We built muqawil to solve the problems generic project management tools ignore.
Truly bilingual — not translated
Arabic and English are first-class citizens. RTL is native, not bolted on. Every BOQ line, document, and report carries both language fields, and the entire UI flips direction in one tap.
Offline-first for remote sites
Daily reports, attendance, and tasks save locally when the signal drops. The sync queue replays them safely when you reconnect — halting on validation errors instead of cascading bad data.
Installs like a native app
Add to Home Screen on any Android device, open it from the launcher, and use it in full-screen standalone mode. No app store approval, no installer, no updates to chase.
Strict multi-tenant isolation
Every database query is scoped to your company at the ORM level. Onboard subcontractors as separate tenants with fully isolated data — zero risk of cross-tenant leaks.
Enterprise-grade security
Argon2id password hashing, AES-256-GCM encrypted 2FA secrets, short-lived JWTs with rotating refresh tokens, and a Redis-backed progressive IP ban on brute-force attempts.
Append-only audit log
Every state-changing action — expense approvals, RFI responses, change order sign-offs — is recorded in an append-only, DB-level-protected audit table with IP address and timestamp.
Simple, all-in pricing
Start with a 7-day free trial — no credit card required. One plan, everything included, billed yearly or monthly. Cancel anytime.
Save 16% — best value
muqawil Pro — Annual
$99.99/year
Billed once a year in USD. Your bank converts to your local currency at the live exchange rate.
Every module, every feature, unlimited projects and workers.
Same features on both plans. No card required to start.
Frequently asked questions
Everything you need to know before you start.
What makes muqawil different from generic project management tools?
muqawil was designed specifically for construction — not adapted from software-delivery workflows. It has native BOQ, GPS attendance, RFI and submittal workflows, Gantt scheduling with dependencies, and an offline-first architecture for field use. Arabic is a first-class language with real RTL support, not an afterthought.
Does it really work without internet?
Yes. Daily reports, task updates, and GPS check-ins are queued in IndexedDB on the device when there's no signal. When the connection returns, the sync queue replays them in order with conflict detection. Workers on remote sites can keep working a full shift without connectivity.
Is Arabic truly first-class, or just a translation layer?
It's first-class. Every user-facing entity in the database carries explicit Arabic and English fields (nameAr, nameEn, descriptionAr, descriptionEn). The UI reads the correct field based on the active locale. RTL layout is handled natively by Tailwind CSS — every component is tested in both directions.
How is my data kept separate from other companies?
Every database query is automatically scoped to your tenant at the ORM level. Even raw SQL queries append a tenant_id clause. Subcontractors can be onboarded as separate tenants with completely isolated data — there is no technical path for cross-tenant data access.
Can I add subcontractors or clients to the platform?
Yes. Subcontractors register as their own separate tenant with full isolation. Clients can be invited to a read-only portal for a specific project — they see progress, documents, and financials you choose to share, without access to internal operations.
What's included in the 7-day free trial?
Everything — all 16 modules, unlimited projects and workers, GPS attendance, offline mode, and bilingual support. No credit card is required to start. After 7 days you can subscribe for $99.99 a year or $9.99 a month, or export your data and leave.
Can I export my data if I decide to leave?
Yes. Reports, BOQs, attendance, and financial data can be exported to PDF and Excel at any time. After cancellation you have a 30-day window to download anything you need before the tenant is deleted.
Is there a mobile app I need to download?
No. muqawil is a Progressive Web App (PWA). On Android, you tap 'Add to Home Screen' and it installs like a native app — launches from your home screen in full-screen mode, works offline, and updates automatically. No app store required.
Can I pay monthly instead of yearly?
Yes. The same plan is $9.99 a month or $99.99 a year — every module and every limit is identical, so the only difference is cash flow. Twelve monthly payments come to $119.88, so the annual plan saves 16%. You pick the billing cycle when you subscribe at the end of the free trial. To change it later, cancel before your next renewal and subscribe again on the other cycle — you keep full access until the period you have already paid for runs out, and nothing in your workspace is touched.
Start running your projects the right way
Set up your company in under a minute. Try all 16 modules free for 7 days — no credit card required.