🏠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 …