Studzo is an AI-powered platform helping international students navigate the complexities of studying abroad. From finding compatible roommates and affordable housing to understanding cultural norms, accessing financial resources, and discovering job opportunities—Studzo brings everything students need into one seamless experience.
- 🏠 Hostel & Roommate Finder - AI-powered compatibility matching with detailed personality scores
- 🏥 Health Insurance - Personalized plan recommendations tailored to student needs
- 🌍 Cultural Guide - Navigate customs and cultural norms with AI-powered insights
- 💰 Financial Aid - Discover scholarships, grants, and financial resources
- 👥 Community Finder - Connect with fellow students and cultural groups
- 💼 Job Finder - Campus jobs and internships with visa compliance checks
Studzo leverages Google Gemini AI to provide:
- Smart Roommate Matching: Analyzes lifestyle preferences, study habits, and personality for compatibility scores
- Cultural Intelligence: Context-aware guidance explaining why customs matter and how to navigate them
- Health Insurance Analysis: Processes complex documents and explains medical jargon in simple language
- Financial Aid Discovery: Searches thousands of scholarships with personalized matches
- React 18 with TypeScript
- Vite for blazing-fast development
- Framer Motion for smooth animations
- Tailwind CSS for modern styling
- FastAPI (Python) for high-performance async APIs
- Google Gemini API for AI-powered features
- SQLite for local development
- Node.js 18+
- Python 3.11+
- Google Gemini API key
- Backend
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000- Frontend
cd frontend
npm install
npm run devPOST /api/v1/ai/roommate-match- Find compatible roommatesPOST /api/v1/ai/hostel-discovery- Search for housingPOST /api/v1/ai/cultural-guidance- Get cultural insightsPOST /api/v1/ai/financial-guidance- Financial advicePOST /api/v1/ai/job-finder- Find student jobsPOST /api/v1/ai/health-insurance- Insurance policy analysis
For testing the authentication flow:
- Email:
demo@studzo.com - Password:
demo123
Built for the Google Gemini 3 Hackathon. Studzo aims to make studying abroad accessible and less stressful for international students worldwide.
Made with ❤️ for international students everywhere