Propertunity is an AI-powered property management solution that helps managers prioritize maintenance tasks, predict future needs, and provide tenants with real-time communication.
HackUNT Devpost: Devpost
- Property Manager Portal: Use any email ending with
@CBRE.comand any password to log in. - Tenant Portal: Log in with any email and password.
Access Propertunity: realhack-unt-24.vercel.app
- Dashboard Routing: Automatic routing to PM/Tenant dashboards.
- Maintenance Prediction: Uses ML to forecast maintenance needs.
- Cost Analysis: Provides opportunity cost forecasts to help prioritize tasks.
- Tenant Interface: Streamlined ticket submission and tracking.
- AI Chatbot: Automates ticket creation 24/7 using Gemini AI.
- Twilio Integration: Enables tenants to communicate via SMS.
- Frontend: React with TypeScript
- Backend: MongoDB, Next.js, Gemini AI, Twilio API
- Auth: Auth0
-
Clone the repo:
gh repo clone UsmanS2/realhackUNT24 cd propertunity -
Install dependencies:
npm install
-
Set up
next.config.ts:MONGO_URL=your-mongodb-url GEMINI_APIKEY=your-gemini-api-key TWILIO_ACCOUNT_SID=your-twilio-account-sid
-
Run the development server:
npm run dev
- Enhance AI predictions with real-world data.
- Expand system integration for broader support.
Built with ❤️ by the Propertunity team.