Far Away is an Ai Trip Packer, which is a web application that generates a smart packing list for trips. Users provide trip details such as destination, duration, trip type, and month, and the system returns a concise list of items to pack. User can add custom items also using manual configurations .
Link https://faraaway.netlify.app/
- Frontend: React.js ( Hosted on Netlify )
- Backend: Spring Boot with Spring AI ( Hosted on AWS )
- AI Model: OpenAI API via Spring AI (custom controller created to handle requests)
- Generate AI-powered packing lists automatically
- Supports custom trip types
- Simple and intuitive interface
- RESTful communication between frontend and backend