Jambo is a minimal yet powerful MVP built for the Hackathon challenge to address the problem of fragmented citizen complaints handling. This system enables citizens to easily submit feedback or complaints, and allows government agencies to respond, track, and manage these issues effectively.
- Submit complaints or feedback via a simple, intuitive interface
- Track complaint status using a unique ticket ID or dashboard
- View and respond to citizen complaints
- Access a minimal admin dashboard for managing and routing tickets
- AI-assisted complaint categorization and routing (future-ready)
- Notification system (email/chat) for responses
- Secure login for dashboard access (optional in MVP)
- Frontend: Next.js (TypeScript), Tailwind CSS
- Backend : Express, Node, JSONWebToken
- Database: MongoDB
-
Usability-first interface for both citizens and institutions
-
Clear and simple workflows (from submission to resolution)
-
Extensible architecture for future upgrades (AI, analytics, notifications)
Complaint classification was done by a simple algorithm that classifies a complaint based on the words it contains in its title and description. This is only for MVP purpose, the app is extensible therefore integrating an AI model will be very easy and practical.
