LawConnect GH — Your lawyer, one tap away. Legal consultation platform for Ghana.
# 🇬🇭 LawConnect GH
**Democratizing legal access for Ghana** — A comprehensive platform connecting citizens with verified lawyers for instant consultations, document generation, and legal education.
> 🏆 **Full-stack legal tech platform with real-time chat, AI triage, mobile money integration, and multi-platform support**
---
## ✨ Key Features
🚀 **Instant Legal Consultations** - Connect with verified lawyers in real-time
📱 **Multi-Platform Support** - Web (React/Next.js), Mobile (Flutter), API-first
💬 **Real-time Chat** - SignalR-powered instant messaging between clients and lawyers
🔐 **Secure Authentication** - Phone + OTP verification with JWT tokens
💰 **Mobile Money Integration** - Support for MTN MoMo, Vodafone Cash, AirtelTigo
📄 **Smart Document Generation** - AI-powered legal document creation
🎯 **AI Consultation Triage** - Intelligent case routing and priority assessment
🔍 **Advanced Lawyer Search** - Filter by expertise, location, availability, and ratings
📊 **Admin Dashboard** - Comprehensive lawyer verification and platform management
## 📸 Screenshots
🏠 Client Dashboard
💬 Real-time Chat
📱 Mobile App
⚖️ Lawyer Portal
## 🛠️ Technology Stack
### Backend (.NET 8 Clean Architecture)
- **Framework**: ASP.NET Core 8 Web API
- **Architecture**: Clean Architecture with CQRS pattern
- **Database**: PostgreSQL 16 with Entity Framework Core
- **Authentication**: JWT tokens + OTP-based phone verification
- **Real-time**: SignalR hubs for instant messaging
- **Testing**: xUnit, FluentAssertions, Moq
- **Documentation**: Swagger/OpenAPI 3.0
### Frontend (Next.js 14)
- **Framework**: Next.js 14 with React 18
- **Styling**: Tailwind CSS with responsive design
- **State Management**: Zustand + React Query
- **UI Components**: shadcn/ui + Headless UI
- **Forms**: React Hook Form + Zod validation
- **Real-time**: SignalR client integration
### Mobile (Flutter)
- **Framework**: Flutter 3.24+ (Dart)
- **State Management**: Riverpod 2.0
- **UI …