Inspiration

Corporate travel is stressful — booking flights, finding hotels, managing receipts, and filing reimbursements can be overwhelming. Our team wanted to see how AI agents could make this entire process smarter and more automated. That idea sparked VoyAIge — an AI-powered platform designed to plan, organize, and simplify work trips for professionals and companies.

What it does

VoyAIge is a smart work-trip management system powered by autonomous AI agents. It helps users plan and manage every part of their travel:

  • ✈️ A Flight Agent, deployed in Agentverse and ASI:One, that finds and ranks optimal flights based on routes, cost, and baggage preferences.
  • 📄 A Receipt Upload System that lets employees upload and store digital copies of receipts — so companies can process reimbursements easily and reduce paperwork.
  • 💼 A unified Trip Dashboard that shows simulated data for hotels, ground transport, and reimbursements, giving a full end-to-end view of how the platform will work once all agents are live.

We initially planned to build four AI agents — Flight, Hotel, Ground, and Reimbursement — but due to time constraints, we focused on building and deploying the Flight Agent successfully. The rest of the features use sample data to demonstrate the proof of concept for how multiple agents would eventually interact within the system.

How we built it

  • 🧠 AI Layer: Built a Flight Agent using Fetch.ai’s uAgents framework and deployed it on both Agentverse and ASI:One. It processes structured flight queries and returns the most suitable result from a generated dataset.
    Access the Agent in Agentverse with this address - agent1qwrf46s9vrkhqtnumc9wq30kd7nczp2ae2s364lljm9jj65arwhjkx0p0y0
  • 🖥️ Frontend: Created with React + Vite + Tailwind CSS, using Shadcn/UI, Lucide icons, and Framer Motion for animations and UI consistency.
  • 🧩 Simulated Agents: Added mock data for hotel bookings, ground transport, and reimbursement calculations to demonstrate complete functionality.
  • 📸 Receipt Uploads: Implemented client-side receipt upload and storage so users can manage expenses digitally.
  • 📊 Visualization: Integrated Recharts to show flight costs, trip KPIs, and reimbursement summaries interactively.

Challenges we ran into

  • Getting the Flight Agent fully deployed and working on Agentverse and ASI:One within the limited time window.
  • Integrating uAgents with a React-based frontend, especially for message handling between the AI agent and mock APIs.
  • Generating realistic sample datasets for flights, hotels, and expenses to make the dashboard interactive.
  • Adapting quickly when we realized it was better to focus on one fully functional agent rather than four incomplete ones.

Accomplishments that we're proud of

  • Successfully built and deployed a real, functional Flight Agent in both Agentverse and ASI:One.
  • Created a polished and responsive frontend that demonstrates the complete workflow through sample data.
  • Designed a receipt management feature that digitizes and organizes travel receipts for easy reimbursement.
  • Built a cohesive proof of concept showing how AI agents can collaborate to automate the corporate travel process.

What we learned

  • How to build, deploy, and integrate AI agents using Fetch.ai’s uAgents, Agentverse, and ASI:One.
  • How to combine real agent behavior with simulated data to effectively present a working MVP in a hackathon setting.
  • The importance of scoping realistically and focusing on delivering one strong feature end-to-end.
  • Advanced frontend techniques for building agent-ready UIs with Vite, SWR, and Framer Motion.

What's next for VoyAIge

  • 🏨 Build and deploy the remaining agents — Hotel Agent, Ground Agent, and Reimbursement Assistant.
  • 🔗 Integrate real-world APIs (Amadeus, Hotelbeds, Uber, etc.) instead of mock data.
  • 💳 Add OCR-based receipt scanning to automatically categorize expenses.
  • 👥 Introduce multi-user roles — such as employees and managers — so travel reimbursements can be approved and processed smoothly within the same platform.
  • 📱 Develop a mobile version for travelers to access trip data on the go.
  • 🤝 Partner with companies to pilot VoyAIge as a fully autonomous AI travel management platform.

Built With

Share this project:

Updates