Hausevo — Modern Real Estate Platform for Nigeria. Property listings, admin dashboard, tenant management, disputes, maintenance, artisans and more.
# Hausevo — End-to-End Property & Tenancy Management for Nigeria
Hausevo is a full-stack real estate platform purpose-built for the Nigerian rental market. It goes far beyond property listings — it manages the **entire lifecycle** of a tenancy, from property discovery and tenant vetting through rent collection, maintenance coordination, dispute resolution, and move-out condition reporting.
The platform serves **four distinct user roles** — Tenants, Landlords, Artisans, and Admins — each with dedicated dashboards, workflows, and permissions. Every feature is designed around the real friction points of renting in Lagos: opaque pricing, unverified listings, agent middlemen, cash-based rent collection, and zero recourse when things go wrong.
## Live Demo
**Website**: hausevo.com.ng
## Screenshots
---
## Platform Architecture
Hausevo is organized around four role-based portals, a public-facing site, and a shared API layer:
```
├── (public) → Marketing site, property search, blog, about, FAQ, legal pages
├── (auth) → Login, signup, multi-step onboarding with KYC
├── (dashboard) → Tenant portal (wallet, vault, scout, AI assistant, chat, etc.)
├── (landlord) → Landlord portal (properties, tenancies, access keys, chat)
├── (artisan) → Artisan portal (jobs, wallet, profile)
├── (admin) → Operations dashboard (full platform management)
└── api/ → 28 API route groups powering the platform
```
---
## Core Feature Systems
### Property Listings & Discovery
- Multi-image listings with pricing (annual, biannual, quarterly, monthly frequencies reflecting Lagos market norms)
- Listing types: **Rent**, **Sale**, **Lease**, and **Shortlet**
- Development stage tracking for off-plan properties (Land → Foundation → Carcass → Finished)
- Property health scores, verification status, and deed verification
- Search and filter by Lagos LGA, property type, and price range
- Property waitlists for high-demand units
- Wishlists with prefere …