Logo Lanfrica

THEA1GUY/bodi-platform

Domain:

socioeconomic

Record type:

software
Creator:
THE
Host:
🏠 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 …