π AI-powered real estate platform solving Nigeria's housing trust crisis β verified listings, secure escrow & community-driven safety
# π BODI Platform
**Peace of Mind Housing for Nigeria**
BODI is an AI-powered real estate platform designed to solve Nigeria's housing trust crisis through verified listings, secure escrow payments, and community-driven safety features.
## π Features
### For Tenants
- π€ **AI-Powered Search** - BODI understands Nigerian locations and verifies proximity claims with real-time internet access
- β
**Verified Listings** - All properties undergo verification with safety scores and landlord background checks
- π° **Secure Escrow** - Your deposit is protected until you confirm move-in. Zero risk of fraud
- π‘οΈ **Trust & Safety** - ID verification, location sharing during viewings, and emergency alerts
- π¬ **Community Reviews** - Real tenant reviews and neighborhood insights from verified users
- π§ **Service Network** - Verified plumbers, movers, and maintenance providers at your fingertips
### For Landlords
- π **Analytics Dashboard** - Track your properties, revenue, and tenant interactions
- π **Easy Listing** - Simple property listing with automatic verification process
- π³ **Escrow Protection** - Secure payment processing with automatic release
- π§ **Maintenance Tracking** - Manage tenant maintenance requests efficiently
## π Tech Stack
### Frontend
- **Next.js 16** - React framework with Turbopack
- **TypeScript** - Type-safe development
- **CSS** - Custom design system with "Warm Earth & Trust" theme
### Backend
- **FastAPI** - Modern Python web framework
- **Google Gemini AI** - Conversational AI for property search
- **Tavily API** - Real-time internet search for location verification
- **SQLite** - Lightweight database (upgradeable to PostgreSQL)
## π¦ Project Structure
```
bodi-platform/
βββ frontend/ # Next.js frontend
β βββ app/ # App router pages
β βββ components/ # Reusable components
β βββ lib/ # Utilities and API client
β βββ public/ # Static assets
βββ backend/ # FastAPI backend
β βββ main.py β¦