{"id":49828734,"url":"https://github.com/maxvilaruiz/skymate---hackupc-2026","last_synced_at":"2026-05-13T19:02:42.275Z","repository":{"id":353679024,"uuid":"1220434837","full_name":"MaxVilaRuiz/SkyMate---HackUPC-2026","owner":"MaxVilaRuiz","description":"AI-powered travel assistant that understands user intent, combines Skyscanner data with agentic AI, and delivers personalized trips, recommendations, and inspiration through an interactive chat experience.","archived":false,"fork":false,"pushed_at":"2026-04-26T06:59:37.000Z","size":28354,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T07:23:17.352Z","etag":null,"topics":["agentic-ai","ai","ai-assitant","chatbot","fastapi","llm","nextjs","ollama","rag","skyscanner","travel-tech"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxVilaRuiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-24T22:36:36.000Z","updated_at":"2026-04-26T06:59:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MaxVilaRuiz/SkyMate---HackUPC-2026","commit_stats":null,"previous_names":["maxvilaruiz/skymate","maxvilaruiz/skymate---hackupc-2026"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/MaxVilaRuiz/SkyMate---HackUPC-2026","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxVilaRuiz%2FSkyMate---HackUPC-2026","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxVilaRuiz%2FSkyMate---HackUPC-2026/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxVilaRuiz%2FSkyMate---HackUPC-2026/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxVilaRuiz%2FSkyMate---HackUPC-2026/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxVilaRuiz","download_url":"https://codeload.github.com/MaxVilaRuiz/SkyMate---HackUPC-2026/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxVilaRuiz%2FSkyMate---HackUPC-2026/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32995915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai","ai-assitant","chatbot","fastapi","llm","nextjs","ollama","rag","skyscanner","travel-tech"],"created_at":"2026-05-13T19:02:29.495Z","updated_at":"2026-05-13T19:02:42.268Z","avatar_url":"https://github.com/MaxVilaRuiz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkyMate \n\u003e Not just where to go.  \n\u003e **Understand why you want to travel.**\n\n\u003cbr\u003e\n\n## Overview\n\nSkyMate is a AI-powered travel assistant built during **HackUPC 2026** for the **Skyscanner Challenge**.\n\nIn a world with infinite travel options, users don’t struggle with lack of information, they struggle with **decision-making**.\n\nSkyMate solves this by combining:\n\n- **Intent-aware AI**\n- **Agentic LLM (Gemma via Ollama)**\n- **Real-time Skyscanner data**\n- **Interactive user context collection**\n\nInstead of just showing flights, SkyMate helps users:\n- Understand what they actually want\n- Explore meaningful options\n- Make confident travel decisions\n\n\u003cbr\u003e\n\n## Screenshots\n\n### Home \n![Home](./assets/screenshots/Home.png)\n\n### Form\n![Form](./assets/screenshots/Form1.png)\n![Form](./assets/screenshots/Form2.png)\n\n### Chat\n![Chat](./assets/screenshots/Chat.png)\n\n\u003cbr\u003e\n\n## Installation \u0026 Local Setup\n\n### 1. Clone the repository\n```bash\ngit clone https://github.com/MaxVilaRuiz/SkyMate---HackUPC-2026.git\ncd SkyMate---HackUPC-2026\n```\n\n### 2. Frontend (Next.js)\n```bash\ncd apps/web\nnpm install\nnpm run dev\n```\n\n### 3. Backend (FastAPI)\n```bash\ncd apps/api\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n\nuvicorn main:app --reload\n```\n\n### 4. Ollama (LLM)\n\n**Install Ollama:**\n```bash\nbrew install ollama\n```\n\n**Run model:**\n```bash\nollama run gemma\n```\n\n### Environment variables\n\n**Create .env in apps/api:**\n```bash\n# Skyscanner API (if needed)\nSKYSCANNER_API_KEY=your_key\n\n# Backend config\nPORT=8000\n```\n\n\u003cbr\u003e\n\n## Team \u0026 Credits\n\n- [Max Vilà Ruiz](https://github.com/MaxVilaRuiz)\n- [Pau Martínez Franch](https://github.com/taopaipau)\n- [Max Gimeno Giro](https://github.com/Max-Gimeno-G)\n- [Aarón Quintanilla](https://github.com/aaronqintanilla)\n\n\u003cbr\u003e\n\n## License\n\nThis project is licensed under the [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/) © License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvilaruiz%2Fskymate---hackupc-2026","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxvilaruiz%2Fskymate---hackupc-2026","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvilaruiz%2Fskymate---hackupc-2026/lists"}