A revolutionary autonomous orchestration layer for the global tourism industry.
Solving travel fragmentation by replacing static search engines with an AI Pilot that plans, books, and coordinates entire journeys in a single, seamless "Flow."
Our autonomous agent goes beyond simple suggestions. It provides real-time trip monitoring and automated re-planning. If a flight is delayed or a booking fails, the Pilot triggers a re-planning loop to ensure your journey stays on track without any manual intervention.
Native integration with the MiniPay ecosystem allows for frictionless, low-fee cryptocurrency transactions for tourists from anywhere in the world, ensuring true global accessibility.
A unified checkout system. No more jumping between 10 different tabs to book flights, hotels, and activities—ExFlo handles the entire transaction layer through a single reliable orchestration point.
| Component | Technology | Role |
|---|---|---|
| Frontend | Vite / React |
Responsive, fluid, and lightning-fast user experience |
| AI Engine | LangChain |
Powers the agentic loops & autonomous decision logic |
| Blockchain | MiniPay |
Facilitates secure, instant tourist transactions |
| Storage | IPFS / Filecoin |
Decentralized, transparent, and immutable data |
Before you begin, ensure you have the following installed and set up:
- Node.js: v18 or newer
- Git Bash: Recommended for version control on Windows
- Wallet: A MiniPay-compatible wallet for transactions
- Clone the repository:
git clone https://github.com/EGABO-TECH/ExFlo.git
- Navigate to the project directory:
cd ExFlo - Install dependencies:
npm install
- Start the development server:
npm run dev